diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-15 20:31:07 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-15 20:31:07 +0200 |
commit | dc6a9bc5b3eae1b14bf996f2897993738cad5fc3 (patch) | |
tree | fa3e24626a5f9415ad36b878a84c84cd32007076 /win32/wdkpt/Microsoft.Cpp.x64.WDK7.targets | |
parent | 50d287a12d41892349e4e23015a9b371683a3105 (diff) |
Update platform toolsets for Visual Studio 2012
Diffstat (limited to 'win32/wdkpt/Microsoft.Cpp.x64.WDK7.targets')
-rw-r--r-- | win32/wdkpt/Microsoft.Cpp.x64.WDK7.targets | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/wdkpt/Microsoft.Cpp.x64.WDK7.targets b/win32/wdkpt/Microsoft.Cpp.x64.WDK7.targets index fa6651e1..2c6271c8 100644 --- a/win32/wdkpt/Microsoft.Cpp.x64.WDK7.targets +++ b/win32/wdkpt/Microsoft.Cpp.x64.WDK7.targets @@ -1,12 +1,12 @@ <!-- *********************************************************************************************** -Microsoft.Cpp.x64.v100.targets +Microsoft.Cpp.x64.v110.targets WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have created a backup copy. Incorrect changes to this file will make it impossible to load or build your projects from the command-line or the IDE. -This file defines the steps/targets required to build Visual C++ (version 10.0) projects +This file defines the steps/targets required to build Visual C++ (version 11.0) projects specifically on X64 platforms. Copyright (C) Microsoft Corporation. All rights reserved. @@ -14,7 +14,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportBefore')" /> - - <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportAfter')" /> + <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportBefore')" /> + <Import Project="$(VCTargetsPath)\Microsoft.CppCommon.targets" /> + <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportAfter')" /> </Project> |