summaryrefslogtreecommitdiff
path: root/protocols/JabberG/proto_jabber
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-12-06 23:31:44 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-12-06 23:31:44 +0000
commita10a309dc1059856af63db64108e5f19b8fbb971 (patch)
tree939b7f7d2aeb44aad0601c90e6e98e49d2c73525 /protocols/JabberG/proto_jabber
parentdd6673fa41da3628162c55dc414d72dd2dac369e (diff)
- MSVC 2011 adaptation
git-svn-id: http://svn.miranda-ng.org/main/trunk@2679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/proto_jabber')
-rw-r--r--protocols/JabberG/proto_jabber/Proto_Jabber_11.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/JabberG/proto_jabber/Proto_Jabber_11.vcxproj b/protocols/JabberG/proto_jabber/Proto_Jabber_11.vcxproj
index 59d93a3827..48f043dfbd 100644
--- a/protocols/JabberG/proto_jabber/Proto_Jabber_11.vcxproj
+++ b/protocols/JabberG/proto_jabber/Proto_Jabber_11.vcxproj
@@ -20,27 +20,32 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{1AA0A504-0644-4F00-A1AD-F55D69E50DD0}</ProjectGuid>
+ <ProjectName>Proto_Jabber</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">