-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLegacyGL.sln
37 lines (37 loc) · 2.04 KB
/
LegacyGL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LegacyGL", "LegacyGL\LegacyGL.csproj", "{C9C390FA-5334-409A-95DD-82958A80C384}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XLibSharp", "XLibSharp\XLibSharp\XLibSharp.csproj", "{8FD2606B-880B-47AD-BAFF-AA143708B3E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleGame", "ExampleGame\ExampleGame.csproj", "{A2F8BADD-83D1-425D-B0C0-DD5D2C807C51}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9C390FA-5334-409A-95DD-82958A80C384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9C390FA-5334-409A-95DD-82958A80C384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9C390FA-5334-409A-95DD-82958A80C384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9C390FA-5334-409A-95DD-82958A80C384}.Release|Any CPU.Build.0 = Release|Any CPU
{8FD2606B-880B-47AD-BAFF-AA143708B3E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FD2606B-880B-47AD-BAFF-AA143708B3E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FD2606B-880B-47AD-BAFF-AA143708B3E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FD2606B-880B-47AD-BAFF-AA143708B3E3}.Release|Any CPU.Build.0 = Release|Any CPU
{A2F8BADD-83D1-425D-B0C0-DD5D2C807C51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2F8BADD-83D1-425D-B0C0-DD5D2C807C51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2F8BADD-83D1-425D-B0C0-DD5D2C807C51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2F8BADD-83D1-425D-B0C0-DD5D2C807C51}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA592B41-05D8-4BBC-9CA3-E7792277CB7E}
EndGlobalSection
EndGlobal