diff options
Diffstat (limited to 'plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts_11.vcxproj')
-rw-r--r-- | plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts_11.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts_11.vcxproj b/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts_11.vcxproj index a969e084be..b0ca36e293 100644 --- a/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts_11.vcxproj +++ b/plugins/MetaContacts/proto_metacontacts/Proto_MetaContacts_11.vcxproj @@ -20,27 +20,32 @@ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{793B6174-89B0-4682-A957-A32BE7F61502}</ProjectGuid>
+ <ProjectName>Proto_MetaContacts</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
|