Changeset 033c78b in network-game for client/Client/Client.vcxproj
- Timestamp:
- Oct 8, 2015, 1:53:20 AM (9 years ago)
- Branches:
- master
- Children:
- 8cbeffc
- Parents:
- e2a0a27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Client.vcxproj
re2a0a27 r033c78b 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion=" 4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project DefaultTargets="Build" ToolsVersion="14.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> 22 23 </PropertyGroup> 23 24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> … … 26 27 <WholeProgramOptimization>true</WholeProgramOptimization> 27 28 <CharacterSet>MultiByte</CharacterSet> 29 <PlatformToolset>v140</PlatformToolset> 28 30 </PropertyGroup> 29 31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Note:
See TracChangeset
for help on using the changeset viewer.