-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectX_Game.sln
More file actions
111 lines (111 loc) · 5.37 KB
/
DirectX_Game.sln
File metadata and controls
111 lines (111 loc) · 5.37 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35506.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectX_Game", "DirectX_Game.vcxproj", "{DE233D5E-2530-4E3F-81A4-E1C46338BD9A}"
ProjectSection(ProjectDependencies) = postProject
{9F62DB07-EA42-4388-82AB-E6FAA371F353} = {9F62DB07-EA42-4388-82AB-E6FAA371F353}
{E0B52AE7-E160-4D32-BF3F-910B785E5A8E} = {E0B52AE7-E160-4D32-BF3F-910B785E5A8E}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CBA7A9AD-2820-42E9-B244-991E1C5B7C0E}"
ProjectSection(SolutionItems) = preProject
Performance1.psess = Performance1.psess
Performance2.psess = Performance2.psess
Performance3.psess = Performance3.psess
Performance4.psess = Performance4.psess
Performance5.psess = Performance5.psess
Performance6.psess = Performance6.psess
Performance7.psess = Performance7.psess
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FW1FontWrapper", "..\FW1FontWrapper-1.1\FW1FontWrapper.vcxproj", "{9F62DB07-EA42-4388-82AB-E6FAA371F353}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTK_Desktop_2022", "..\DirectXTK-main\DirectXTK_Desktop_2022.vcxproj", "{E0B52AE7-E160-4D32-BF3F-910B785E5A8E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fmt", "..\fmt11.1.1\fmt.vcxproj", "{94522855-FFBA-3E6E-BE96-42FDCE0A4CBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Profile|x64 = Profile|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE233D5E-2530-4E3F-81A4-E1C46338BD9A}.Debug|x64.ActiveCfg = Debug|x64
{DE233D5E-2530-4E3F-81A4-E1C46338BD9A}.Debug|x64.Build.0 = Debug|x64
{DE233D5E-2530-4E3F-81A4-E1C46338BD9A}.Profile|x64.ActiveCfg = Profile|x64
{DE233D5E-2530-4E3F-81A4-E1C46338BD9A}.Profile|x64.Build.0 = Profile|x64
{DE233D5E-2530-4E3F-81A4-E1C46338BD9A}.Release|x64.ActiveCfg = Release|x64
{DE233D5E-2530-4E3F-81A4-E1C46338BD9A}.Release|x64.Build.0 = Release|x64
{9F62DB07-EA42-4388-82AB-E6FAA371F353}.Debug|x64.ActiveCfg = Debug|x64
{9F62DB07-EA42-4388-82AB-E6FAA371F353}.Debug|x64.Build.0 = Debug|x64
{9F62DB07-EA42-4388-82AB-E6FAA371F353}.Profile|x64.ActiveCfg = Profile|x64
{9F62DB07-EA42-4388-82AB-E6FAA371F353}.Profile|x64.Build.0 = Profile|x64
{9F62DB07-EA42-4388-82AB-E6FAA371F353}.Release|x64.ActiveCfg = Release|x64
{9F62DB07-EA42-4388-82AB-E6FAA371F353}.Release|x64.Build.0 = Release|x64
{E0B52AE7-E160-4D32-BF3F-910B785E5A8E}.Debug|x64.ActiveCfg = Debug|x64
{E0B52AE7-E160-4D32-BF3F-910B785E5A8E}.Debug|x64.Build.0 = Debug|x64
{E0B52AE7-E160-4D32-BF3F-910B785E5A8E}.Profile|x64.ActiveCfg = Profile|x64
{E0B52AE7-E160-4D32-BF3F-910B785E5A8E}.Profile|x64.Build.0 = Profile|x64
{E0B52AE7-E160-4D32-BF3F-910B785E5A8E}.Release|x64.ActiveCfg = Release|x64
{E0B52AE7-E160-4D32-BF3F-910B785E5A8E}.Release|x64.Build.0 = Release|x64
{94522855-FFBA-3E6E-BE96-42FDCE0A4CBE}.Debug|x64.ActiveCfg = Debug|x64
{94522855-FFBA-3E6E-BE96-42FDCE0A4CBE}.Debug|x64.Build.0 = Debug|x64
{94522855-FFBA-3E6E-BE96-42FDCE0A4CBE}.Profile|x64.ActiveCfg = RelWithDebInfo|x64
{94522855-FFBA-3E6E-BE96-42FDCE0A4CBE}.Profile|x64.Build.0 = RelWithDebInfo|x64
{94522855-FFBA-3E6E-BE96-42FDCE0A4CBE}.Release|x64.ActiveCfg = Release|x64
{94522855-FFBA-3E6E-BE96-42FDCE0A4CBE}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {452A40A3-8B1D-40A5-92CB-486F3ADD139F}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 5
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://andrewt.visualstudio.com/
SccLocalPath0 = .
SccProjectUniqueName1 = DirectX_Game.vcxproj
SccLocalPath1 = .
SccProjectUniqueName2 = ..\\FW1FontWrapper-1.1\\FW1FontWrapper.vcxproj
SccProjectName2 = ../FW1FontWrapper-1.1
SccLocalPath2 = ..\\FW1FontWrapper-1.1
SccProjectUniqueName3 = ..\\DirectXTK-main\\DirectXTK_Desktop_2022.vcxproj
SccProjectName3 = ../DirectXTK-main
SccLocalPath3 = ..\\DirectXTK-main
SccProjectUniqueName4 = ..\\fmt11.1.1\\fmt.vcxproj
SccProjectName4 = ../fmt11.1.1
SccLocalPath4 = ..\\fmt11.1.1
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal