conworlds

diff vrchess.vcxproj @ 3:a797e426e309

minor changes
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 19 Aug 2014 11:01:04 +0300
parents b326d53321f7
children 8b7da5ab814e
line diff
     1.1 --- a/vrchess.vcxproj	Fri Apr 25 05:44:09 2014 +0300
     1.2 +++ b/vrchess.vcxproj	Tue Aug 19 11:01:04 2014 +0300
     1.3 @@ -1,5 +1,5 @@
     1.4  <?xml version="1.0" encoding="utf-8"?>
     1.5 -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.7    <ItemGroup Label="ProjectConfigurations">
     1.8      <ProjectConfiguration Include="Debug|Win32">
     1.9        <Configuration>Debug</Configuration>
    1.10 @@ -19,15 +19,15 @@
    1.11    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    1.12      <ConfigurationType>Application</ConfigurationType>
    1.13      <UseDebugLibraries>true</UseDebugLibraries>
    1.14 -    <PlatformToolset>v90</PlatformToolset>
    1.15 -    <CharacterSet>Unicode</CharacterSet>
    1.16 +    <PlatformToolset>v120</PlatformToolset>
    1.17 +    <CharacterSet>MultiByte</CharacterSet>
    1.18    </PropertyGroup>
    1.19    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    1.20      <ConfigurationType>Application</ConfigurationType>
    1.21      <UseDebugLibraries>false</UseDebugLibraries>
    1.22 -    <PlatformToolset>v90</PlatformToolset>
    1.23 -    <WholeProgramOptimization>true</WholeProgramOptimization>
    1.24 -    <CharacterSet>Unicode</CharacterSet>
    1.25 +    <PlatformToolset>v120</PlatformToolset>
    1.26 +    <WholeProgramOptimization>false</WholeProgramOptimization>
    1.27 +    <CharacterSet>MultiByte</CharacterSet>
    1.28    </PropertyGroup>
    1.29    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    1.30    <ImportGroup Label="ExtensionSettings">