-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSubTitans.sln
More file actions
44 lines (44 loc) · 2.28 KB
/
Copy pathSubTitans.sln
File metadata and controls
44 lines (44 loc) · 2.28 KB
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 Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "d3drm", "d3drm\d3drm.vcxproj", "{229FEA89-DB14-4AD2-BD12-878FE36496F0}"
ProjectSection(ProjectDependencies) = postProject
{5F2C7921-4B31-4712-8722-C99EFF304EC4} = {5F2C7921-4B31-4712-8722-C99EFF304EC4}
{033CA3B5-4016-489A-943E-663953F6F89A} = {033CA3B5-4016-489A-943E-663953F6F89A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "subtitans", "subtitans\subtitans.vcxproj", "{033CA3B5-4016-489A-943E-663953F6F89A}"
ProjectSection(ProjectDependencies) = postProject
{5F2C7921-4B31-4712-8722-C99EFF304EC4} = {5F2C7921-4B31-4712-8722-C99EFF304EC4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shared", "shared\shared.vcxproj", "{5F2C7921-4B31-4712-8722-C99EFF304EC4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{229FEA89-DB14-4AD2-BD12-878FE36496F0}.Debug|x86.ActiveCfg = Debug|Win32
{229FEA89-DB14-4AD2-BD12-878FE36496F0}.Debug|x86.Build.0 = Debug|Win32
{229FEA89-DB14-4AD2-BD12-878FE36496F0}.Release|x86.ActiveCfg = Release|Win32
{229FEA89-DB14-4AD2-BD12-878FE36496F0}.Release|x86.Build.0 = Release|Win32
{033CA3B5-4016-489A-943E-663953F6F89A}.Debug|x86.ActiveCfg = Debug|Win32
{033CA3B5-4016-489A-943E-663953F6F89A}.Debug|x86.Build.0 = Debug|Win32
{033CA3B5-4016-489A-943E-663953F6F89A}.Release|x86.ActiveCfg = Release|Win32
{033CA3B5-4016-489A-943E-663953F6F89A}.Release|x86.Build.0 = Release|Win32
{5F2C7921-4B31-4712-8722-C99EFF304EC4}.Debug|x86.ActiveCfg = Debug|Win32
{5F2C7921-4B31-4712-8722-C99EFF304EC4}.Debug|x86.Build.0 = Debug|Win32
{5F2C7921-4B31-4712-8722-C99EFF304EC4}.Release|x86.ActiveCfg = Release|Win32
{5F2C7921-4B31-4712-8722-C99EFF304EC4}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2508059-5238-4A1D-963C-2BBB955B6EA7}
EndGlobalSection
EndGlobal