Maple.App.vcxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.props')" />
  4. <PropertyGroup Label="Globals">
  5. <CppWinRTOptimized>true</CppWinRTOptimized>
  6. <CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
  7. <CppWinRTGenerateWindowsMetadata>true</CppWinRTGenerateWindowsMetadata>
  8. <MinimalCoreWin>true</MinimalCoreWin>
  9. <ProjectGuid>{4d5a2fcd-d3d8-4dd0-bdaf-96cd1d47bdbe}</ProjectGuid>
  10. <ProjectName>Maple.App</ProjectName>
  11. <RootNamespace>Maple_App</RootNamespace>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  14. <AppContainerApplication>true</AppContainerApplication>
  15. <ApplicationType>Windows Store</ApplicationType>
  16. <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
  17. <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.19041.0</WindowsTargetPlatformVersion>
  18. <WindowsTargetPlatformMinVersion>10.0.15063.0</WindowsTargetPlatformMinVersion>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <ItemGroup Label="ProjectConfigurations">
  22. <ProjectConfiguration Include="Debug|ARM">
  23. <Configuration>Debug</Configuration>
  24. <Platform>ARM</Platform>
  25. </ProjectConfiguration>
  26. <ProjectConfiguration Include="Debug|ARM64">
  27. <Configuration>Debug</Configuration>
  28. <Platform>ARM64</Platform>
  29. </ProjectConfiguration>
  30. <ProjectConfiguration Include="Debug|Win32">
  31. <Configuration>Debug</Configuration>
  32. <Platform>Win32</Platform>
  33. </ProjectConfiguration>
  34. <ProjectConfiguration Include="Debug|x64">
  35. <Configuration>Debug</Configuration>
  36. <Platform>x64</Platform>
  37. </ProjectConfiguration>
  38. <ProjectConfiguration Include="Release|ARM">
  39. <Configuration>Release</Configuration>
  40. <Platform>ARM</Platform>
  41. </ProjectConfiguration>
  42. <ProjectConfiguration Include="Release|ARM64">
  43. <Configuration>Release</Configuration>
  44. <Platform>ARM64</Platform>
  45. </ProjectConfiguration>
  46. <ProjectConfiguration Include="Release|Win32">
  47. <Configuration>Release</Configuration>
  48. <Platform>Win32</Platform>
  49. </ProjectConfiguration>
  50. <ProjectConfiguration Include="Release|x64">
  51. <Configuration>Release</Configuration>
  52. <Platform>x64</Platform>
  53. </ProjectConfiguration>
  54. </ItemGroup>
  55. <PropertyGroup Label="Configuration">
  56. <ConfigurationType>Application</ConfigurationType>
  57. <PlatformToolset>v140</PlatformToolset>
  58. <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
  59. <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  63. <UseDebugLibraries>true</UseDebugLibraries>
  64. <LinkIncremental>true</LinkIncremental>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  67. <UseDebugLibraries>false</UseDebugLibraries>
  68. <WholeProgramOptimization>true</WholeProgramOptimization>
  69. <LinkIncremental>false</LinkIncremental>
  70. </PropertyGroup>
  71. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  72. <ImportGroup Label="ExtensionSettings">
  73. </ImportGroup>
  74. <ImportGroup Label="PropertySheets">
  75. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  76. </ImportGroup>
  77. <ImportGroup Label="PropertySheets">
  78. <Import Project="PropertySheet.props" />
  79. </ImportGroup>
  80. <PropertyGroup Label="UserMacros">
  81. <TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
  82. <GenerateAppInstallerFile>False</GenerateAppInstallerFile>
  83. <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
  84. <PackageCertificateKeyFile>D:\proj\ytflow\src\YtFlow\YtFlowApp\YtFlowApp\YtFlowApp_TemporaryKey.pfx</PackageCertificateKeyFile>
  85. <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
  86. <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
  87. <AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
  88. <GenerateTestArtifacts>True</GenerateTestArtifacts>
  89. <AppxBundlePlatforms>x64</AppxBundlePlatforms>
  90. <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
  91. <AppxBundle>Auto</AppxBundle>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  94. <LibraryPath>..\leaf\target\x86_64-uwp-windows-msvc\debug;$(LibraryPath)</LibraryPath>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  97. <LibraryPath>..\leaf\target\x86_64-uwp-windows-msvc\release;$(LibraryPath)</LibraryPath>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  100. <LibraryPath>..\leaf\target\i686-uwp-windows-msvc\release;$(LibraryPath)</LibraryPath>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  103. <LibraryPath>..\leaf\target\i686-uwp-windows-msvc\debug;$(LibraryPath)</LibraryPath>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  106. <LibraryPath>..\leaf\target\thumbv7a-uwp-windows-msvc\debug;$(LibraryPath)</LibraryPath>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  109. <LibraryPath>..\leaf\target\thumbv7a-uwp-windows-msvc\release;$(LibraryPath)</LibraryPath>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  112. <LibraryPath>..\leaf\target\aarch64-uwp-windows-msvc\release;$(LibraryPath)</LibraryPath>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  115. <LibraryPath>..\leaf\target\aarch64-uwp-windows-msvc\debug;$(LibraryPath)</LibraryPath>
  116. </PropertyGroup>
  117. <ItemDefinitionGroup>
  118. <ClCompile>
  119. <PrecompiledHeader>Use</PrecompiledHeader>
  120. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  121. <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
  122. <WarningLevel>Level4</WarningLevel>
  123. <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions>
  124. <!--Temporarily disable cppwinrt heap enforcement to work around xaml compiler generated std::shared_ptr use -->
  125. <AdditionalOptions Condition="'$(CppWinRTHeapEnforcement)'==''">/DWINRT_NO_MAKE_DETECTION %(AdditionalOptions)</AdditionalOptions>
  126. <DisableSpecificWarnings>
  127. </DisableSpecificWarnings>
  128. <PreprocessorDefinitions>WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  129. <LanguageStandard>stdcpplatest</LanguageStandard>
  130. </ClCompile>
  131. <Link>
  132. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  133. <AdditionalDependencies>leaf.lib;WindowsApp.lib;%(AdditionalDependencies)</AdditionalDependencies>
  134. </Link>
  135. </ItemDefinitionGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
  137. <ClCompile>
  138. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  139. </ClCompile>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
  142. <ClCompile>
  143. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. </ClCompile>
  145. <Link>
  146. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  147. <OptimizeReferences>true</OptimizeReferences>
  148. </Link>
  149. </ItemDefinitionGroup>
  150. <ItemGroup>
  151. <ClInclude Include="CertPage.h">
  152. <DependentUpon>CertPage.xaml</DependentUpon>
  153. <SubType>Code</SubType>
  154. </ClInclude>
  155. <ClInclude Include="Converter\DateTimeConverter.h">
  156. <DependentUpon>Converter\DateTimeConverter.idl</DependentUpon>
  157. <SubType>Code</SubType>
  158. </ClInclude>
  159. <ClInclude Include="DatPage.h">
  160. <DependentUpon>DatPage.xaml</DependentUpon>
  161. <SubType>Code</SubType>
  162. </ClInclude>
  163. <ClInclude Include="EditPage.h">
  164. <DependentUpon>EditPage.xaml</DependentUpon>
  165. <SubType>Code</SubType>
  166. </ClInclude>
  167. <ClInclude Include="leaf.h" />
  168. <ClInclude Include="MmdbPage.h">
  169. <DependentUpon>MmdbPage.xaml</DependentUpon>
  170. <SubType>Code</SubType>
  171. </ClInclude>
  172. <ClInclude Include="Model\ConfigViewModel.h">
  173. <DependentUpon>Model\ConfigViewModel.idl</DependentUpon>
  174. <SubType>Code</SubType>
  175. </ClInclude>
  176. <ClInclude Include="Model\Netif.h">
  177. <DependentUpon>Model\Netif.idl</DependentUpon>
  178. <SubType>Code</SubType>
  179. </ClInclude>
  180. <ClInclude Include="pch.h" />
  181. <ClInclude Include="App.h">
  182. <DependentUpon>App.xaml</DependentUpon>
  183. </ClInclude>
  184. <ClInclude Include="MainPage.h">
  185. <DependentUpon>MainPage.xaml</DependentUpon>
  186. </ClInclude>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <ApplicationDefinition Include="App.xaml">
  190. <SubType>Designer</SubType>
  191. </ApplicationDefinition>
  192. <Page Include="CertPage.xaml">
  193. <SubType>Designer</SubType>
  194. </Page>
  195. <Page Include="DatPage.xaml">
  196. <SubType>Designer</SubType>
  197. </Page>
  198. <Page Include="EditPage.xaml">
  199. <SubType>Designer</SubType>
  200. </Page>
  201. <Page Include="MainPage.xaml">
  202. <SubType>Designer</SubType>
  203. </Page>
  204. <Page Include="MmdbPage.xaml">
  205. <SubType>Designer</SubType>
  206. </Page>
  207. </ItemGroup>
  208. <ItemGroup>
  209. <AppxManifest Include="Package.appxmanifest">
  210. <SubType>Designer</SubType>
  211. </AppxManifest>
  212. </ItemGroup>
  213. <ItemGroup>
  214. <Image Include="Assets\LargeTile.scale-100.png" />
  215. <Image Include="Assets\LargeTile.scale-125.png" />
  216. <Image Include="Assets\LargeTile.scale-150.png" />
  217. <Image Include="Assets\LargeTile.scale-200.png" />
  218. <Image Include="Assets\LargeTile.scale-400.png" />
  219. <Image Include="Assets\LockScreenLogo.scale-200.png" />
  220. <Image Include="Assets\SmallTile.scale-100.png" />
  221. <Image Include="Assets\SmallTile.scale-125.png" />
  222. <Image Include="Assets\SmallTile.scale-150.png" />
  223. <Image Include="Assets\SmallTile.scale-200.png" />
  224. <Image Include="Assets\SmallTile.scale-400.png" />
  225. <Image Include="Assets\SplashScreen.scale-100.png" />
  226. <Image Include="Assets\SplashScreen.scale-125.png" />
  227. <Image Include="Assets\SplashScreen.scale-150.png" />
  228. <Image Include="Assets\SplashScreen.scale-200.png" />
  229. <Image Include="Assets\SplashScreen.scale-400.png" />
  230. <Image Include="Assets\Square150x150Logo.scale-100.png" />
  231. <Image Include="Assets\Square150x150Logo.scale-125.png" />
  232. <Image Include="Assets\Square150x150Logo.scale-150.png" />
  233. <Image Include="Assets\Square150x150Logo.scale-200.png" />
  234. <Image Include="Assets\Square150x150Logo.scale-400.png" />
  235. <Image Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
  236. <Image Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-24.png" />
  237. <Image Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
  238. <Image Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-32.png" />
  239. <Image Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
  240. <Image Include="Assets\Square44x44Logo.altform-unplated_targetsize-16.png" />
  241. <Image Include="Assets\Square44x44Logo.altform-unplated_targetsize-256.png" />
  242. <Image Include="Assets\Square44x44Logo.altform-unplated_targetsize-32.png" />
  243. <Image Include="Assets\Square44x44Logo.altform-unplated_targetsize-48.png" />
  244. <Image Include="Assets\Square44x44Logo.scale-100.png" />
  245. <Image Include="Assets\Square44x44Logo.scale-125.png" />
  246. <Image Include="Assets\Square44x44Logo.scale-150.png" />
  247. <Image Include="Assets\Square44x44Logo.scale-200.png" />
  248. <Image Include="Assets\Square44x44Logo.scale-400.png" />
  249. <Image Include="Assets\Square44x44Logo.targetsize-16.png" />
  250. <Image Include="Assets\Square44x44Logo.targetsize-24.png" />
  251. <Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  252. <Image Include="Assets\Square44x44Logo.targetsize-256.png" />
  253. <Image Include="Assets\Square44x44Logo.targetsize-32.png" />
  254. <Image Include="Assets\Square44x44Logo.targetsize-48.png" />
  255. <Image Include="Assets\StoreLogo.scale-100.png" />
  256. <Image Include="Assets\StoreLogo.scale-125.png" />
  257. <Image Include="Assets\StoreLogo.scale-150.png" />
  258. <Image Include="Assets\StoreLogo.scale-200.png" />
  259. <Image Include="Assets\StoreLogo.scale-400.png" />
  260. <Image Include="Assets\Wide310x150Logo.scale-100.png" />
  261. <Image Include="Assets\Wide310x150Logo.scale-125.png" />
  262. <Image Include="Assets\Wide310x150Logo.scale-150.png" />
  263. <Image Include="Assets\Wide310x150Logo.scale-200.png" />
  264. <Image Include="Assets\Wide310x150Logo.scale-400.png" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <ClCompile Include="CertPage.cpp">
  268. <DependentUpon>CertPage.xaml</DependentUpon>
  269. <SubType>Code</SubType>
  270. </ClCompile>
  271. <ClCompile Include="Converter\DateTimeConverter.cpp">
  272. <DependentUpon>Converter\DateTimeConverter.idl</DependentUpon>
  273. <SubType>Code</SubType>
  274. </ClCompile>
  275. <ClCompile Include="DatPage.cpp">
  276. <DependentUpon>DatPage.xaml</DependentUpon>
  277. <SubType>Code</SubType>
  278. </ClCompile>
  279. <ClCompile Include="EditPage.cpp">
  280. <DependentUpon>EditPage.xaml</DependentUpon>
  281. <SubType>Code</SubType>
  282. </ClCompile>
  283. <ClCompile Include="MmdbPage.cpp">
  284. <DependentUpon>MmdbPage.xaml</DependentUpon>
  285. <SubType>Code</SubType>
  286. </ClCompile>
  287. <ClCompile Include="Model\ConfigViewModel.cpp">
  288. <DependentUpon>Model\ConfigViewModel.idl</DependentUpon>
  289. <SubType>Code</SubType>
  290. </ClCompile>
  291. <ClCompile Include="Model\Netif.cpp">
  292. <DependentUpon>Model\Netif.idl</DependentUpon>
  293. <SubType>Code</SubType>
  294. </ClCompile>
  295. <ClCompile Include="pch.cpp">
  296. <PrecompiledHeader>Create</PrecompiledHeader>
  297. </ClCompile>
  298. <ClCompile Include="App.cpp">
  299. <DependentUpon>App.xaml</DependentUpon>
  300. </ClCompile>
  301. <ClCompile Include="MainPage.cpp">
  302. <DependentUpon>MainPage.xaml</DependentUpon>
  303. </ClCompile>
  304. <ClCompile Include="$(GeneratedFilesDir)module.g.cpp" />
  305. </ItemGroup>
  306. <ItemGroup>
  307. <Midl Include="App.idl">
  308. <DependentUpon>App.xaml</DependentUpon>
  309. </Midl>
  310. <Midl Include="CertPage.idl">
  311. <DependentUpon>CertPage.xaml</DependentUpon>
  312. <SubType>Code</SubType>
  313. </Midl>
  314. <Midl Include="Converter\DateTimeConverter.idl">
  315. <SubType>Designer</SubType>
  316. </Midl>
  317. <Midl Include="DatPage.idl">
  318. <DependentUpon>DatPage.xaml</DependentUpon>
  319. <SubType>Code</SubType>
  320. </Midl>
  321. <Midl Include="EditPage.idl">
  322. <DependentUpon>EditPage.xaml</DependentUpon>
  323. <SubType>Code</SubType>
  324. </Midl>
  325. <Midl Include="MainPage.idl">
  326. <DependentUpon>MainPage.xaml</DependentUpon>
  327. </Midl>
  328. <Midl Include="MmdbPage.idl">
  329. <DependentUpon>MmdbPage.xaml</DependentUpon>
  330. <SubType>Code</SubType>
  331. </Midl>
  332. <Midl Include="Model\ConfigViewModel.idl">
  333. <SubType>Designer</SubType>
  334. </Midl>
  335. <Midl Include="Model\Netif.idl">
  336. <SubType>Designer</SubType>
  337. </Midl>
  338. </ItemGroup>
  339. <ItemGroup>
  340. <CopyFileToFolders Include="Config\default.conf">
  341. <FileType>Document</FileType>
  342. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
  343. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
  344. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
  345. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
  346. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
  347. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
  348. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
  349. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
  350. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)/Config</DestinationFolders>
  351. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)/Config</DestinationFolders>
  352. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(OutDir)/Config</DestinationFolders>
  353. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(OutDir)/Config</DestinationFolders>
  354. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">$(OutDir)/Config</DestinationFolders>
  355. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">$(OutDir)/Config</DestinationFolders>
  356. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)/Config</DestinationFolders>
  357. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)/Config</DestinationFolders>
  358. </CopyFileToFolders>
  359. <CopyFileToFolders Include="Config\default.json">
  360. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
  361. <FileType>Document</FileType>
  362. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
  363. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
  364. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
  365. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
  366. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
  367. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
  368. <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
  369. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)/Config</DestinationFolders>
  370. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)/Config</DestinationFolders>
  371. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(OutDir)/Config</DestinationFolders>
  372. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(OutDir)/Config</DestinationFolders>
  373. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">$(OutDir)/Config</DestinationFolders>
  374. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">$(OutDir)/Config</DestinationFolders>
  375. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)/Config</DestinationFolders>
  376. <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)/Config</DestinationFolders>
  377. </CopyFileToFolders>
  378. <None Include="packages.config" />
  379. <None Include="PropertySheet.props" />
  380. </ItemGroup>
  381. <ItemGroup>
  382. <ProjectReference Include="..\Maple.Task\Maple.Task.vcxproj">
  383. <Project>{596ec282-b44a-4e5d-8401-fa3ce8a8301a}</Project>
  384. </ProjectReference>
  385. </ItemGroup>
  386. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  387. <ImportGroup Label="ExtensionTargets">
  388. <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.targets')" />
  389. </ImportGroup>
  390. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  391. <PropertyGroup>
  392. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  393. </PropertyGroup>
  394. <Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.props'))" />
  395. <Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.210312.4\build\native\Microsoft.Windows.CppWinRT.targets'))" />
  396. </Target>
  397. </Project>