Modified ms-build configuration file to be version locked to the VS2010 toolchain...
[oota-llvm.git] / tools / msbuild / Microsoft.Cpp.Win32.llvm.props
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  \r
2   <Import Project="$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\v100\Microsoft.Cpp.$(Platform).v100.props"/>\r
3 \r
4   <PropertyGroup>\r
5     <ClangInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\LLVM 3.4.svn)</ClangInstallDir>\r
6     <ClangInstallDir Condition="'$(ClangInstallDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LLVM\LLVM 3.4.svn)</ClangInstallDir>\r
7     <ExecutablePath>$(ClangInstallDir)\msbuild-bin;$(ExecutablePath)</ExecutablePath>\r
8   </PropertyGroup>\r
9 </Project>\r