-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLMC.sln
43 lines (43 loc) · 2.56 KB
/
LMC.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LMC.Assembler.Tests", "LMC.Assembler.Tests\LMC.Assembler.Tests.csproj", "{2C44BEB1-5746-4708-B29B-3CCF7A5EE846}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LMC.Assembler", "LMC.Assembler\LMC.Assembler.csproj", "{EF6307BB-1789-4729-A095-1E6843B21ACE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LMC.Simulator", "LMC.Simulator\LMC.Simulator.csproj", "{17EF4801-5D34-456D-B3F6-FE01252004AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LMC.Simulator.Tests", "LMC.Simulator.Tests\LMC.Simulator.Tests.csproj", "{57F81864-CAA6-4BB4-B050-AAC767B08883}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C44BEB1-5746-4708-B29B-3CCF7A5EE846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C44BEB1-5746-4708-B29B-3CCF7A5EE846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C44BEB1-5746-4708-B29B-3CCF7A5EE846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C44BEB1-5746-4708-B29B-3CCF7A5EE846}.Release|Any CPU.Build.0 = Release|Any CPU
{EF6307BB-1789-4729-A095-1E6843B21ACE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF6307BB-1789-4729-A095-1E6843B21ACE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF6307BB-1789-4729-A095-1E6843B21ACE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF6307BB-1789-4729-A095-1E6843B21ACE}.Release|Any CPU.Build.0 = Release|Any CPU
{17EF4801-5D34-456D-B3F6-FE01252004AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17EF4801-5D34-456D-B3F6-FE01252004AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17EF4801-5D34-456D-B3F6-FE01252004AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17EF4801-5D34-456D-B3F6-FE01252004AA}.Release|Any CPU.Build.0 = Release|Any CPU
{57F81864-CAA6-4BB4-B050-AAC767B08883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57F81864-CAA6-4BB4-B050-AAC767B08883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57F81864-CAA6-4BB4-B050-AAC767B08883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57F81864-CAA6-4BB4-B050-AAC767B08883}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07589E55-5E92-488B-B0C1-687EA0D1F1C2}
EndGlobalSection
EndGlobal