summaryrefslogtreecommitdiff
path: root/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-09-06 17:05:46 +0000
committerHans Wennborg <hans@hanshq.net>2013-09-06 17:05:46 +0000
commit1bcff6cffa30c2fdcf0eac80ef9551429b38f25d (patch)
tree64fb332684a5613d7bba96bae2b090b32b206ab4 /tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in
parentb63db853500b3dcb46a96af3f2d5aec003e41d77 (diff)
downloadllvm-1bcff6cffa30c2fdcf0eac80ef9551429b38f25d.tar.gz
llvm-1bcff6cffa30c2fdcf0eac80ef9551429b38f25d.tar.bz2
llvm-1bcff6cffa30c2fdcf0eac80ef9551429b38f25d.tar.xz
msbuild integration: provide separate files for VS2010 and VS2012
The previous msbuild integration only worked if VS2010 was installed. This patch renames the current integration to LLVM-vs2010 and adds LLVM-vs2012. Differential Revision: http://llvm-reviews.chandlerc.com/D1614 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in')
-rw-r--r--tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in b/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in
index 3020d793f9..07e931f95f 100644
--- a/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in
+++ b/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in
@@ -1,5 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\v100\Microsoft.Cpp.$(Platform).v100.props"/>
+ <Import Project="$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\@VS_VERSION@\Microsoft.Cpp.$(Platform).@VS_VERSION@.props"/>
<PropertyGroup>
<LLVMInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\@REG_KEY@)</LLVMInstallDir>