-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathMonoGame.QuakeConsole.DesktopGL.sln
59 lines (59 loc) · 3.96 KB
/
MonoGame.QuakeConsole.DesktopGL.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
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.DesktopGL", "Source\MonoGame.QuakeConsole.DesktopGL.csproj", "{98F182D3-4B53-4F26-A72C-588471AFDC49}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Interpreters", "Interpreters", "{494C62F4-73F9-4F9F-BFCD-22C8942DD0B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{A53FECA0-11E3-48DF-877B-791B8416F2B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloPython.DesktopGL", "Samples\HelloPython\HelloPython.DesktopGL.csproj", "{6DD855BE-2D3A-4B36-B373-3DBD5000DCF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.QuakeConsole.PythonInterpreter.DesktopGL", "Interpreters\PythonInterpreter\MonoGame.QuakeConsole.PythonInterpreter.DesktopGL.csproj", "{E012A443-B6EC-47AE-836E-BDC76D1CF4AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.QuakeConsole.PythonInterpreter.Tests.DesktopGL", "Interpreters\PythonInterpreter.Tests\MonoGame.QuakeConsole.PythonInterpreter.Tests.DesktopGL.csproj", "{7A3615B7-2F7B-46CA-987E-88DC71FD815A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGame.QuakeConsole.ManualInterpreter.DesktopGL", "Interpreters\ManualInterpreter\MonoGame.QuakeConsole.ManualInterpreter.DesktopGL.csproj", "{EEE0C00B-BAEF-4AD2-9495-C7D950D3ABB7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98F182D3-4B53-4F26-A72C-588471AFDC49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98F182D3-4B53-4F26-A72C-588471AFDC49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98F182D3-4B53-4F26-A72C-588471AFDC49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98F182D3-4B53-4F26-A72C-588471AFDC49}.Release|Any CPU.Build.0 = Release|Any CPU
{6DD855BE-2D3A-4B36-B373-3DBD5000DCF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DD855BE-2D3A-4B36-B373-3DBD5000DCF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DD855BE-2D3A-4B36-B373-3DBD5000DCF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DD855BE-2D3A-4B36-B373-3DBD5000DCF7}.Release|Any CPU.Build.0 = Release|Any CPU
{E012A443-B6EC-47AE-836E-BDC76D1CF4AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E012A443-B6EC-47AE-836E-BDC76D1CF4AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E012A443-B6EC-47AE-836E-BDC76D1CF4AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E012A443-B6EC-47AE-836E-BDC76D1CF4AC}.Release|Any CPU.Build.0 = Release|Any CPU
{7A3615B7-2F7B-46CA-987E-88DC71FD815A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A3615B7-2F7B-46CA-987E-88DC71FD815A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A3615B7-2F7B-46CA-987E-88DC71FD815A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A3615B7-2F7B-46CA-987E-88DC71FD815A}.Release|Any CPU.Build.0 = Release|Any CPU
{EEE0C00B-BAEF-4AD2-9495-C7D950D3ABB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEE0C00B-BAEF-4AD2-9495-C7D950D3ABB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEE0C00B-BAEF-4AD2-9495-C7D950D3ABB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEE0C00B-BAEF-4AD2-9495-C7D950D3ABB7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6DD855BE-2D3A-4B36-B373-3DBD5000DCF7} = {A53FECA0-11E3-48DF-877B-791B8416F2B9}
{E012A443-B6EC-47AE-836E-BDC76D1CF4AC} = {494C62F4-73F9-4F9F-BFCD-22C8942DD0B4}
{7A3615B7-2F7B-46CA-987E-88DC71FD815A} = {494C62F4-73F9-4F9F-BFCD-22C8942DD0B4}
{EEE0C00B-BAEF-4AD2-9495-C7D950D3ABB7} = {494C62F4-73F9-4F9F-BFCD-22C8942DD0B4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20652C67-D756-4205-B3D4-E7361F640566}
EndGlobalSection
EndGlobal