|
18 | 18 | <Platform>x64</Platform> |
19 | 19 | </ProjectConfiguration> |
20 | 20 | </ItemGroup> |
| 21 | + <ItemGroup> |
| 22 | + <ClCompile Include="simplesvr.cc" /> |
| 23 | + </ItemGroup> |
21 | 24 | <PropertyGroup Label="Globals"> |
22 | 25 | <ProjectGuid>{864CD288-050A-4C8B-9BEF-3048BD876C5B}</ProjectGuid> |
23 | 26 | <Keyword>Win32Proj</Keyword> |
24 | 27 | <RootNamespace>sample</RootNamespace> |
25 | | - <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> |
| 28 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
26 | 29 | </PropertyGroup> |
27 | 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
28 | 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
29 | 32 | <ConfigurationType>Application</ConfigurationType> |
30 | 33 | <UseDebugLibraries>true</UseDebugLibraries> |
31 | 34 | <CharacterSet>Unicode</CharacterSet> |
32 | | - <PlatformToolset>v141</PlatformToolset> |
| 35 | + <PlatformToolset>v143</PlatformToolset> |
33 | 36 | </PropertyGroup> |
34 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
35 | 38 | <ConfigurationType>Application</ConfigurationType> |
36 | 39 | <UseDebugLibraries>true</UseDebugLibraries> |
37 | 40 | <CharacterSet>Unicode</CharacterSet> |
38 | | - <PlatformToolset>v141</PlatformToolset> |
| 41 | + <PlatformToolset>v143</PlatformToolset> |
39 | 42 | </PropertyGroup> |
40 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
41 | 44 | <ConfigurationType>Application</ConfigurationType> |
42 | 45 | <UseDebugLibraries>false</UseDebugLibraries> |
43 | 46 | <WholeProgramOptimization>true</WholeProgramOptimization> |
44 | 47 | <CharacterSet>Unicode</CharacterSet> |
45 | | - <PlatformToolset>v141</PlatformToolset> |
| 48 | + <PlatformToolset>v143</PlatformToolset> |
46 | 49 | </PropertyGroup> |
47 | 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
48 | 51 | <ConfigurationType>Application</ConfigurationType> |
49 | 52 | <UseDebugLibraries>false</UseDebugLibraries> |
50 | 53 | <WholeProgramOptimization>true</WholeProgramOptimization> |
51 | 54 | <CharacterSet>Unicode</CharacterSet> |
52 | | - <PlatformToolset>v141</PlatformToolset> |
| 55 | + <PlatformToolset>v143</PlatformToolset> |
53 | 56 | </PropertyGroup> |
54 | 57 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
55 | 58 | <ImportGroup Label="ExtensionSettings"> |
|
151 | 154 | <AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
152 | 155 | </Link> |
153 | 156 | </ItemDefinitionGroup> |
154 | | - <ItemGroup> |
155 | | - <ClCompile Include="server.cc" /> |
156 | | - </ItemGroup> |
157 | 157 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
158 | 158 | <ImportGroup Label="ExtensionTargets"> |
159 | 159 | </ImportGroup> |
|
0 commit comments