-
Notifications
You must be signed in to change notification settings - Fork 1
/
AbaSim.sln
45 lines (45 loc) · 2.5 KB
/
AbaSim.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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbaSim.Core", "AbaSim.Core\AbaSim.Core.csproj", "{68B2339F-CD0A-4439-A497-E12108A6237E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{00DBEC4E-9441-4515-95C0-54A5EF55CABC}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbaSim.ConsoleRunner", "AbaSim.ConsoleRunner\AbaSim.ConsoleRunner.csproj", "{86908B2B-282D-4626-B20E-A3DCBB0CAF67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbaSim.ConsoleCompiler", "AbaSim.ConsoleCompiler\AbaSim.ConsoleCompiler.csproj", "{FC4697B5-DF44-4A43-A6BC-6E442C30C940}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example Applications", "Example Applications", "{95F60792-92BF-4615-AFC8-4182338E13DD}"
ProjectSection(SolutionItems) = preProject
Example Programs\JumpOut.assembly = Example Programs\JumpOut.assembly
Example Programs\Stack.assembly = Example Programs\Stack.assembly
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68B2339F-CD0A-4439-A497-E12108A6237E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68B2339F-CD0A-4439-A497-E12108A6237E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68B2339F-CD0A-4439-A497-E12108A6237E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68B2339F-CD0A-4439-A497-E12108A6237E}.Release|Any CPU.Build.0 = Release|Any CPU
{86908B2B-282D-4626-B20E-A3DCBB0CAF67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86908B2B-282D-4626-B20E-A3DCBB0CAF67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86908B2B-282D-4626-B20E-A3DCBB0CAF67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86908B2B-282D-4626-B20E-A3DCBB0CAF67}.Release|Any CPU.Build.0 = Release|Any CPU
{FC4697B5-DF44-4A43-A6BC-6E442C30C940}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC4697B5-DF44-4A43-A6BC-6E442C30C940}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC4697B5-DF44-4A43-A6BC-6E442C30C940}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC4697B5-DF44-4A43-A6BC-6E442C30C940}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal