This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 225
/
SimpleESRAM12.sln
39 lines (38 loc) · 2.17 KB
/
SimpleESRAM12.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleESRAM12", "SimpleESRAM12.vcxproj", "{B609A4EE-391F-4316-969F-DA2903D805CE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTK12", "..\..\..\Kits\DirectXTK12\DirectXTK_XboxOneXDK_2017.vcxproj", "{0EE6C863-556C-4815-8BFF-A5A0B25A948F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Durango = Debug|Durango
Profile|Durango = Profile|Durango
Release|Durango = Release|Durango
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B609A4EE-391F-4316-969F-DA2903D805CE}.Debug|Durango.ActiveCfg = Debug|Durango
{B609A4EE-391F-4316-969F-DA2903D805CE}.Debug|Durango.Build.0 = Debug|Durango
{B609A4EE-391F-4316-969F-DA2903D805CE}.Debug|Durango.Deploy.0 = Debug|Durango
{B609A4EE-391F-4316-969F-DA2903D805CE}.Profile|Durango.ActiveCfg = Profile|Durango
{B609A4EE-391F-4316-969F-DA2903D805CE}.Profile|Durango.Build.0 = Profile|Durango
{B609A4EE-391F-4316-969F-DA2903D805CE}.Profile|Durango.Deploy.0 = Profile|Durango
{B609A4EE-391F-4316-969F-DA2903D805CE}.Release|Durango.ActiveCfg = Release|Durango
{B609A4EE-391F-4316-969F-DA2903D805CE}.Release|Durango.Build.0 = Release|Durango
{B609A4EE-391F-4316-969F-DA2903D805CE}.Release|Durango.Deploy.0 = Release|Durango
{0EE6C863-556C-4815-8BFF-A5A0B25A948F}.Debug|Durango.ActiveCfg = Debug|Durango
{0EE6C863-556C-4815-8BFF-A5A0B25A948F}.Debug|Durango.Build.0 = Debug|Durango
{0EE6C863-556C-4815-8BFF-A5A0B25A948F}.Profile|Durango.ActiveCfg = Profile|Durango
{0EE6C863-556C-4815-8BFF-A5A0B25A948F}.Profile|Durango.Build.0 = Profile|Durango
{0EE6C863-556C-4815-8BFF-A5A0B25A948F}.Release|Durango.ActiveCfg = Release|Durango
{0EE6C863-556C-4815-8BFF-A5A0B25A948F}.Release|Durango.Build.0 = Release|Durango
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E83BB2E8-0BC9-415B-BBA2-A662A17EECB0}
EndGlobalSection
EndGlobal