11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- Copyright (c) 2023 Files Community. Licensed under the MIT License. See the LICENSE. -->
33<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')" />
75 <ItemGroup Label =" ProjectConfigurations" >
86 <ProjectConfiguration Include =" Debug|arm64" >
97 <Configuration >Debug</Configuration >
7876 <Platform >x64</Platform >
7977 </ProjectConfiguration >
8078 </ItemGroup >
81-
8279 <PropertyGroup Label =" Globals" >
8380 <VCProjectVersion >16.0</VCProjectVersion >
8481 <Keyword >Win32Proj</Keyword >
8582 <ProjectGuid >{25fd5045-6d4c-4dd0-b3ac-613ab59cbb07}</ProjectGuid >
8683 <RootNamespace >FilesAppLauncher</RootNamespace >
8784 <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
8885 </PropertyGroup >
89-
9086 <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
9187 <ConfigurationType >Application</ConfigurationType >
9288 <UseDebugLibraries >true</UseDebugLibraries >
9591 <LinkIncremental >true</LinkIncremental >
9692 <OutDir >..\..\artifacts\$(Configuration)\$(Platform)\$(MSBuildProjectName)\</OutDir >
9793 </PropertyGroup >
98-
9994 <PropertyGroup Condition =" '$(Configuration)'!='Debug'" Label =" Configuration" >
10095 <ConfigurationType >Application</ConfigurationType >
10196 <UseDebugLibraries >false</UseDebugLibraries >
105100 <LinkIncremental >false</LinkIncremental >
106101 <OutDir >..\..\artifacts\$(Configuration)\$(Platform)\$(MSBuildProjectName)\</OutDir >
107102 </PropertyGroup >
108-
109103 <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
110-
111104 <ItemDefinitionGroup >
112105 <ClCompile >
113106 <WarningLevel >Level3</WarningLevel >
126119 certutil -hashfile "$(ProjectDir)..\..\src\Files.App\Assets\FilesOpenDialog\$(TargetFileName)" SHA256|findstr /R /V "^SHA256 ^CertUtil"> "$(ProjectDir)..\..\src\Files.App\Assets\FilesOpenDialog\$(TargetFileName).sha256"</Command >
127120 </PostBuildEvent >
128121 </ItemDefinitionGroup >
129-
130122 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
131123 <ClCompile >
132124 <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
133125 <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
134126 </ClCompile >
135127 </ItemDefinitionGroup >
136-
137128 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
138129 <ClCompile >
139130 <FunctionLevelLinking >true</FunctionLevelLinking >
146137 <OptimizeReferences >true</OptimizeReferences >
147138 </Link >
148139 </ItemDefinitionGroup >
149-
150140 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Sideload|Win32'" >
151141 <ClCompile >
152142 <FunctionLevelLinking >true</FunctionLevelLinking >
159149 <OptimizeReferences >true</OptimizeReferences >
160150 </Link >
161151 </ItemDefinitionGroup >
162-
163152 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Store|Win32'" >
164153 <ClCompile >
165154 <FunctionLevelLinking >true</FunctionLevelLinking >
172161 <OptimizeReferences >true</OptimizeReferences >
173162 </Link >
174163 </ItemDefinitionGroup >
175-
176164 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Preview|Win32'" >
177165 <ClCompile >
178166 <FunctionLevelLinking >true</FunctionLevelLinking >
185173 <OptimizeReferences >true</OptimizeReferences >
186174 </Link >
187175 </ItemDefinitionGroup >
188-
189176 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Stable|Win32'" >
190177 <ClCompile >
191178 <FunctionLevelLinking >true</FunctionLevelLinking >
198185 <OptimizeReferences >true</OptimizeReferences >
199186 </Link >
200187 </ItemDefinitionGroup >
201-
202188 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
203189 <ClCompile >
204190 <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
205191 <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
206192 </ClCompile >
207193 </ItemDefinitionGroup >
208-
209194 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|arm64'" >
210195 <ClCompile >
211196 <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
212197 <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
213198 </ClCompile >
214199 </ItemDefinitionGroup >
215-
216200 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
217201 <ClCompile >
218202 <FunctionLevelLinking >true</FunctionLevelLinking >
225209 <OptimizeReferences >true</OptimizeReferences >
226210 </Link >
227211 </ItemDefinitionGroup >
228-
229212 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Sideload|x64'" >
230213 <ClCompile >
231214 <FunctionLevelLinking >true</FunctionLevelLinking >
238221 <OptimizeReferences >true</OptimizeReferences >
239222 </Link >
240223 </ItemDefinitionGroup >
241-
242224 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Store|x64'" >
243225 <ClCompile >
244226 <FunctionLevelLinking >true</FunctionLevelLinking >
251233 <OptimizeReferences >true</OptimizeReferences >
252234 </Link >
253235 </ItemDefinitionGroup >
254-
255236 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Preview|x64'" >
256237 <ClCompile >
257238 <FunctionLevelLinking >true</FunctionLevelLinking >
264245 <OptimizeReferences >true</OptimizeReferences >
265246 </Link >
266247 </ItemDefinitionGroup >
267-
268248 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Stable|x64'" >
269249 <ClCompile >
270250 <FunctionLevelLinking >true</FunctionLevelLinking >
277257 <OptimizeReferences >true</OptimizeReferences >
278258 </Link >
279259 </ItemDefinitionGroup >
280-
281260 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|arm64'" >
282261 <ClCompile >
283262 <FunctionLevelLinking >true</FunctionLevelLinking >
290269 <OptimizeReferences >true</OptimizeReferences >
291270 </Link >
292271 </ItemDefinitionGroup >
293-
294272 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Sideload|arm64'" >
295273 <ClCompile >
296274 <FunctionLevelLinking >true</FunctionLevelLinking >
303281 <OptimizeReferences >true</OptimizeReferences >
304282 </Link >
305283 </ItemDefinitionGroup >
306-
307284 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Store|arm64'" >
308285 <ClCompile >
309286 <FunctionLevelLinking >true</FunctionLevelLinking >
316293 <OptimizeReferences >true</OptimizeReferences >
317294 </Link >
318295 </ItemDefinitionGroup >
319-
320296 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Preview|arm64'" >
321297 <ClCompile >
322298 <FunctionLevelLinking >true</FunctionLevelLinking >
329305 <OptimizeReferences >true</OptimizeReferences >
330306 </Link >
331307 </ItemDefinitionGroup >
332-
333308 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Stable|arm64'" >
334309 <ClCompile >
335310 <FunctionLevelLinking >true</FunctionLevelLinking >
342317 <OptimizeReferences >true</OptimizeReferences >
343318 </Link >
344319 </ItemDefinitionGroup >
345-
346320 <ItemGroup >
347321 <ClCompile Include =" FilesLauncher.cpp" />
348322 <ClCompile Include =" OpenInFolder.cpp" />
349323 <ClInclude Include =" OpenInFolder.h" />
350324 <None Include =" packages.config" />
351325 </ItemGroup >
352-
353326 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
354327 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
355328 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
356-
357329 <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')" />
360332 </ImportGroup >
361-
362333 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
363334 <PropertyGroup >
364335 <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 >
365336 </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'))" />
369340 </Target >
370-
371- </Project >
341+ </Project >
0 commit comments