Home | History | Annotate | Download | only in msbuild
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Rule
      3       Name="LLVMGeneral"
      4       DisplayName="LLVM"
      5       PageTemplate="generic"
      6       Description="LLVM"
      7       xmlns="http://schemas.microsoft.com/build/2009/properties">
      8   <Rule.Categories>
      9     <Category Name="General" DisplayName="General" Description="General" />
     10   </Rule.Categories>
     11   <Rule.DataSource>
     12     <DataSource Persistence="ProjectFile" Label="Configuration" />
     13   </Rule.DataSource>
     14 
     15   <StringProperty Name="ClangClExecutable"
     16                   DisplayName="Clang-CL Executable"
     17                   Description="Specifies the path to clang-cl.exe."
     18                   Category="General"
     19                   Default="$(LLVMInstallDir)bin\clang-cl.exe"
     20                   Subtype="file">
     21     <StringProperty.DataSource>
     22       <DataSource Persistence="ProjectFile" Label="" />
     23     </StringProperty.DataSource>
     24   </StringProperty>
     25 </Rule>
     26