diff options
Diffstat (limited to 'protocols/IRCG/proto_irc')
-rw-r--r-- | protocols/IRCG/proto_irc/Proto_IRC_11.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/IRCG/proto_irc/Proto_IRC_11.vcxproj b/protocols/IRCG/proto_irc/Proto_IRC_11.vcxproj index 62b71b47a5..9a8ea705e3 100644 --- a/protocols/IRCG/proto_irc/Proto_IRC_11.vcxproj +++ b/protocols/IRCG/proto_irc/Proto_IRC_11.vcxproj @@ -20,27 +20,32 @@ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{DD667247-3712-4355-9774-7E6ACAF2275E}</ProjectGuid>
+ <ProjectName>Proto_IRC</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">
|