-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathMonoGame.QuakeConsole.WindowsDX.sln
79 lines (79 loc) · 5.54 KB
/
MonoGame.QuakeConsole.WindowsDX.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
67
68
69
70
71
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.QuakeConsole.WindowsDX", "Source\MonoGame.QuakeConsole.WindowsDX.csproj", "{66A03276-E5E7-4E05-9790-F5602147426C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Interpreters", "Interpreters", "{008C44E4-2B68-4E46-9700-DE1C8FA36432}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.QuakeConsole.ManualInterpreter.WindowsDX", "Interpreters\ManualInterpreter\MonoGame.QuakeConsole.ManualInterpreter.WindowsDX.csproj", "{A21CF025-AF25-4EC1-ADE2-13F4AEC58F7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandbox", "Samples\Sandbox\Sandbox.csproj", "{22D28A8B-F26F-4000-AE4F-3857937A44B5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{93586DEB-D5A1-4DF5-8385-135AF17525DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sandbox", "Sandbox", "{33742BAA-3F5F-40D6-ADAD-2B51AE0A0D77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.QuakeConsole.PythonInterpreter.WindowsDX", "Interpreters\PythonInterpreter\MonoGame.QuakeConsole.PythonInterpreter.WindowsDX.csproj", "{2D1B7CFF-C52E-418D-BD32-C13608E7E685}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.QuakeConsole.RoslynInterpreter", "Interpreters\RoslynInterpreter\MonoGame.QuakeConsole.RoslynInterpreter.csproj", "{40A5A139-401A-4D97-9223-532336AE8ABD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HelloPython", "HelloPython", "{27BDBA01-77EB-416A-A971-E8FEF148E0FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloPython.WindowsDX", "Samples\HelloPython\HelloPython.WindowsDX.csproj", "{46D248B3-2648-4CCD-930B-0B97E04C9A73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.QuakeConsole.PythonInterpreter.Tests.WindowsDX", "Interpreters\PythonInterpreter.Tests\MonoGame.QuakeConsole.PythonInterpreter.Tests.WindowsDX.csproj", "{9669A771-F257-4FC2-ADD7-429CFDBDF33D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66A03276-E5E7-4E05-9790-F5602147426C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66A03276-E5E7-4E05-9790-F5602147426C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66A03276-E5E7-4E05-9790-F5602147426C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66A03276-E5E7-4E05-9790-F5602147426C}.Release|Any CPU.Build.0 = Release|Any CPU
{A21CF025-AF25-4EC1-ADE2-13F4AEC58F7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A21CF025-AF25-4EC1-ADE2-13F4AEC58F7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A21CF025-AF25-4EC1-ADE2-13F4AEC58F7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A21CF025-AF25-4EC1-ADE2-13F4AEC58F7B}.Release|Any CPU.Build.0 = Release|Any CPU
{22D28A8B-F26F-4000-AE4F-3857937A44B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22D28A8B-F26F-4000-AE4F-3857937A44B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22D28A8B-F26F-4000-AE4F-3857937A44B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22D28A8B-F26F-4000-AE4F-3857937A44B5}.Release|Any CPU.Build.0 = Release|Any CPU
{2D1B7CFF-C52E-418D-BD32-C13608E7E685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D1B7CFF-C52E-418D-BD32-C13608E7E685}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D1B7CFF-C52E-418D-BD32-C13608E7E685}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D1B7CFF-C52E-418D-BD32-C13608E7E685}.Release|Any CPU.Build.0 = Release|Any CPU
{40A5A139-401A-4D97-9223-532336AE8ABD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40A5A139-401A-4D97-9223-532336AE8ABD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40A5A139-401A-4D97-9223-532336AE8ABD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40A5A139-401A-4D97-9223-532336AE8ABD}.Release|Any CPU.Build.0 = Release|Any CPU
{46D248B3-2648-4CCD-930B-0B97E04C9A73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46D248B3-2648-4CCD-930B-0B97E04C9A73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46D248B3-2648-4CCD-930B-0B97E04C9A73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46D248B3-2648-4CCD-930B-0B97E04C9A73}.Release|Any CPU.Build.0 = Release|Any CPU
{9669A771-F257-4FC2-ADD7-429CFDBDF33D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9669A771-F257-4FC2-ADD7-429CFDBDF33D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9669A771-F257-4FC2-ADD7-429CFDBDF33D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9669A771-F257-4FC2-ADD7-429CFDBDF33D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A21CF025-AF25-4EC1-ADE2-13F4AEC58F7B} = {008C44E4-2B68-4E46-9700-DE1C8FA36432}
{22D28A8B-F26F-4000-AE4F-3857937A44B5} = {33742BAA-3F5F-40D6-ADAD-2B51AE0A0D77}
{33742BAA-3F5F-40D6-ADAD-2B51AE0A0D77} = {93586DEB-D5A1-4DF5-8385-135AF17525DC}
{2D1B7CFF-C52E-418D-BD32-C13608E7E685} = {008C44E4-2B68-4E46-9700-DE1C8FA36432}
{40A5A139-401A-4D97-9223-532336AE8ABD} = {008C44E4-2B68-4E46-9700-DE1C8FA36432}
{27BDBA01-77EB-416A-A971-E8FEF148E0FC} = {93586DEB-D5A1-4DF5-8385-135AF17525DC}
{46D248B3-2648-4CCD-930B-0B97E04C9A73} = {27BDBA01-77EB-416A-A971-E8FEF148E0FC}
{9669A771-F257-4FC2-ADD7-429CFDBDF33D} = {008C44E4-2B68-4E46-9700-DE1C8FA36432}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DD4851F-194E-476B-AEF2-C615766861FE}
EndGlobalSection
EndGlobal