-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGenesis3D.sln
44 lines (44 loc) · 2.44 KB
/
Genesis3D.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Genesis3D", "source\Genesis\GenesisDLL.vcxproj", "{FE322C28-45B8-4998-9D90-B5F5F25DA081}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3DDrv", "source\Genesis\Engine\Drivers\D3DDrv\D3DDrv.vcxproj", "{1C1588FB-7DFC-4889-B4D5-271E86F6BAE4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GTest", "source\GTest\GTest.vcxproj", "{B37184CF-EE21-4B82-A96D-07772181A17C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Template|x86 = Template|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE322C28-45B8-4998-9D90-B5F5F25DA081}.Debug|x86.ActiveCfg = Debug|Win32
{FE322C28-45B8-4998-9D90-B5F5F25DA081}.Debug|x86.Build.0 = Debug|Win32
{FE322C28-45B8-4998-9D90-B5F5F25DA081}.Release|x86.ActiveCfg = Release|Win32
{FE322C28-45B8-4998-9D90-B5F5F25DA081}.Release|x86.Build.0 = Release|Win32
{FE322C28-45B8-4998-9D90-B5F5F25DA081}.Template|x86.ActiveCfg = Release|Win32
{FE322C28-45B8-4998-9D90-B5F5F25DA081}.Template|x86.Build.0 = Release|Win32
{1C1588FB-7DFC-4889-B4D5-271E86F6BAE4}.Debug|x86.ActiveCfg = Debug|Win32
{1C1588FB-7DFC-4889-B4D5-271E86F6BAE4}.Debug|x86.Build.0 = Debug|Win32
{1C1588FB-7DFC-4889-B4D5-271E86F6BAE4}.Release|x86.ActiveCfg = Release|Win32
{1C1588FB-7DFC-4889-B4D5-271E86F6BAE4}.Release|x86.Build.0 = Release|Win32
{1C1588FB-7DFC-4889-B4D5-271E86F6BAE4}.Template|x86.ActiveCfg = Template|Win32
{1C1588FB-7DFC-4889-B4D5-271E86F6BAE4}.Template|x86.Build.0 = Template|Win32
{B37184CF-EE21-4B82-A96D-07772181A17C}.Debug|x86.ActiveCfg = Debug|Win32
{B37184CF-EE21-4B82-A96D-07772181A17C}.Debug|x86.Build.0 = Debug|Win32
{B37184CF-EE21-4B82-A96D-07772181A17C}.Release|x86.ActiveCfg = Release|Win32
{B37184CF-EE21-4B82-A96D-07772181A17C}.Release|x86.Build.0 = Release|Win32
{B37184CF-EE21-4B82-A96D-07772181A17C}.Template|x86.ActiveCfg = Template|Win32
{B37184CF-EE21-4B82-A96D-07772181A17C}.Template|x86.Build.0 = Template|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60DDBA5F-4CBA-427E-8163-672C80B00520}
EndGlobalSection
EndGlobal