blob: 4ad30b8877a92e1d0023bbad34858801e4f00bc5 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Not officially supported! Configuration to build with clang on windows -->
<PropertyGroup Condition="'$(Clang)'=='ClangCL' And '$(ForceMSVC)'==''">
<PlatformToolset>LLVM-vs2014</PlatformToolset>
</PropertyGroup>
</Project>