Chakra.Build.Clang.Default.props 367 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <!-- Not officially supported! Configuration to build with clang on windows -->
  4. <PropertyGroup Condition="'$(Clang)'=='ClangCL'">
  5. <PlatformToolset>LLVM-vs2014</PlatformToolset>
  6. </PropertyGroup>
  7. </Project>