diff options
Diffstat (limited to 'plugins/SimpleAR/SimpleAR_11.vcxproj')
-rw-r--r-- | plugins/SimpleAR/SimpleAR_11.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/SimpleAR/SimpleAR_11.vcxproj b/plugins/SimpleAR/SimpleAR_11.vcxproj index fb39f71e98..2de0ac7d88 100644 --- a/plugins/SimpleAR/SimpleAR_11.vcxproj +++ b/plugins/SimpleAR/SimpleAR_11.vcxproj @@ -27,19 +27,23 @@ <ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
|