Reid Kleckner | c974f09 | 2013-08-29 22:09:43 +0000 | [diff] [blame] | 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
Hans Wennborg | 4fa1eb0 | 2013-10-10 17:32:01 +0000 | [diff] [blame] | 2 | <Import Project="$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\@VS_VERSION@\Microsoft.Cpp.$(Platform).@VS_VERSION@.props" Condition="Exists('$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\@VS_VERSION@\Microsoft.Cpp.$(Platform).@VS_VERSION@.props')"/>
|
| 3 | <Import Project="$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\@VS_VERSION@\Toolset.props" Condition="Exists('$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\@VS_VERSION@\Toolset.props')"/>
|
Reid Kleckner | c974f09 | 2013-08-29 22:09:43 +0000 | [diff] [blame] | 4 |
|
| 5 | <PropertyGroup>
|
| 6 | <LLVMInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\@REG_KEY@)</LLVMInstallDir>
|
| 7 | <LLVMInstallDir Condition="'$(LLVMInstallDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LLVM\@REG_KEY@)</LLVMInstallDir>
|
| 8 | <ExecutablePath>$(LLVMInstallDir)\msbuild-bin;$(ExecutablePath)</ExecutablePath>
|
Reid Kleckner | 6ad0686 | 2013-09-05 02:09:34 +0000 | [diff] [blame] | 9 | <LibraryPath>$(LLVMInstallDir)\lib\clang\3.4\lib\windows;$(LibraryPath)</LibraryPath>
|
Reid Kleckner | c974f09 | 2013-08-29 22:09:43 +0000 | [diff] [blame] | 10 | </PropertyGroup>
|
Reid Kleckner | ab67512 | 2013-09-19 17:18:35 +0000 | [diff] [blame] | 11 |
|
| 12 | <ItemDefinitionGroup>
|
| 13 | <ClCompile>
|
| 14 | <!-- Set the value of _MSC_VER to claim for compatibility -->
|
Hans Wennborg | 5a9ad23 | 2014-02-12 23:26:29 +0000 | [diff] [blame] | 15 | <AdditionalOptions>-@mflag@ -fmsc-version=@MSC_VERSION@ %(AdditionalOptions)</AdditionalOptions>
|
Reid Kleckner | ab67512 | 2013-09-19 17:18:35 +0000 | [diff] [blame] | 16 | </ClCompile>
|
| 17 | </ItemDefinitionGroup>
|
Reid Kleckner | c974f09 | 2013-08-29 22:09:43 +0000 | [diff] [blame] | 18 | </Project>
|