summaryrefslogtreecommitdiff
path: root/protocols/Twitter/proto_twitter/Proto_Twitter_11.vcxproj
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/Twitter/proto_twitter/Proto_Twitter_11.vcxproj
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/Twitter/proto_twitter/Proto_Twitter_11.vcxproj')
-rw-r--r--protocols/Twitter/proto_twitter/Proto_Twitter_11.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter_11.vcxproj b/protocols/Twitter/proto_twitter/Proto_Twitter_11.vcxproj
index 69bab782c5..cf240c42fe 100644
--- a/protocols/Twitter/proto_twitter/Proto_Twitter_11.vcxproj
+++ b/protocols/Twitter/proto_twitter/Proto_Twitter_11.vcxproj
@@ -20,27 +20,32 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{A82C682E-8596-4DCA-98A6-50436194714B}</ProjectGuid>
+ <ProjectName>Proto_Twitter</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">