|
7 | 7 | <Import Project="$(NugetPackageDirectory)\Microsoft.WindowsAppSDK.1.4.230822000\build\native\Microsoft.WindowsAppSDK.props" Condition="Exists('$(NugetPackageDirectory)\Microsoft.WindowsAppSDK.1.4.230822000\build\native\Microsoft.WindowsAppSDK.props')" /> |
8 | 8 | <Import Project="$(NugetPackageDirectory)\Microsoft.Windows.SDK.BuildTools.10.0.22621.756\build\Microsoft.Windows.SDK.BuildTools.props" Condition="Exists('$(NugetPackageDirectory)\Microsoft.Windows.SDK.BuildTools.10.0.22621.756\build\Microsoft.Windows.SDK.BuildTools.props')" /> |
9 | 9 | <Import Project="$(NugetPackageDirectory)\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('$(NugetPackageDirectory)\Microsoft.Windows.CppWinRT.2.0.221104.6\build\native\Microsoft.Windows.CppWinRT.props')" /> |
10 | | - <Import Project="..\..\..\..\Build.Common.Cpp.props" Condition="Exists('..\..\..\..\Build.Common.Cpp.props')"/> |
| 10 | + <Import Project="..\..\..\..\Build.Common.Cpp.props" Condition="Exists('..\..\..\..\Build.Common.Cpp.props')" /> |
11 | 11 | <PropertyGroup Label="Globals"> |
12 | 12 | <CppWinRTOptimized>true</CppWinRTOptimized> |
13 | 13 | <CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge> |
|
17 | 17 | <ProjectGuid>{f5c337c9-4d9a-465c-9ce2-4b0ad5e411b2}</ProjectGuid> |
18 | 18 | <Keyword>Win32Proj</Keyword> |
19 | 19 | <RootNamespace>CppWinRtConsoleActivation</RootNamespace> |
20 | | - <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.22000.0</WindowsTargetPlatformVersion> |
| 20 | + <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion> |
21 | 21 | <WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion> |
22 | 22 | </PropertyGroup> |
23 | 23 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
60 | 60 | <WholeProgramOptimization>true</WholeProgramOptimization> |
61 | 61 | <LinkIncremental>false</LinkIncremental> |
62 | 62 | </PropertyGroup> |
| 63 | + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 64 | + <PlatformToolset>v143</PlatformToolset> |
| 65 | + </PropertyGroup> |
| 66 | + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 67 | + <PlatformToolset>v143</PlatformToolset> |
| 68 | + </PropertyGroup> |
| 69 | + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 70 | + <PlatformToolset>v143</PlatformToolset> |
| 71 | + </PropertyGroup> |
| 72 | + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 73 | + <PlatformToolset>v143</PlatformToolset> |
| 74 | + </PropertyGroup> |
63 | 75 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
64 | 76 | <ImportGroup Label="ExtensionSettings"> |
65 | 77 | </ImportGroup> |
|
0 commit comments