1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- Copyright (c) 2023 Files Community. Licensed under the MIT License. See the LICENSE. -->
3
3
<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
4
-
5
- <Import Project =" ..\..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.props')" />
6
-
4
+ <Import Project =" ..\..\packages\Microsoft.Windows.CppWinRT.2.0.230706.1\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.230706.1\build\native\Microsoft.Windows.CppWinRT.props')" />
7
5
<ItemGroup Label =" ProjectConfigurations" >
8
6
<ProjectConfiguration Include =" Debug|arm64" >
9
7
<Configuration >Debug</Configuration >
78
76
<Platform >x64</Platform >
79
77
</ProjectConfiguration >
80
78
</ItemGroup >
81
-
82
79
<PropertyGroup Label =" Globals" >
83
80
<VCProjectVersion >16.0</VCProjectVersion >
84
81
<Keyword >Win32Proj</Keyword >
85
82
<ProjectGuid >{25fd5045-6d4c-4dd0-b3ac-613ab59cbb07}</ProjectGuid >
86
83
<RootNamespace >FilesAppLauncher</RootNamespace >
87
84
<WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
88
85
</PropertyGroup >
89
-
90
86
<PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
91
87
<ConfigurationType >Application</ConfigurationType >
92
88
<UseDebugLibraries >true</UseDebugLibraries >
95
91
<LinkIncremental >true</LinkIncremental >
96
92
<OutDir >..\..\artifacts\$(Configuration)\$(Platform)\$(MSBuildProjectName)\</OutDir >
97
93
</PropertyGroup >
98
-
99
94
<PropertyGroup Condition =" '$(Configuration)'!='Debug'" Label =" Configuration" >
100
95
<ConfigurationType >Application</ConfigurationType >
101
96
<UseDebugLibraries >false</UseDebugLibraries >
105
100
<LinkIncremental >false</LinkIncremental >
106
101
<OutDir >..\..\artifacts\$(Configuration)\$(Platform)\$(MSBuildProjectName)\</OutDir >
107
102
</PropertyGroup >
108
-
109
103
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
110
-
111
104
<ItemDefinitionGroup >
112
105
<ClCompile >
113
106
<WarningLevel >Level3</WarningLevel >
126
119
certutil -hashfile "$(ProjectDir)..\..\src\Files.App\Assets\FilesOpenDialog\$(TargetFileName)" SHA256|findstr /R /V "^SHA256 ^CertUtil"> "$(ProjectDir)..\..\src\Files.App\Assets\FilesOpenDialog\$(TargetFileName).sha256"</Command >
127
120
</PostBuildEvent >
128
121
</ItemDefinitionGroup >
129
-
130
122
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
131
123
<ClCompile >
132
124
<PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
133
125
<RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
134
126
</ClCompile >
135
127
</ItemDefinitionGroup >
136
-
137
128
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
138
129
<ClCompile >
139
130
<FunctionLevelLinking >true</FunctionLevelLinking >
146
137
<OptimizeReferences >true</OptimizeReferences >
147
138
</Link >
148
139
</ItemDefinitionGroup >
149
-
150
140
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Sideload|Win32'" >
151
141
<ClCompile >
152
142
<FunctionLevelLinking >true</FunctionLevelLinking >
159
149
<OptimizeReferences >true</OptimizeReferences >
160
150
</Link >
161
151
</ItemDefinitionGroup >
162
-
163
152
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Store|Win32'" >
164
153
<ClCompile >
165
154
<FunctionLevelLinking >true</FunctionLevelLinking >
172
161
<OptimizeReferences >true</OptimizeReferences >
173
162
</Link >
174
163
</ItemDefinitionGroup >
175
-
176
164
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Preview|Win32'" >
177
165
<ClCompile >
178
166
<FunctionLevelLinking >true</FunctionLevelLinking >
185
173
<OptimizeReferences >true</OptimizeReferences >
186
174
</Link >
187
175
</ItemDefinitionGroup >
188
-
189
176
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Stable|Win32'" >
190
177
<ClCompile >
191
178
<FunctionLevelLinking >true</FunctionLevelLinking >
198
185
<OptimizeReferences >true</OptimizeReferences >
199
186
</Link >
200
187
</ItemDefinitionGroup >
201
-
202
188
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
203
189
<ClCompile >
204
190
<PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
205
191
<RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
206
192
</ClCompile >
207
193
</ItemDefinitionGroup >
208
-
209
194
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|arm64'" >
210
195
<ClCompile >
211
196
<PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
212
197
<RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
213
198
</ClCompile >
214
199
</ItemDefinitionGroup >
215
-
216
200
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
217
201
<ClCompile >
218
202
<FunctionLevelLinking >true</FunctionLevelLinking >
225
209
<OptimizeReferences >true</OptimizeReferences >
226
210
</Link >
227
211
</ItemDefinitionGroup >
228
-
229
212
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Sideload|x64'" >
230
213
<ClCompile >
231
214
<FunctionLevelLinking >true</FunctionLevelLinking >
238
221
<OptimizeReferences >true</OptimizeReferences >
239
222
</Link >
240
223
</ItemDefinitionGroup >
241
-
242
224
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Store|x64'" >
243
225
<ClCompile >
244
226
<FunctionLevelLinking >true</FunctionLevelLinking >
251
233
<OptimizeReferences >true</OptimizeReferences >
252
234
</Link >
253
235
</ItemDefinitionGroup >
254
-
255
236
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Preview|x64'" >
256
237
<ClCompile >
257
238
<FunctionLevelLinking >true</FunctionLevelLinking >
264
245
<OptimizeReferences >true</OptimizeReferences >
265
246
</Link >
266
247
</ItemDefinitionGroup >
267
-
268
248
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Stable|x64'" >
269
249
<ClCompile >
270
250
<FunctionLevelLinking >true</FunctionLevelLinking >
277
257
<OptimizeReferences >true</OptimizeReferences >
278
258
</Link >
279
259
</ItemDefinitionGroup >
280
-
281
260
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|arm64'" >
282
261
<ClCompile >
283
262
<FunctionLevelLinking >true</FunctionLevelLinking >
290
269
<OptimizeReferences >true</OptimizeReferences >
291
270
</Link >
292
271
</ItemDefinitionGroup >
293
-
294
272
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Sideload|arm64'" >
295
273
<ClCompile >
296
274
<FunctionLevelLinking >true</FunctionLevelLinking >
303
281
<OptimizeReferences >true</OptimizeReferences >
304
282
</Link >
305
283
</ItemDefinitionGroup >
306
-
307
284
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Store|arm64'" >
308
285
<ClCompile >
309
286
<FunctionLevelLinking >true</FunctionLevelLinking >
316
293
<OptimizeReferences >true</OptimizeReferences >
317
294
</Link >
318
295
</ItemDefinitionGroup >
319
-
320
296
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Preview|arm64'" >
321
297
<ClCompile >
322
298
<FunctionLevelLinking >true</FunctionLevelLinking >
329
305
<OptimizeReferences >true</OptimizeReferences >
330
306
</Link >
331
307
</ItemDefinitionGroup >
332
-
333
308
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Stable|arm64'" >
334
309
<ClCompile >
335
310
<FunctionLevelLinking >true</FunctionLevelLinking >
342
317
<OptimizeReferences >true</OptimizeReferences >
343
318
</Link >
344
319
</ItemDefinitionGroup >
345
-
346
320
<ItemGroup >
347
321
<ClCompile Include =" FilesLauncher.cpp" />
348
322
<ClCompile Include =" OpenInFolder.cpp" />
349
323
<ClInclude Include =" OpenInFolder.h" />
350
324
<None Include =" packages.config" />
351
325
</ItemGroup >
352
-
353
326
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
354
327
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
355
328
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
356
-
357
329
<ImportGroup Label =" ExtensionTargets" >
358
- <Import Project =" ..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914 .1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition =" Exists('..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914 .1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
359
- <Import Project =" ..\..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6 \build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6 \build\native\Microsoft.Windows.CppWinRT.targets')" />
330
+ <Import Project =" ..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231028 .1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition =" Exists('..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231028 .1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
331
+ <Import Project =" ..\..\packages\Microsoft.Windows.CppWinRT.2.0.230706.1 \build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.230706.1 \build\native\Microsoft.Windows.CppWinRT.targets')" />
360
332
</ImportGroup >
361
-
362
333
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
363
334
<PropertyGroup >
364
335
<ErrorText >This project references a NuGet package that is not on this computer. To download those packages, use Restore NuGet Packages. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
365
336
</PropertyGroup >
366
- <Error Condition =" !Exists('..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914 .1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914 .1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
367
- <Error Condition =" !Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6 \build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6 \build\native\Microsoft.Windows.CppWinRT.props'))" />
368
- <Error Condition =" !Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6 \build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.221104.6 \build\native\Microsoft.Windows.CppWinRT.targets'))" />
337
+ <Error Condition =" !Exists('..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231028 .1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231028 .1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
338
+ <Error Condition =" !Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.230706.1 \build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.230706.1 \build\native\Microsoft.Windows.CppWinRT.props'))" />
339
+ <Error Condition =" !Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.230706.1 \build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.CppWinRT.2.0.230706.1 \build\native\Microsoft.Windows.CppWinRT.targets'))" />
369
340
</Target >
370
-
371
- </Project >
341
+ </Project >
0 commit comments