diff options
author | Haruna <haru@dotalux.com> | 2013-11-06 16:40:49 -0800 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2013-11-06 16:40:49 -0800 |
commit | e2e34c1fde3e9846ce687e5a419953fba98da5ee (patch) | |
tree | d23a6d6eaa301cedc639f8010328c5c0112f06a2 /vcproj-12/plugin-HPMHooking.vcxproj | |
parent | f352f73e381b548ede0360d4fdec91d2e6104a77 (diff) | |
parent | 18bf8471174adfd1d32d61285154e860f2d28f76 (diff) | |
download | hercules-e2e34c1fde3e9846ce687e5a419953fba98da5ee.tar.gz hercules-e2e34c1fde3e9846ce687e5a419953fba98da5ee.tar.bz2 hercules-e2e34c1fde3e9846ce687e5a419953fba98da5ee.tar.xz hercules-e2e34c1fde3e9846ce687e5a419953fba98da5ee.zip |
Merge pull request #218 from MrKeiKun/master
Visual Studio File Update
Diffstat (limited to 'vcproj-12/plugin-HPMHooking.vcxproj')
-rw-r--r-- | vcproj-12/plugin-HPMHooking.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcproj-12/plugin-HPMHooking.vcxproj b/vcproj-12/plugin-HPMHooking.vcxproj index 95d2c8dea..1357697b8 100644 --- a/vcproj-12/plugin-HPMHooking.vcxproj +++ b/vcproj-12/plugin-HPMHooking.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="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> @@ -20,12 +20,12 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v110</PlatformToolset> + <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v110</PlatformToolset> + <PlatformToolset>v120</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -45,7 +45,7 @@ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\plugins\</OutDir> <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> - <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |