Skip to content

Commit 619f056

Browse files
authored
Split Samples\AppLifecycle\Activation into cs and cpp folders (#314)
1 parent 07678a5 commit 619f056

File tree

149 files changed

+14
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+14
-2
lines changed
Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<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')" />
88
<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')" />
99
<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')" />
1111
<PropertyGroup Label="Globals">
1212
<CppWinRTOptimized>true</CppWinRTOptimized>
1313
<CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
@@ -17,7 +17,7 @@
1717
<ProjectGuid>{f5c337c9-4d9a-465c-9ce2-4b0ad5e411b2}</ProjectGuid>
1818
<Keyword>Win32Proj</Keyword>
1919
<RootNamespace>CppWinRtConsoleActivation</RootNamespace>
20-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.22000.0</WindowsTargetPlatformVersion>
20+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
2121
<WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
2222
</PropertyGroup>
2323
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -60,6 +60,18 @@
6060
<WholeProgramOptimization>true</WholeProgramOptimization>
6161
<LinkIncremental>false</LinkIncremental>
6262
</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>
6375
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6476
<ImportGroup Label="ExtensionSettings">
6577
</ImportGroup>

0 commit comments

Comments
 (0)