|
@@ -22,13 +22,14 @@
|
|
|
<ProjectGuid>{9BE9C008-E851-42B1-A034-BD4630AE4CD6}</ProjectGuid>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
<RootNamespace>civetweb_lua</RootNamespace>
|
|
|
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
- <PlatformToolset>v140</PlatformToolset>
|
|
|
+ <PlatformToolset>v140_xp</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
@@ -47,7 +48,7 @@
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
- <PlatformToolset>v140</PlatformToolset>
|
|
|
+ <PlatformToolset>v140_xp</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|