-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCPU6502Emulator.sln
22 lines (22 loc) · 1.24 KB
/
CPU6502Emulator.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPU6502Emulator", "CPU6502Emulator\CPU6502Emulator.csproj", "{2B3F91D3-37AC-4633-B7C1-C2A50BBA4164}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test6502", "Test6502\Test6502.csproj", "{1CCC1777-3383-4509-9827-4A7E7AD19C69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B3F91D3-37AC-4633-B7C1-C2A50BBA4164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B3F91D3-37AC-4633-B7C1-C2A50BBA4164}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B3F91D3-37AC-4633-B7C1-C2A50BBA4164}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B3F91D3-37AC-4633-B7C1-C2A50BBA4164}.Release|Any CPU.Build.0 = Release|Any CPU
{1CCC1777-3383-4509-9827-4A7E7AD19C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CCC1777-3383-4509-9827-4A7E7AD19C69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CCC1777-3383-4509-9827-4A7E7AD19C69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CCC1777-3383-4509-9827-4A7E7AD19C69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal