blob: a775c31c7670415bf2ca482e6ce032257ebedd84 [file] [log] [blame]
Reid Klecknerc974f092013-08-29 22:09:43 +00001<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Hans Wennborg4fa1eb02013-10-10 17:32:01 +00002 <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 Klecknerc974f092013-08-29 22:09:43 +00004
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>
Hans Wennborg20b99b62014-02-13 22:01:35 +00009 <LibraryPath>$(LLVMInstallDir)\lib\clang\@LIB_PATH_VERSION@\lib\windows;$(LibraryPath)</LibraryPath>
Reid Klecknerc974f092013-08-29 22:09:43 +000010 </PropertyGroup>
Reid Klecknerab675122013-09-19 17:18:35 +000011
12 <ItemDefinitionGroup>
13 <ClCompile>
14 <!-- Set the value of _MSC_VER to claim for compatibility -->
Hans Wennborg5a9ad232014-02-12 23:26:29 +000015 <AdditionalOptions>-@mflag@ -fmsc-version=@MSC_VERSION@ %(AdditionalOptions)</AdditionalOptions>
Reid Klecknerab675122013-09-19 17:18:35 +000016 </ClCompile>
17 </ItemDefinitionGroup>
Reid Klecknerc974f092013-08-29 22:09:43 +000018</Project>