|
11 | 11 | <Configuration>Debug</Configuration> |
12 | 12 | <Platform>Win32</Platform> |
13 | 13 | </ProjectConfiguration> |
14 | | - <ProjectConfiguration Include="Preview|arm64"> |
15 | | - <Configuration>Preview</Configuration> |
16 | | - <Platform>arm64</Platform> |
17 | | - </ProjectConfiguration> |
18 | | - <ProjectConfiguration Include="Preview|Win32"> |
19 | | - <Configuration>Preview</Configuration> |
20 | | - <Platform>Win32</Platform> |
21 | | - </ProjectConfiguration> |
22 | | - <ProjectConfiguration Include="Preview|x64"> |
23 | | - <Configuration>Preview</Configuration> |
24 | | - <Platform>x64</Platform> |
25 | | - </ProjectConfiguration> |
26 | 14 | <ProjectConfiguration Include="Release|arm64"> |
27 | 15 | <Configuration>Release</Configuration> |
28 | 16 | <Platform>arm64</Platform> |
|
39 | 27 | <Configuration>Release</Configuration> |
40 | 28 | <Platform>x64</Platform> |
41 | 29 | </ProjectConfiguration> |
42 | | - <ProjectConfiguration Include="Sideload|arm64"> |
43 | | - <Configuration>Sideload</Configuration> |
44 | | - <Platform>arm64</Platform> |
45 | | - </ProjectConfiguration> |
46 | | - <ProjectConfiguration Include="Sideload|Win32"> |
47 | | - <Configuration>Sideload</Configuration> |
48 | | - <Platform>Win32</Platform> |
49 | | - </ProjectConfiguration> |
50 | | - <ProjectConfiguration Include="Sideload|x64"> |
51 | | - <Configuration>Sideload</Configuration> |
52 | | - <Platform>x64</Platform> |
53 | | - </ProjectConfiguration> |
54 | | - <ProjectConfiguration Include="Stable|arm64"> |
55 | | - <Configuration>Stable</Configuration> |
56 | | - <Platform>arm64</Platform> |
57 | | - </ProjectConfiguration> |
58 | | - <ProjectConfiguration Include="Stable|Win32"> |
59 | | - <Configuration>Stable</Configuration> |
60 | | - <Platform>Win32</Platform> |
61 | | - </ProjectConfiguration> |
62 | | - <ProjectConfiguration Include="Stable|x64"> |
63 | | - <Configuration>Stable</Configuration> |
64 | | - <Platform>x64</Platform> |
65 | | - </ProjectConfiguration> |
66 | | - <ProjectConfiguration Include="Store|arm64"> |
67 | | - <Configuration>Store</Configuration> |
68 | | - <Platform>arm64</Platform> |
69 | | - </ProjectConfiguration> |
70 | | - <ProjectConfiguration Include="Store|Win32"> |
71 | | - <Configuration>Store</Configuration> |
72 | | - <Platform>Win32</Platform> |
73 | | - </ProjectConfiguration> |
74 | | - <ProjectConfiguration Include="Store|x64"> |
75 | | - <Configuration>Store</Configuration> |
76 | | - <Platform>x64</Platform> |
77 | | - </ProjectConfiguration> |
78 | 30 | </ItemGroup> |
79 | 31 |
|
80 | 32 | <PropertyGroup Label="Globals"> |
|
99 | 51 | <IntermediateOutputPath>..\..\artifacts\intermediates\$(Platform)\$(MSBuildProjectName)\</IntermediateOutputPath> |
100 | 52 | <TargetName>Files.App.OpenDialog$(PlatformArchitecture)</TargetName> |
101 | 53 | </PropertyGroup> |
102 | | - |
103 | 54 | <PropertyGroup Condition="'$(Configuration)'!='Debug'"> |
104 | 55 | <IgnoreImportLibrary>true</IgnoreImportLibrary> |
105 | 56 | <LinkIncremental>false</LinkIncremental> |
|
199 | 150 | </Link> |
200 | 151 | </ItemDefinitionGroup> |
201 | 152 |
|
202 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Sideload|Win32'"> |
203 | | - <ClCompile> |
204 | | - <Optimization>MaxSpeed</Optimization> |
205 | | - <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
206 | | - </ClCompile> |
207 | | - <Midl> |
208 | | - <TargetEnvironment>Win32</TargetEnvironment> |
209 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
210 | | - </Midl> |
211 | | - <ResourceCompile> |
212 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
213 | | - </ResourceCompile> |
214 | | - <Link> |
215 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
216 | | - <OptimizeReferences>true</OptimizeReferences> |
217 | | - </Link> |
218 | | - </ItemDefinitionGroup> |
219 | | - |
220 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Store|Win32'"> |
221 | | - <ClCompile> |
222 | | - <Optimization>MaxSpeed</Optimization> |
223 | | - <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
224 | | - </ClCompile> |
225 | | - <Midl> |
226 | | - <TargetEnvironment>Win32</TargetEnvironment> |
227 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
228 | | - </Midl> |
229 | | - <ResourceCompile> |
230 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
231 | | - </ResourceCompile> |
232 | | - <Link> |
233 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
234 | | - <OptimizeReferences>true</OptimizeReferences> |
235 | | - </Link> |
236 | | - </ItemDefinitionGroup> |
237 | | - |
238 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Preview|Win32'"> |
239 | | - <ClCompile> |
240 | | - <Optimization>MaxSpeed</Optimization> |
241 | | - <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
242 | | - </ClCompile> |
243 | | - <Midl> |
244 | | - <TargetEnvironment>Win32</TargetEnvironment> |
245 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
246 | | - </Midl> |
247 | | - <ResourceCompile> |
248 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
249 | | - </ResourceCompile> |
250 | | - <Link> |
251 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
252 | | - <OptimizeReferences>true</OptimizeReferences> |
253 | | - </Link> |
254 | | - </ItemDefinitionGroup> |
255 | | - |
256 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Stable|Win32'"> |
257 | | - <ClCompile> |
258 | | - <Optimization>MaxSpeed</Optimization> |
259 | | - <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
260 | | - </ClCompile> |
261 | | - <Midl> |
262 | | - <TargetEnvironment>Win32</TargetEnvironment> |
263 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
264 | | - </Midl> |
265 | | - <ResourceCompile> |
266 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
267 | | - </ResourceCompile> |
268 | | - <Link> |
269 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
270 | | - <OptimizeReferences>true</OptimizeReferences> |
271 | | - </Link> |
272 | | - </ItemDefinitionGroup> |
273 | | - |
274 | 153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
275 | 154 | <ClCompile> |
276 | 155 | <Optimization>MaxSpeed</Optimization> |
|
288 | 167 | </Link> |
289 | 168 | </ItemDefinitionGroup> |
290 | 169 |
|
291 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Sideload|x64'"> |
292 | | - <ClCompile> |
293 | | - <Optimization>MaxSpeed</Optimization> |
294 | | - <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
295 | | - </ClCompile> |
296 | | - <Midl> |
297 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
298 | | - </Midl> |
299 | | - <ResourceCompile> |
300 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
301 | | - </ResourceCompile> |
302 | | - <Link> |
303 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
304 | | - <OptimizeReferences>true</OptimizeReferences> |
305 | | - </Link> |
306 | | - </ItemDefinitionGroup> |
307 | | - |
308 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Store|x64'"> |
309 | | - <ClCompile> |
310 | | - <Optimization>MaxSpeed</Optimization> |
311 | | - <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
312 | | - </ClCompile> |
313 | | - <Midl> |
314 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
315 | | - </Midl> |
316 | | - <ResourceCompile> |
317 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
318 | | - </ResourceCompile> |
319 | | - <Link> |
320 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
321 | | - <OptimizeReferences>true</OptimizeReferences> |
322 | | - </Link> |
323 | | - </ItemDefinitionGroup> |
324 | | - |
325 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Preview|x64'"> |
326 | | - <ClCompile> |
327 | | - <Optimization>MaxSpeed</Optimization> |
328 | | - <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
329 | | - </ClCompile> |
330 | | - <Midl> |
331 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
332 | | - </Midl> |
333 | | - <ResourceCompile> |
334 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
335 | | - </ResourceCompile> |
336 | | - <Link> |
337 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
338 | | - <OptimizeReferences>true</OptimizeReferences> |
339 | | - </Link> |
340 | | - </ItemDefinitionGroup> |
341 | | - |
342 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Stable|x64'"> |
343 | | - <ClCompile> |
344 | | - <Optimization>MaxSpeed</Optimization> |
345 | | - <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
346 | | - </ClCompile> |
347 | | - <Midl> |
348 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
349 | | - </Midl> |
350 | | - <ResourceCompile> |
351 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
352 | | - </ResourceCompile> |
353 | | - <Link> |
354 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
355 | | - <OptimizeReferences>true</OptimizeReferences> |
356 | | - </Link> |
357 | | - </ItemDefinitionGroup> |
358 | | - |
359 | 170 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'"> |
360 | 171 | <ClCompile> |
361 | 172 | <Optimization>MaxSpeed</Optimization> |
|
373 | 184 | </Link> |
374 | 185 | </ItemDefinitionGroup> |
375 | 186 |
|
376 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Sideload|arm64'"> |
377 | | - <ClCompile> |
378 | | - <Optimization>MaxSpeed</Optimization> |
379 | | - <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
380 | | - </ClCompile> |
381 | | - <Midl> |
382 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
383 | | - </Midl> |
384 | | - <ResourceCompile> |
385 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
386 | | - </ResourceCompile> |
387 | | - <Link> |
388 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
389 | | - <OptimizeReferences>true</OptimizeReferences> |
390 | | - </Link> |
391 | | - </ItemDefinitionGroup> |
392 | | - |
393 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Store|arm64'"> |
394 | | - <ClCompile> |
395 | | - <Optimization>MaxSpeed</Optimization> |
396 | | - <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
397 | | - </ClCompile> |
398 | | - <Midl> |
399 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
400 | | - </Midl> |
401 | | - <ResourceCompile> |
402 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
403 | | - </ResourceCompile> |
404 | | - <Link> |
405 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
406 | | - <OptimizeReferences>true</OptimizeReferences> |
407 | | - </Link> |
408 | | - </ItemDefinitionGroup> |
409 | | - |
410 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Preview|arm64'"> |
411 | | - <ClCompile> |
412 | | - <Optimization>MaxSpeed</Optimization> |
413 | | - <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
414 | | - </ClCompile> |
415 | | - <Midl> |
416 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
417 | | - </Midl> |
418 | | - <ResourceCompile> |
419 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
420 | | - </ResourceCompile> |
421 | | - <Link> |
422 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
423 | | - <OptimizeReferences>true</OptimizeReferences> |
424 | | - </Link> |
425 | | - </ItemDefinitionGroup> |
426 | | - |
427 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Stable|arm64'"> |
428 | | - <ClCompile> |
429 | | - <Optimization>MaxSpeed</Optimization> |
430 | | - <PreprocessorDefinitions>_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
431 | | - </ClCompile> |
432 | | - <Midl> |
433 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
434 | | - </Midl> |
435 | | - <ResourceCompile> |
436 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
437 | | - </ResourceCompile> |
438 | | - <Link> |
439 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
440 | | - <OptimizeReferences>true</OptimizeReferences> |
441 | | - </Link> |
442 | | - </ItemDefinitionGroup> |
443 | | - |
444 | 187 | <ItemGroup> |
445 | 188 | <ClInclude Include="CustomOpenDialog_i.h" /> |
446 | 189 | <ClInclude Include="dllmain.h" /> |
|
0 commit comments