Skip to content

Commit a3b2d7a

Browse files
committed
Change targeted winsdk version to match Travis windows environment.
1 parent 14fc522 commit a3b2d7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vs2017/stackman/stackman.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Keyword>Win32Proj</Keyword>
2424
<ProjectGuid>{bf7d0638-ac4f-4206-b426-66cddd468281}</ProjectGuid>
2525
<RootNamespace>stackman</RootNamespace>
26-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
26+
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
2727
<ProjectName>stackman</ProjectName>
2828
</PropertyGroup>
2929
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

vs2017/test/test.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Keyword>Win32Proj</Keyword>
2424
<ProjectGuid>{cafdbd3e-9d0d-4e90-bb6d-6c2a19f5ef53}</ProjectGuid>
2525
<RootNamespace>test</RootNamespace>
26-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
26+
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

0 commit comments

Comments
 (0)