aboutsummaryrefslogtreecommitdiffstats
path: root/tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2010.targets
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-vs2010.targets
parentb63db853500b3dcb46a96af3f2d5aec003e41d77 (diff)
downloadexternal_llvm-1bcff6cffa30c2fdcf0eac80ef9551429b38f25d.zip
external_llvm-1bcff6cffa30c2fdcf0eac80ef9551429b38f25d.tar.gz
external_llvm-1bcff6cffa30c2fdcf0eac80ef9551429b38f25d.tar.bz2
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-vs2010.targets')
-rw-r--r--tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2010.targets2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2010.targets b/tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2010.targets
new file mode 100644
index 0000000..df41a84
--- /dev/null
+++ b/tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2010.targets
@@ -0,0 +1,2 @@
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+</Project>