Fix SDK requirements of Atlas and Zim tools.

This commit is contained in:
LunaMoo
2020-04-05 16:56:08 +02:00
parent a0cdf566c7
commit a0fef4136a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<ProjectGuid>{FBE46262-7C2C-400C-92F9-F8A9E72594DD}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>AtlasTool</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+1 -1
View File
@@ -28,7 +28,7 @@
<ProjectGuid>{B7DED405-40A2-48F8-9382-538F10D442F1}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>ZimTool</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">