|
|
@@ -18,38 +18,41 @@
|
|
|
<Platform>x64</Platform>
|
|
|
</ProjectConfiguration>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="simplesvr.cc" />
|
|
|
+ </ItemGroup>
|
|
|
<PropertyGroup Label="Globals">
|
|
|
<ProjectGuid>{864CD288-050A-4C8B-9BEF-3048BD876C5B}</ProjectGuid>
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
<RootNamespace>sample</RootNamespace>
|
|
|
- <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
|
|
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
- <PlatformToolset>v141</PlatformToolset>
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
@@ -151,9 +154,6 @@
|
|
|
<AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
</Link>
|
|
|
</ItemDefinitionGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ClCompile Include="server.cc" />
|
|
|
- </ItemGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
</ImportGroup>
|