diff options
Diffstat (limited to 'win32/deps/fontconfig/fc-scan.vcxproj')
-rw-r--r-- | win32/deps/fontconfig/fc-scan.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/deps/fontconfig/fc-scan.vcxproj b/win32/deps/fontconfig/fc-scan.vcxproj index a19fb5a9..5e74b59b 100644 --- a/win32/deps/fontconfig/fc-scan.vcxproj +++ b/win32/deps/fontconfig/fc-scan.vcxproj @@ -26,22 +26,18 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |