diff options
Diffstat (limited to 'plugins/FingerprintNG/iconpacks/fp_icons_11.vcxproj')
-rw-r--r-- | plugins/FingerprintNG/iconpacks/fp_icons_11.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/FingerprintNG/iconpacks/fp_icons_11.vcxproj b/plugins/FingerprintNG/iconpacks/fp_icons_11.vcxproj index b2540f9c89..bd9d8ac5f4 100644 --- a/plugins/FingerprintNG/iconpacks/fp_icons_11.vcxproj +++ b/plugins/FingerprintNG/iconpacks/fp_icons_11.vcxproj @@ -25,19 +25,19 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
|