Changes in client/Client/Client.vcxproj [033c78b:3e44a59] in network-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Client.vcxproj
r033c78b r3e44a59 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion=" 14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <ItemGroup Label="ProjectConfigurations"> 4 4 <ProjectConfiguration Include="Debug|Win32"> … … 20 20 <UseDebugLibraries>true</UseDebugLibraries> 21 21 <CharacterSet>MultiByte</CharacterSet> 22 <PlatformToolset>v140</PlatformToolset>23 22 </PropertyGroup> 24 23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> … … 27 26 <WholeProgramOptimization>true</WholeProgramOptimization> 28 27 <CharacterSet>MultiByte</CharacterSet> 29 <PlatformToolset>v140</PlatformToolset>30 28 </PropertyGroup> 31 29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Note:
See TracChangeset
for help on using the changeset viewer.