Skip to content

Commit cd500aa

Browse files
Update TargetPlatformVersion where 22000 is used (#508) (#511)
Co-authored-by: Manodasan Wignarajah <[email protected]>
1 parent 8f0af9f commit cd500aa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Samples/AppLifecycle/Activation/cpp/cpp-win32-unpackaged/CppWinMainActivation/CppWinMainActivation.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<Keyword>Win32Proj</Keyword>
3939
<ProjectGuid>{11400d28-21eb-4f92-ae9e-0ee652c98400}</ProjectGuid>
4040
<RootNamespace>CppWinMainActivation</RootNamespace>
41-
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
41+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
4242
<ProjectName>CppWinMainActivation</ProjectName>
4343
</PropertyGroup>
4444
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

Samples/AppLifecycle/Instancing/cpp/cpp-console-unpackaged/CppWinRtConsoleInstancing/CppWinRtConsoleInstancing.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ProjectGuid>{a55ae73a-73fc-430a-8755-4df2e6f774b0}</ProjectGuid>
1717
<Keyword>Win32Proj</Keyword>
1818
<RootNamespace>CppWinRtConsoleInstancing</RootNamespace>
19-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.22000.0</WindowsTargetPlatformVersion>
19+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
2020
<WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
2121
</PropertyGroup>
2222
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

Samples/Notifications/Push/cpp-console-packaged/cpp-console-package/cpp-console-package.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
4646
<PropertyGroup>
4747
<ProjectGuid>21ac7584-8c7c-43d5-b879-f8f58581bbc1</ProjectGuid>
48-
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
48+
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
4949
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
5050
<DefaultLanguage>en-US</DefaultLanguage>
5151
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>

Samples/SelfContainedDeployment/cs1/cs-winui-packaged-wap/SelfContainedDeployment (Package)/SelfContainedDeployment (Package).wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
3737
<PropertyGroup>
3838
<ProjectGuid>a8f28d10-4c02-4a5a-80f1-8938c03b5c4f</ProjectGuid>
39-
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
39+
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
4040
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
4141
<AssetTargetFallback>net6.0-windows$(TargetPlatformVersion);$(AssetTargetFallback)</AssetTargetFallback>
4242
<DefaultLanguage>en-US</DefaultLanguage>

Samples/Widgets/cpp-win32-packaged/SampleWidgetProviderAppPackage/SampleWidgetProviderAppPackage.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
3636
<PropertyGroup>
3737
<ProjectGuid>7C9DBD64-9DC7-4706-8FDA-8Df2A43184FE</ProjectGuid>
38-
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
38+
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
3939
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
4040
<AssetTargetFallback>net6.0-windows$(TargetPlatformVersion);$(AssetTargetFallback)</AssetTargetFallback>
4141
<DefaultLanguage>en-US</DefaultLanguage>

0 commit comments

Comments
 (0)