Start renaming the EightBit projects to be a little more meaningful.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-02-06 22:49:26 +00:00
parent 426670364c
commit 73863118d6
7 changed files with 10 additions and 13 deletions

View File

@ -7,14 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EightBit", "EightBit\EightB
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "M6502", "M6502\M6502.csproj", "{3AF29A4F-4294-4A9D-AAC3-D9A48076BD19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_M6502", "Test_M6502\Test_M6502.csproj", "{854EDE2F-B54D-425C-8F68-EDA68BDC797E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "M6502.Test", "Test_M6502\M6502.Test.csproj", "{854EDE2F-B54D-425C-8F68-EDA68BDC797E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestEightBit", "UnitTestEightBit\UnitTestEightBit.csproj", "{AA8282A3-212A-42DE-B778-BBAEB7E6D986}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EightBit.UnitTest", "UnitTestEightBit\EightBit.UnitTest.csproj", "{AA8282A3-212A-42DE-B778-BBAEB7E6D986}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64

View File

@ -2,7 +2,7 @@
// Copyright (c) Adrian Conlon. All rights reserved.
// </copyright>
namespace Test
namespace M6502.Test
{
using System.Text;
using EightBit;

View File

@ -2,7 +2,7 @@
// Copyright (c) Adrian Conlon. All rights reserved.
// </copyright>
namespace Test
namespace M6502.Test
{
using EightBit;

View File

@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{854EDE2F-B54D-425C-8F68-EDA68BDC797E}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Test</RootNamespace>
<AssemblyName>Test_M6502</AssemblyName>
<RootNamespace>M6502.Test</RootNamespace>
<AssemblyName>M6502.Test</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

View File

@ -2,7 +2,7 @@
// Copyright (c) Adrian Conlon. All rights reserved.
// </copyright>
namespace Test
namespace M6502.Test
{
public class Program
{

View File

@ -2,7 +2,7 @@
// Copyright (c) Adrian Conlon. All rights reserved.
// </copyright>
namespace Test
namespace M6502.Test
{
internal class TestHarness
{

View File

@ -8,8 +8,8 @@
<ProjectGuid>{AA8282A3-212A-42DE-B778-BBAEB7E6D986}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>UnitTestEightBit</RootNamespace>
<AssemblyName>UnitTestEightBit</AssemblyName>
<RootNamespace>EightBit.UnitTest</RootNamespace>
<AssemblyName>EightBit.UnitTest</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>