-
Notifications
You must be signed in to change notification settings - Fork 1
/
P.sln
63 lines (63 loc) · 3.59 KB
/
P.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Runtime", "Runtime", "{D641DC13-F2F0-4365-963A-DCFC80BABCAA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{31FBBC4D-8756-4D60-B8D5-ED9E0FC8D4C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "Tst\UnitTests\UnitTests.csproj", "{71691381-D3C9-478C-BA37-A94032A536DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Compiler", "Compiler", "{1B21372A-3030-4532-8B30-2A1A3E74527A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommandLine", "Src\PCompiler\CommandLine\CommandLine.csproj", "{C1A8AF94-F550-4EC7-889A-9D0CCA259502}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompilerCore", "Src\PCompiler\CompilerCore\CompilerCore.csproj", "{41F39ADD-B75F-473F-AC41-D1A9CDA9A9CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Checker", "Checker", "{60A41E5A-7060-474B-B5A2-E482E984B03C}"
EndProject
Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "CSharpRuntime", "Src\PRuntimes\CSharpRuntime\CSharpRuntime.csproj", "{27E011B3-3995-454A-B200-57800CC941DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71691381-D3C9-478C-BA37-A94032A536DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71691381-D3C9-478C-BA37-A94032A536DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71691381-D3C9-478C-BA37-A94032A536DF}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{71691381-D3C9-478C-BA37-A94032A536DF}.Release|Any CPU.Build.0 = Debug|Any CPU
{C1A8AF94-F550-4EC7-889A-9D0CCA259502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1A8AF94-F550-4EC7-889A-9D0CCA259502}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1A8AF94-F550-4EC7-889A-9D0CCA259502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1A8AF94-F550-4EC7-889A-9D0CCA259502}.Release|Any CPU.Build.0 = Release|Any CPU
{41F39ADD-B75F-473F-AC41-D1A9CDA9A9CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41F39ADD-B75F-473F-AC41-D1A9CDA9A9CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41F39ADD-B75F-473F-AC41-D1A9CDA9A9CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41F39ADD-B75F-473F-AC41-D1A9CDA9A9CD}.Release|Any CPU.Build.0 = Release|Any CPU
{27E011B3-3995-454A-B200-57800CC941DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27E011B3-3995-454A-B200-57800CC941DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27E011B3-3995-454A-B200-57800CC941DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27E011B3-3995-454A-B200-57800CC941DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{71691381-D3C9-478C-BA37-A94032A536DF} = {31FBBC4D-8756-4D60-B8D5-ED9E0FC8D4C1}
{C1A8AF94-F550-4EC7-889A-9D0CCA259502} = {1B21372A-3030-4532-8B30-2A1A3E74527A}
{41F39ADD-B75F-473F-AC41-D1A9CDA9A9CD} = {1B21372A-3030-4532-8B30-2A1A3E74527A}
{27E011B3-3995-454A-B200-57800CC941DA} = {D641DC13-F2F0-4365-963A-DCFC80BABCAA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD6B0E25-71B7-4A8F-8D0F-946BA6D47C7C}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal