summaryrefslogtreecommitdiffstats
path: root/llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props')
-rw-r--r--llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props b/llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props
deleted file mode 100644
index 12938f4a6d4..00000000000
--- a/llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props
+++ /dev/null
@@ -1,9 +0,0 @@
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\v100\Microsoft.Cpp.$(Platform).v100.props"/>
-
- <PropertyGroup>
- <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>
OpenPOWER on IntegriCloud