forked from kainotoa/GOWTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGOWTool.sln
More file actions
144 lines (144 loc) · 9.49 KB
/
GOWTool.sln
File metadata and controls
144 lines (144 loc) · 9.49 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31410.414
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GLTFSDK", "glTF-SDK\GLTFSDK\GLTFSDK.vcxproj", "{260F202C-DB96-3039-9507-90F491F0DF9C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectXTex", "DirectXTex\DirectXTex\DirectXTex_Desktop_2022_Win10.vcxproj", "{371B9FA9-4C90-4AC6-A123-ACED756D6C77}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GOWTool", "GOWTool.vcxproj", "{2CCF01A8-D54B-4733-88B9-5E83F6700E93}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
MinSizeRel|ARM = MinSizeRel|ARM
MinSizeRel|ARM64 = MinSizeRel|ARM64
MinSizeRel|x64 = MinSizeRel|x64
MinSizeRel|x86 = MinSizeRel|x86
Profile|ARM = Profile|ARM
Profile|ARM64 = Profile|ARM64
Profile|x64 = Profile|x64
Profile|x86 = Profile|x86
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
RelWithDebInfo|ARM = RelWithDebInfo|ARM
RelWithDebInfo|ARM64 = RelWithDebInfo|ARM64
RelWithDebInfo|x64 = RelWithDebInfo|x64
RelWithDebInfo|x86 = RelWithDebInfo|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{260F202C-DB96-3039-9507-90F491F0DF9C}.Debug|ARM.ActiveCfg = Debug|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Debug|ARM64.ActiveCfg = Debug|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Debug|x64.ActiveCfg = Debug|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Debug|x64.Build.0 = Debug|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Debug|x86.ActiveCfg = Debug|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.MinSizeRel|ARM.ActiveCfg = MinSizeRel|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.MinSizeRel|ARM64.ActiveCfg = MinSizeRel|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.MinSizeRel|x86.ActiveCfg = MinSizeRel|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Profile|ARM.ActiveCfg = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Profile|ARM.Build.0 = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Profile|ARM64.ActiveCfg = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Profile|ARM64.Build.0 = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Profile|x64.ActiveCfg = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Profile|x64.Build.0 = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Profile|x86.ActiveCfg = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Profile|x86.Build.0 = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Release|ARM.ActiveCfg = Release|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Release|ARM64.ActiveCfg = Release|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Release|x64.ActiveCfg = Release|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Release|x64.Build.0 = Release|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.Release|x86.ActiveCfg = Release|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.RelWithDebInfo|ARM.ActiveCfg = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.RelWithDebInfo|ARM64.ActiveCfg = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{260F202C-DB96-3039-9507-90F491F0DF9C}.RelWithDebInfo|x86.ActiveCfg = RelWithDebInfo|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|ARM.ActiveCfg = Debug|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|ARM64.ActiveCfg = Debug|ARM64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|ARM64.Build.0 = Debug|ARM64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x64.ActiveCfg = Debug|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x64.Build.0 = Debug|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x86.ActiveCfg = Debug|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Debug|x86.Build.0 = Debug|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.MinSizeRel|ARM.ActiveCfg = Debug|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.MinSizeRel|ARM.Build.0 = Debug|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.MinSizeRel|ARM64.ActiveCfg = Profile|ARM64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.MinSizeRel|ARM64.Build.0 = Profile|ARM64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.MinSizeRel|x64.ActiveCfg = Profile|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.MinSizeRel|x64.Build.0 = Profile|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.MinSizeRel|x86.ActiveCfg = Debug|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.MinSizeRel|x86.Build.0 = Debug|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|ARM.ActiveCfg = Profile|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|ARM64.ActiveCfg = Profile|ARM64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|ARM64.Build.0 = Profile|ARM64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x64.ActiveCfg = Profile|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x64.Build.0 = Profile|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x86.ActiveCfg = Profile|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Profile|x86.Build.0 = Profile|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|ARM.ActiveCfg = Release|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|ARM64.ActiveCfg = Release|ARM64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|ARM64.Build.0 = Release|ARM64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x64.ActiveCfg = Release|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x64.Build.0 = Release|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x86.ActiveCfg = Release|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.Release|x86.Build.0 = Release|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.RelWithDebInfo|ARM.ActiveCfg = Debug|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.RelWithDebInfo|ARM.Build.0 = Debug|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.RelWithDebInfo|ARM64.ActiveCfg = Release|ARM64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.RelWithDebInfo|ARM64.Build.0 = Release|ARM64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.RelWithDebInfo|x64.Build.0 = Release|x64
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{371B9FA9-4C90-4AC6-A123-ACED756D6C77}.RelWithDebInfo|x86.Build.0 = Release|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Debug|ARM.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Debug|ARM64.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Debug|x64.ActiveCfg = Debug|x64
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Debug|x64.Build.0 = Debug|x64
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Debug|x86.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Debug|x86.Build.0 = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.MinSizeRel|ARM.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.MinSizeRel|ARM.Build.0 = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.MinSizeRel|ARM64.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.MinSizeRel|ARM64.Build.0 = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.MinSizeRel|x64.ActiveCfg = Debug|x64
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.MinSizeRel|x64.Build.0 = Debug|x64
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.MinSizeRel|x86.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.MinSizeRel|x86.Build.0 = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Profile|ARM.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Profile|ARM.Build.0 = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Profile|ARM64.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Profile|ARM64.Build.0 = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Profile|x64.ActiveCfg = Debug|x64
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Profile|x64.Build.0 = Debug|x64
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Profile|x86.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Profile|x86.Build.0 = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Release|ARM.ActiveCfg = Release|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Release|ARM64.ActiveCfg = Release|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Release|x64.ActiveCfg = Release|x64
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Release|x64.Build.0 = Release|x64
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Release|x86.ActiveCfg = Release|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.Release|x86.Build.0 = Release|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.RelWithDebInfo|ARM.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.RelWithDebInfo|ARM.Build.0 = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.RelWithDebInfo|ARM64.ActiveCfg = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.RelWithDebInfo|ARM64.Build.0 = Debug|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.RelWithDebInfo|x64.Build.0 = Release|x64
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{2CCF01A8-D54B-4733-88B9-5E83F6700E93}.RelWithDebInfo|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80F67FE5-605E-486A-BFE5-D0B507C6A509}
EndGlobalSection
EndGlobal