-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGameVM.sln
66 lines (66 loc) · 4.35 KB
/
GameVM.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
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameVM.Compiler.Core", "src\GameVM.Compiler.Core\GameVM.Compiler.Core.csproj", "{97C05EA7-8356-4207-AC34-F558D046D88D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "src\UnitTests\UnitTests.csproj", "{F35168CF-7787-4B60-B723-BDE66ABC6502}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameVM.Compiler.Python", "src\GameVM.Compiler.Python\GameVM.Compiler.Python.csproj", "{609F3D9F-7CAE-46CC-967A-35C00AA25DB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameVM.Compile", "src\GameVM.Compile\GameVM.Compile.csproj", "{799E232D-2E79-422E-8E79-8BB40C664802}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameVM.Compiler.Interaction", "src\GameVM.Compiler.Interaction\GameVM.Compiler.Interaction.csproj", "{84665C06-FD69-41A8-B762-41DB2B3C3BF7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{39D0F369-757E-4293-A04E-BE82A4B55C2C}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameVM.Compiler.Application", "src\GameVM.Compiler.Application\GameVM.Compiler.Application.csproj", "{C48D8C38-E28C-431D-8B0B-6D23AE02390B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameVM.Compiler.Specs", "src\GameVM.Compiler.Specs\GameVM.Compiler.Specs.csproj", "{E48D8C38-E28C-431D-8B0B-6D23AE02390C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97C05EA7-8356-4207-AC34-F558D046D88D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97C05EA7-8356-4207-AC34-F558D046D88D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97C05EA7-8356-4207-AC34-F558D046D88D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97C05EA7-8356-4207-AC34-F558D046D88D}.Release|Any CPU.Build.0 = Release|Any CPU
{F35168CF-7787-4B60-B723-BDE66ABC6502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F35168CF-7787-4B60-B723-BDE66ABC6502}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F35168CF-7787-4B60-B723-BDE66ABC6502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F35168CF-7787-4B60-B723-BDE66ABC6502}.Release|Any CPU.Build.0 = Release|Any CPU
{609F3D9F-7CAE-46CC-967A-35C00AA25DB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{609F3D9F-7CAE-46CC-967A-35C00AA25DB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{609F3D9F-7CAE-46CC-967A-35C00AA25DB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{609F3D9F-7CAE-46CC-967A-35C00AA25DB7}.Release|Any CPU.Build.0 = Release|Any CPU
{799E232D-2E79-422E-8E79-8BB40C664802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{799E232D-2E79-422E-8E79-8BB40C664802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{799E232D-2E79-422E-8E79-8BB40C664802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{799E232D-2E79-422E-8E79-8BB40C664802}.Release|Any CPU.Build.0 = Release|Any CPU
{84665C06-FD69-41A8-B762-41DB2B3C3BF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84665C06-FD69-41A8-B762-41DB2B3C3BF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84665C06-FD69-41A8-B762-41DB2B3C3BF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84665C06-FD69-41A8-B762-41DB2B3C3BF7}.Release|Any CPU.Build.0 = Release|Any CPU
{C48D8C38-E28C-431D-8B0B-6D23AE02390B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C48D8C38-E28C-431D-8B0B-6D23AE02390B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C48D8C38-E28C-431D-8B0B-6D23AE02390B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C48D8C38-E28C-431D-8B0B-6D23AE02390B}.Release|Any CPU.Build.0 = Release|Any CPU
{E48D8C38-E28C-431D-8B0B-6D23AE02390C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E48D8C38-E28C-431D-8B0B-6D23AE02390C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E48D8C38-E28C-431D-8B0B-6D23AE02390C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E48D8C38-E28C-431D-8B0B-6D23AE02390C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A7D9B1A-6C91-4F5E-A1E3-7F53DD7F2C3D}
EndGlobalSection
EndGlobal