msbuild integration: provide separate files for VS2010 and VS2012
authorHans Wennborg <hans@hanshq.net>
Fri, 6 Sep 2013 17:05:46 +0000 (17:05 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 6 Sep 2013 17:05:46 +0000 (17:05 +0000)
commit1bcff6cffa30c2fdcf0eac80ef9551429b38f25d
tree64fb332684a5613d7bba96bae2b090b32b206ab4
parentb63db853500b3dcb46a96af3f2d5aec003e41d77
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
tools/msbuild/CMakeLists.txt
tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2010.targets [new file with mode: 0644]
tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2012.targets [new file with mode: 0644]
tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in
tools/msbuild/Microsoft.Cpp.Win32.llvm.targets [deleted file]
tools/msbuild/install.bat
tools/msbuild/uninstall.bat