Skip to content

Commit

Permalink
Merge pull request #1621 from dep5/latestsdk
Browse files Browse the repository at this point in the history
最新のWindows SDKでビルドできるようにする
  • Loading branch information
berryzplus authored Apr 16, 2021
2 parents 713d6db + 21fba2c commit 6b30d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcx-props/vcxcompat.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Globals" Condition="'$(VisualStudioVersion)' == '16.0'">
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(VisualStudioVersion)' == '15.0'">
<PlatformToolset>v141</PlatformToolset>
Expand Down

0 comments on commit 6b30d35

Please sign in to comment.