diff options
author | Pär Björklund <per.bjorklund@gmail.com> | 2015-07-29 14:49:20 +0200 |
---|---|---|
committer | Pär Björklund <per.bjorklund@gmail.com> | 2016-04-01 20:38:06 +0200 |
commit | e04e69c7313f875e957107ffd0602bbaa9b7f655 (patch) | |
tree | 7973e9b77aeb17b5e9aef0d11f602a04cd6a804f /project/VS2010Express/UnrarXLib.vcxproj | |
parent | 2705a623f3ad6ecb240a0f00f4b44699c3054ff8 (diff) |
Visual studio 2015 fixes
Diffstat (limited to 'project/VS2010Express/UnrarXLib.vcxproj')
-rw-r--r-- | project/VS2010Express/UnrarXLib.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project/VS2010Express/UnrarXLib.vcxproj b/project/VS2010Express/UnrarXLib.vcxproj index 2f8d090a9c..35f7dde56e 100644 --- a/project/VS2010Express/UnrarXLib.vcxproj +++ b/project/VS2010Express/UnrarXLib.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> @@ -21,11 +21,13 @@ <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |