diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-07 13:45:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-07 13:45:23 +0000 |
commit | bdee4949638e029b230687955280c2c7d1897cd7 (patch) | |
tree | 01446e4f9f89870c11c2f73b8e6c904c9659c5d2 /tools/checksum | |
parent | 543ab812c3c1d72458cf98931720d836e3767397 (diff) |
project upgrade
git-svn-id: http://svn.miranda-ng.org/main/trunk@2687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/checksum')
-rw-r--r-- | tools/checksum/checksum_11.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/checksum/checksum_11.vcxproj b/tools/checksum/checksum_11.vcxproj index 5aded56d00..f3a3229651 100644 --- a/tools/checksum/checksum_11.vcxproj +++ b/tools/checksum/checksum_11.vcxproj @@ -33,16 +33,20 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
|