summaryrefslogtreecommitdiff
path: root/tools/msbuild
diff options
context:
space:
mode:
Diffstat (limited to 'tools/msbuild')
-rw-r--r--tools/msbuild/Microsoft.Cpp.Win32.llvm.props10
-rw-r--r--tools/msbuild/Microsoft.Cpp.Win32.llvm.targets2
2 files changed, 12 insertions, 0 deletions
diff --git a/tools/msbuild/Microsoft.Cpp.Win32.llvm.props b/tools/msbuild/Microsoft.Cpp.Win32.llvm.props
new file mode 100644
index 00000000000..68dfa24210a
--- /dev/null
+++ b/tools/msbuild/Microsoft.Cpp.Win32.llvm.props
@@ -0,0 +1,10 @@
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <VCInstallDir>suppress warning</VCInstallDir>
+ <WindowsSdkDir>suppress warning</WindowsSdkDir>
+
+ <ClangInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\LLVM 3.4.svn)</ClangInstallDir>
+ <ClangInstallDir Condition="'$(ClangInstallDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LLVM\LLVM 3.4.svn)</ClangInstallDir>
+ <ExecutablePath>$(ClangInstallDir)\msbuild-bin;$(ExecutablePath)</ExecutablePath>
+ </PropertyGroup>
+</Project>
diff --git a/tools/msbuild/Microsoft.Cpp.Win32.llvm.targets b/tools/msbuild/Microsoft.Cpp.Win32.llvm.targets
new file mode 100644
index 00000000000..df41a844aa7
--- /dev/null
+++ b/tools/msbuild/Microsoft.Cpp.Win32.llvm.targets
@@ -0,0 +1,2 @@
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+</Project>