diff options
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp_icons/HistoryPP_icons_11.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/historypp_icons/HistoryPP_icons_11.vcxproj b/plugins/HistoryPlusPlus/historypp_icons/HistoryPP_icons_11.vcxproj index fcde00e680..f77903ca51 100644 --- a/plugins/HistoryPlusPlus/historypp_icons/HistoryPP_icons_11.vcxproj +++ b/plugins/HistoryPlusPlus/historypp_icons/HistoryPP_icons_11.vcxproj @@ -20,27 +20,32 @@ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{B2E0D5C5-D418-4962-812A-FBC5C7FFC4B6}</ProjectGuid>
+ <ProjectName>HistoryPP_icons</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">
|