forked from bayaraa/d2gl
-
Notifications
You must be signed in to change notification settings - Fork 3
/
d2gl.sln
38 lines (38 loc) · 1.91 KB
/
d2gl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glide3x", "glide3x\glide3x.vcxproj", "{B824C3D6-1268-442E-B26F-A857C905C310}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ddraw", "ddraw\ddraw.vcxproj", "{C24BA525-9B5F-4FA3-922E-8D1C1DCABFC0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "d2gl", "d2gl\d2gl.vcxitems", "{B72EA5EF-5E60-4404-A36B-6657DB61241C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B824C3D6-1268-442E-B26F-A857C905C310}.Debug|x86.ActiveCfg = Debug|Win32
{B824C3D6-1268-442E-B26F-A857C905C310}.Debug|x86.Build.0 = Debug|Win32
{B824C3D6-1268-442E-B26F-A857C905C310}.Release|x86.ActiveCfg = Release|Win32
{B824C3D6-1268-442E-B26F-A857C905C310}.Release|x86.Build.0 = Release|Win32
{C24BA525-9B5F-4FA3-922E-8D1C1DCABFC0}.Debug|x86.ActiveCfg = Debug|Win32
{C24BA525-9B5F-4FA3-922E-8D1C1DCABFC0}.Debug|x86.Build.0 = Debug|Win32
{C24BA525-9B5F-4FA3-922E-8D1C1DCABFC0}.Release|x86.ActiveCfg = Release|Win32
{C24BA525-9B5F-4FA3-922E-8D1C1DCABFC0}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EE1AD4C-3988-411C-BD79-D93CAD3A1416}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
d2gl\d2gl.vcxitems*{b72ea5ef-5e60-4404-a36b-6657db61241c}*SharedItemsImports = 9
d2gl\d2gl.vcxitems*{b824c3d6-1268-442e-b26f-a857c905c310}*SharedItemsImports = 4
d2gl\d2gl.vcxitems*{c24ba525-9b5f-4fa3-922e-8d1c1dcabfc0}*SharedItemsImports = 4
EndGlobalSection
EndGlobal