diff options
Diffstat (limited to 'mp/src/thirdparty/protobuf-2.3.0/gtest/msvc/gtest_main.vcxproj')
| -rw-r--r-- | mp/src/thirdparty/protobuf-2.3.0/gtest/msvc/gtest_main.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mp/src/thirdparty/protobuf-2.3.0/gtest/msvc/gtest_main.vcxproj b/mp/src/thirdparty/protobuf-2.3.0/gtest/msvc/gtest_main.vcxproj index af13fd33..938e84a2 100644 --- a/mp/src/thirdparty/protobuf-2.3.0/gtest/msvc/gtest_main.vcxproj +++ b/mp/src/thirdparty/protobuf-2.3.0/gtest/msvc/gtest_main.vcxproj @@ -18,10 +18,12 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
|