|
@@ -0,0 +1,324 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.210304.5\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210304.5\build\native\Microsoft.Windows.CppWinRT.props')" />
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
+ <CppWinRTOptimized>true</CppWinRTOptimized>
|
|
|
+ <CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
|
|
|
+ <CppWinRTGenerateWindowsMetadata>true</CppWinRTGenerateWindowsMetadata>
|
|
|
+ <MinimalCoreWin>true</MinimalCoreWin>
|
|
|
+ <ProjectGuid>{4d5a2fcd-d3d8-4dd0-bdaf-96cd1d47bdbe}</ProjectGuid>
|
|
|
+ <ProjectName>Maple.App</ProjectName>
|
|
|
+ <RootNamespace>Maple_App</RootNamespace>
|
|
|
+ <DefaultLanguage>en-US</DefaultLanguage>
|
|
|
+ <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
|
|
|
+ <AppContainerApplication>true</AppContainerApplication>
|
|
|
+ <ApplicationType>Windows Store</ApplicationType>
|
|
|
+ <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
|
|
|
+ <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.19041.0</WindowsTargetPlatformVersion>
|
|
|
+ <WindowsTargetPlatformMinVersion>10.0.15063.0</WindowsTargetPlatformMinVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <ItemGroup Label="ProjectConfigurations">
|
|
|
+ <ProjectConfiguration Include="Debug|ARM">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>ARM</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Debug|ARM64">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>ARM64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Debug|Win32">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Debug|x64">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|ARM">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>ARM</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|ARM64">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>ARM64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|x64">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ </ItemGroup>
|
|
|
+ <PropertyGroup Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
+ <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
|
|
|
+ <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
+ <ImportGroup Label="ExtensionSettings">
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Label="PropertySheets">
|
|
|
+ <Import Project="PropertySheet.props" />
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Label="UserMacros">
|
|
|
+ <TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
|
|
|
+ <GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
|
|
+ <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
|
|
|
+ <PackageCertificateKeyFile>D:\proj\ytflow\src\YtFlow\YtFlowApp\YtFlowApp\YtFlowApp_TemporaryKey.pfx</PackageCertificateKeyFile>
|
|
|
+ <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
|
|
|
+ <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
|
|
|
+ <AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
|
|
|
+ <GenerateTestArtifacts>True</GenerateTestArtifacts>
|
|
|
+ <AppxBundlePlatforms>x64</AppxBundlePlatforms>
|
|
|
+ <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup>
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
+ <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
|
|
+ <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
|
|
|
+ <WarningLevel>Level4</WarningLevel>
|
|
|
+ <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions>
|
|
|
+ <!--Temporarily disable cppwinrt heap enforcement to work around xaml compiler generated std::shared_ptr use -->
|
|
|
+ <AdditionalOptions Condition="'$(CppWinRTHeapEnforcement)'==''">/DWINRT_NO_MAKE_DETECTION %(AdditionalOptions)</AdditionalOptions>
|
|
|
+ <DisableSpecificWarnings>
|
|
|
+ </DisableSpecificWarnings>
|
|
|
+ <PreprocessorDefinitions>WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
|
|
|
+ <ClCompile>
|
|
|
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ </ClCompile>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
|
|
|
+ <ClCompile>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="Converter\DateTimeConverter.h">
|
|
|
+ <DependentUpon>Converter\DateTimeConverter.idl</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </ClInclude>
|
|
|
+ <ClInclude Include="EditPage.h">
|
|
|
+ <DependentUpon>EditPage.xaml</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </ClInclude>
|
|
|
+ <ClInclude Include="Model\ConfigViewModel.h">
|
|
|
+ <DependentUpon>Model\ConfigViewModel.idl</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </ClInclude>
|
|
|
+ <ClInclude Include="Model\Netif.h">
|
|
|
+ <DependentUpon>Model\Netif.idl</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </ClInclude>
|
|
|
+ <ClInclude Include="pch.h" />
|
|
|
+ <ClInclude Include="App.h">
|
|
|
+ <DependentUpon>App.xaml</DependentUpon>
|
|
|
+ </ClInclude>
|
|
|
+ <ClInclude Include="MainPage.h">
|
|
|
+ <DependentUpon>MainPage.xaml</DependentUpon>
|
|
|
+ </ClInclude>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ApplicationDefinition Include="App.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </ApplicationDefinition>
|
|
|
+ <Page Include="EditPage.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ <Page Include="MainPage.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <AppxManifest Include="Package.appxmanifest">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </AppxManifest>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Image Include="Assets\LargeTile.scale-100.png" />
|
|
|
+ <Image Include="Assets\LargeTile.scale-125.png" />
|
|
|
+ <Image Include="Assets\LargeTile.scale-150.png" />
|
|
|
+ <Image Include="Assets\LargeTile.scale-200.png" />
|
|
|
+ <Image Include="Assets\LargeTile.scale-400.png" />
|
|
|
+ <Image Include="Assets\LockScreenLogo.scale-200.png" />
|
|
|
+ <Image Include="Assets\SmallTile.scale-100.png" />
|
|
|
+ <Image Include="Assets\SmallTile.scale-125.png" />
|
|
|
+ <Image Include="Assets\SmallTile.scale-150.png" />
|
|
|
+ <Image Include="Assets\SmallTile.scale-200.png" />
|
|
|
+ <Image Include="Assets\SmallTile.scale-400.png" />
|
|
|
+ <Image Include="Assets\SplashScreen.scale-100.png" />
|
|
|
+ <Image Include="Assets\SplashScreen.scale-125.png" />
|
|
|
+ <Image Include="Assets\SplashScreen.scale-150.png" />
|
|
|
+ <Image Include="Assets\SplashScreen.scale-200.png" />
|
|
|
+ <Image Include="Assets\SplashScreen.scale-400.png" />
|
|
|
+ <Image Include="Assets\Square150x150Logo.scale-100.png" />
|
|
|
+ <Image Include="Assets\Square150x150Logo.scale-125.png" />
|
|
|
+ <Image Include="Assets\Square150x150Logo.scale-150.png" />
|
|
|
+ <Image Include="Assets\Square150x150Logo.scale-200.png" />
|
|
|
+ <Image Include="Assets\Square150x150Logo.scale-400.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-24.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-32.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.altform-unplated_targetsize-16.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.altform-unplated_targetsize-256.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.altform-unplated_targetsize-32.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.altform-unplated_targetsize-48.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.scale-100.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.scale-125.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.scale-150.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.scale-200.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.scale-400.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.targetsize-16.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.targetsize-24.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.targetsize-256.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.targetsize-32.png" />
|
|
|
+ <Image Include="Assets\Square44x44Logo.targetsize-48.png" />
|
|
|
+ <Image Include="Assets\StoreLogo.scale-100.png" />
|
|
|
+ <Image Include="Assets\StoreLogo.scale-125.png" />
|
|
|
+ <Image Include="Assets\StoreLogo.scale-150.png" />
|
|
|
+ <Image Include="Assets\StoreLogo.scale-200.png" />
|
|
|
+ <Image Include="Assets\StoreLogo.scale-400.png" />
|
|
|
+ <Image Include="Assets\Wide310x150Logo.scale-100.png" />
|
|
|
+ <Image Include="Assets\Wide310x150Logo.scale-125.png" />
|
|
|
+ <Image Include="Assets\Wide310x150Logo.scale-150.png" />
|
|
|
+ <Image Include="Assets\Wide310x150Logo.scale-200.png" />
|
|
|
+ <Image Include="Assets\Wide310x150Logo.scale-400.png" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="Converter\DateTimeConverter.cpp">
|
|
|
+ <DependentUpon>Converter\DateTimeConverter.idl</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="EditPage.cpp">
|
|
|
+ <DependentUpon>EditPage.xaml</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="Model\ConfigViewModel.cpp">
|
|
|
+ <DependentUpon>Model\ConfigViewModel.idl</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="Model\Netif.cpp">
|
|
|
+ <DependentUpon>Model\Netif.idl</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="pch.cpp">
|
|
|
+ <PrecompiledHeader>Create</PrecompiledHeader>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="App.cpp">
|
|
|
+ <DependentUpon>App.xaml</DependentUpon>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="MainPage.cpp">
|
|
|
+ <DependentUpon>MainPage.xaml</DependentUpon>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="$(GeneratedFilesDir)module.g.cpp" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Midl Include="App.idl">
|
|
|
+ <DependentUpon>App.xaml</DependentUpon>
|
|
|
+ </Midl>
|
|
|
+ <Midl Include="Converter\DateTimeConverter.idl">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Midl>
|
|
|
+ <Midl Include="EditPage.idl">
|
|
|
+ <DependentUpon>EditPage.xaml</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Midl>
|
|
|
+ <Midl Include="MainPage.idl">
|
|
|
+ <DependentUpon>MainPage.xaml</DependentUpon>
|
|
|
+ </Midl>
|
|
|
+ <Midl Include="Model\ConfigViewModel.idl">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Midl>
|
|
|
+ <Midl Include="Model\Netif.idl">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Midl>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <CopyFileToFolders Include="Config\default.conf">
|
|
|
+ <FileType>Document</FileType>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ </CopyFileToFolders>
|
|
|
+ <CopyFileToFolders Include="Config\default.json">
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</DeploymentContent>
|
|
|
+ <FileType>Document</FileType>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
|
|
|
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ <DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)/Config</DestinationFolders>
|
|
|
+ </CopyFileToFolders>
|
|
|
+ <None Include="packages.config" />
|
|
|
+ <None Include="PropertySheet.props" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\Maple.Task\Maple.Task.vcxproj">
|
|
|
+ <Project>{596ec282-b44a-4e5d-8401-fa3ce8a8301a}</Project>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.210304.5\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210304.5\build\native\Microsoft.Windows.CppWinRT.targets')" />
|
|
|
+ </ImportGroup>
|
|
|
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
+ <PropertyGroup>
|
|
|
+ <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210304.5\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.210304.5\build\native\Microsoft.Windows.CppWinRT.props'))" />
|
|
|
+ <Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.210304.5\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.210304.5\build\native\Microsoft.Windows.CppWinRT.targets'))" />
|
|
|
+ </Target>
|
|
|
+</Project>
|