Skip to content

Commit 3cec31d

Browse files
author
Protik Biswas
committed
changing vcxprof file
1 parent 68cb23b commit 3cec31d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/playground/windows/playground-composition/Playground-Composition.vcxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<DefaultLanguage>en-US</DefaultLanguage>
1212
<MinimumVisualStudioVersion>17.0</MinimumVisualStudioVersion>
1313
<AppxPackage>false</AppxPackage>
14+
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
15+
<WindowsTargetPlatformMinVersion>10.0.18362.0</WindowsTargetPlatformMinVersion>
1416
</PropertyGroup>
1517
<!-- This isn't necessary in the current cpp-app template, but looks like maybe it's needed for XAML hosting support to work properly. -->
1618
<PropertyGroup Label="FromWinUI3_VSIX">
@@ -54,7 +56,7 @@
5456
<PropertyGroup Label="Configuration">
5557
<ConfigurationType>Application</ConfigurationType>
5658
<CharacterSet>Unicode</CharacterSet>
57-
<PlatformToolset>v143</PlatformToolset>
59+
<PlatformToolset>v145</PlatformToolset>
5860
</PropertyGroup>
5961
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
6062
<UseDebugLibraries>true</UseDebugLibraries>

0 commit comments

Comments
 (0)