Updated SDK target version to be compiled against 14393 instead of 10240 (#1198)

Visual Studio doesn't install v10240 SDK by default any longer, so most people will experience problems with opening this project. 
The MinVersion is still 10240 and is still supported to run on, so there's no breaking changes from this.
This commit is contained in:
Morten Nielsen 2017-04-04 22:54:41 -07:00 committed by Justin Hammond
parent fd715e2174
commit f012e096a1

View file

@ -501,7 +501,7 @@
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<AppContainerApplication>true</AppContainerApplication>
<ApplicationType>Windows Store</ApplicationType>
<WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
</PropertyGroup>
@ -724,4 +724,4 @@ exit 0</Command>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>