-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSubCompiler.sln
34 lines (34 loc) · 1.9 KB
/
CSubCompiler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSubCompiler", "CSubCompiler\CSubCompiler.csproj", "{07CD5AC8-8407-41A0-B377-D835E726BF7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox", "Sandbox\Sandbox.csproj", "{CF93A6D1-F5CB-4E62-ACEA-79D6E17D9B9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSubCompilerTest", "CSubCompilerTest\CSubCompilerTest.csproj", "{55782CA9-4842-4A72-A3F2-AEF82B41649D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07CD5AC8-8407-41A0-B377-D835E726BF7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07CD5AC8-8407-41A0-B377-D835E726BF7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07CD5AC8-8407-41A0-B377-D835E726BF7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07CD5AC8-8407-41A0-B377-D835E726BF7F}.Release|Any CPU.Build.0 = Release|Any CPU
{CF93A6D1-F5CB-4E62-ACEA-79D6E17D9B9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF93A6D1-F5CB-4E62-ACEA-79D6E17D9B9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF93A6D1-F5CB-4E62-ACEA-79D6E17D9B9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF93A6D1-F5CB-4E62-ACEA-79D6E17D9B9F}.Release|Any CPU.Build.0 = Release|Any CPU
{55782CA9-4842-4A72-A3F2-AEF82B41649D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55782CA9-4842-4A72-A3F2-AEF82B41649D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55782CA9-4842-4A72-A3F2-AEF82B41649D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55782CA9-4842-4A72-A3F2-AEF82B41649D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal