-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathEngineFixesVR.sln
More file actions
206 lines (206 loc) · 15 KB
/
Copy pathEngineFixesVR.sln
File metadata and controls
206 lines (206 loc) · 15 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EngineFixesVR", "EngineFixesVR.vcxproj", "{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}"
ProjectSection(ProjectDependencies) = postProject
{472E19AB-DEF0-42DF-819B-18722E8DC822} = {472E19AB-DEF0-42DF-819B-18722E8DC822}
{5FD1C08D-DB80-480C-A1C6-F0920005CD13} = {5FD1C08D-DB80-480C-A1C6-F0920005CD13}
{639411C0-FC23-4819-A0C5-429A4E5D8A51} = {639411C0-FC23-4819-A0C5-429A4E5D8A51}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common_vc14", "..\sksevr_2_00_12\src\common\common_vc14.vcxproj", "{472E19AB-DEF0-42DF-819B-18722E8DC822}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skse64", "..\sksevr_2_00_12\src\sksevr\skse64\skse64.vcxproj", "{639411C0-FC23-4819-A0C5-429A4E5D8A51}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "skse64_common", "..\sksevr_2_00_12\src\sksevr\skse64_common\skse64_common.vcxproj", "{5FD1C08D-DB80-480C-A1C6-F0920005CD13}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_Lib_VC142|x64 = Debug_Lib_VC142|x64
Debug_Lib_VC142|x86 = Debug_Lib_VC142|x86
Debug_Lib|x64 = Debug_Lib|x64
Debug_Lib|x86 = Debug_Lib|x86
Debug_VC142|x64 = Debug_VC142|x64
Debug_VC142|x86 = Debug_VC142|x86
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release_Lib_VC142|x64 = Release_Lib_VC142|x64
Release_Lib_VC142|x86 = Release_Lib_VC142|x86
Release_Lib|x64 = Release_Lib|x64
Release_Lib|x86 = Release_Lib|x86
Release_VC142|x64 = Release_VC142|x64
Release_VC142|x86 = Release_VC142|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_Lib_VC142|x64.ActiveCfg = Debug|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_Lib_VC142|x64.Build.0 = Debug|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_Lib_VC142|x86.ActiveCfg = Debug|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_Lib_VC142|x86.Build.0 = Debug|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_Lib|x64.ActiveCfg = Debug|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_Lib|x64.Build.0 = Debug|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_Lib|x86.ActiveCfg = Debug|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_Lib|x86.Build.0 = Debug|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_VC142|x64.ActiveCfg = Debug|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_VC142|x64.Build.0 = Debug|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_VC142|x86.ActiveCfg = Debug|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug_VC142|x86.Build.0 = Debug|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug|x64.ActiveCfg = Debug|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug|x64.Build.0 = Debug|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug|x86.ActiveCfg = Debug|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Debug|x86.Build.0 = Debug|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_Lib_VC142|x64.ActiveCfg = Release|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_Lib_VC142|x64.Build.0 = Release|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_Lib_VC142|x86.ActiveCfg = Release|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_Lib_VC142|x86.Build.0 = Release|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_Lib|x64.ActiveCfg = Release|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_Lib|x64.Build.0 = Release|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_Lib|x86.ActiveCfg = Release|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_Lib|x86.Build.0 = Release|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_VC142|x64.ActiveCfg = Release|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_VC142|x64.Build.0 = Release|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_VC142|x86.ActiveCfg = Release|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release_VC142|x86.Build.0 = Release|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release|x64.ActiveCfg = Release|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release|x64.Build.0 = Release|x64
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release|x86.ActiveCfg = Release|Win32
{A11F0AF7-0187-445C-AAC5-E2EDFAAB7F9C}.Release|x86.Build.0 = Release|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_Lib_VC142|x64.ActiveCfg = Debug_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_Lib_VC142|x64.Build.0 = Debug_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_Lib_VC142|x86.ActiveCfg = Debug_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_Lib_VC142|x86.Build.0 = Debug_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_Lib|x64.ActiveCfg = Debug_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_Lib|x64.Build.0 = Debug_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_Lib|x86.ActiveCfg = Debug_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_Lib|x86.Build.0 = Debug_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_VC142|x64.ActiveCfg = Debug_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_VC142|x64.Build.0 = Debug_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_VC142|x86.ActiveCfg = Debug_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug_VC142|x86.Build.0 = Debug_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug|x64.ActiveCfg = Debug|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug|x64.Build.0 = Debug|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug|x86.ActiveCfg = Debug|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Debug|x86.Build.0 = Debug|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_Lib_VC142|x64.ActiveCfg = Release_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_Lib_VC142|x64.Build.0 = Release_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_Lib_VC142|x86.ActiveCfg = Release_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_Lib_VC142|x86.Build.0 = Release_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_Lib|x64.ActiveCfg = Release_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_Lib|x64.Build.0 = Release_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_Lib|x86.ActiveCfg = Release_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_Lib|x86.Build.0 = Release_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_VC142|x64.ActiveCfg = Release_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_VC142|x64.Build.0 = Release_VC142|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_VC142|x86.ActiveCfg = Release_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release_VC142|x86.Build.0 = Release_VC142|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release|x64.ActiveCfg = Release|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release|x64.Build.0 = Release|x64
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release|x86.ActiveCfg = Release|Win32
{472E19AB-DEF0-42DF-819B-18722E8DC822}.Release|x86.Build.0 = Release|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_Lib_VC142|x64.ActiveCfg = Debug_Lib_VC142|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_Lib_VC142|x64.Build.0 = Debug_Lib_VC142|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_Lib_VC142|x86.ActiveCfg = Debug_Lib_VC142|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_Lib_VC142|x86.Build.0 = Debug_Lib_VC142|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_Lib|x64.ActiveCfg = Debug_Lib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_Lib|x64.Build.0 = Debug_Lib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_Lib|x86.ActiveCfg = Debug_Lib|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_Lib|x86.Build.0 = Debug_Lib|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_VC142|x64.ActiveCfg = Debug_Lib_VC142|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_VC142|x64.Build.0 = Debug_Lib_VC142|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_VC142|x86.ActiveCfg = Debug_Lib_VC142|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug_VC142|x86.Build.0 = Debug_Lib_VC142|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug|x64.ActiveCfg = Debug|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug|x64.Build.0 = Debug|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug|x86.ActiveCfg = Debug|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Debug|x86.Build.0 = Debug|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_Lib_VC142|x64.ActiveCfg = Release_Lib_VC142|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_Lib_VC142|x64.Build.0 = Release_Lib_VC142|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_Lib_VC142|x86.ActiveCfg = Release_Lib_VC142|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_Lib_VC142|x86.Build.0 = Release_Lib_VC142|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_Lib|x64.ActiveCfg = Release_Lib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_Lib|x64.Build.0 = Release_Lib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_Lib|x86.ActiveCfg = Release_Lib|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_Lib|x86.Build.0 = Release_Lib|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_VC142|x64.ActiveCfg = Release_Lib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_VC142|x64.Build.0 = Release_Lib|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_VC142|x86.ActiveCfg = Release_Lib|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release_VC142|x86.Build.0 = Release_Lib|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release|x64.ActiveCfg = Release|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release|x64.Build.0 = Release|x64
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release|x86.ActiveCfg = Release|Win32
{639411C0-FC23-4819-A0C5-429A4E5D8A51}.Release|x86.Build.0 = Release|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_Lib_VC142|x64.ActiveCfg = Debug_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_Lib_VC142|x64.Build.0 = Debug_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_Lib_VC142|x86.ActiveCfg = Debug_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_Lib_VC142|x86.Build.0 = Debug_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_Lib|x64.ActiveCfg = Debug_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_Lib|x64.Build.0 = Debug_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_Lib|x86.ActiveCfg = Debug_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_Lib|x86.Build.0 = Debug_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_VC142|x64.ActiveCfg = Debug_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_VC142|x64.Build.0 = Debug_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_VC142|x86.ActiveCfg = Debug_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug_VC142|x86.Build.0 = Debug_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug|x64.ActiveCfg = Debug|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug|x64.Build.0 = Debug|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug|x86.ActiveCfg = Debug|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Debug|x86.Build.0 = Debug|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_Lib_VC142|x64.ActiveCfg = Release_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_Lib_VC142|x64.Build.0 = Release_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_Lib_VC142|x86.ActiveCfg = Release_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_Lib_VC142|x86.Build.0 = Release_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_Lib|x64.ActiveCfg = Release_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_Lib|x64.Build.0 = Release_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_Lib|x86.ActiveCfg = Release_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_Lib|x86.Build.0 = Release_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_VC142|x64.ActiveCfg = Release_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_VC142|x64.Build.0 = Release_VC142|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_VC142|x86.ActiveCfg = Release_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release_VC142|x86.Build.0 = Release_VC142|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release|x64.ActiveCfg = Release|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release|x64.Build.0 = Release|x64
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release|x86.ActiveCfg = Release|Win32
{5FD1C08D-DB80-480C-A1C6-F0920005CD13}.Release|x86.Build.0 = Release|Win32
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_Lib_VC142|x64.ActiveCfg = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_Lib_VC142|x64.Build.0 = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_Lib_VC142|x86.ActiveCfg = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_Lib_VC142|x86.Build.0 = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_Lib|x64.ActiveCfg = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_Lib|x64.Build.0 = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_Lib|x86.ActiveCfg = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_Lib|x86.Build.0 = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_VC142|x64.ActiveCfg = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_VC142|x64.Build.0 = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_VC142|x86.ActiveCfg = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug_VC142|x86.Build.0 = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug|x64.ActiveCfg = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug|x64.Build.0 = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug|x86.ActiveCfg = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Debug|x86.Build.0 = Debug|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_Lib_VC142|x64.ActiveCfg = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_Lib_VC142|x64.Build.0 = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_Lib_VC142|x86.ActiveCfg = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_Lib_VC142|x86.Build.0 = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_Lib|x64.ActiveCfg = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_Lib|x64.Build.0 = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_Lib|x86.ActiveCfg = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_Lib|x86.Build.0 = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_VC142|x64.ActiveCfg = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_VC142|x64.Build.0 = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_VC142|x86.ActiveCfg = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release_VC142|x86.Build.0 = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release|x64.ActiveCfg = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release|x64.Build.0 = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release|x86.ActiveCfg = Release|x64
{C1AF9204-EE2D-421B-B11E-1D70D8ACC11F}.Release|x86.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16AC1781-66BC-4BC4-A6BF-9C53023C05D8}
EndGlobalSection
EndGlobal