aboutsummaryrefslogtreecommitdiff
path: root/tools/msbuild/llvm-general.xml
blob: 6faf9110e60e2532f853e9734898698a2965345a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<Rule
      Name="LLVMGeneral"
      DisplayName="LLVM"
      PageTemplate="generic"
      Description="LLVM"
      xmlns="http://schemas.microsoft.com/build/2009/properties">
  <Rule.Categories>
    <Category Name="General" DisplayName="General" Description="General" />
  </Rule.Categories>
  <Rule.DataSource>
    <DataSource Persistence="ProjectFile" Label="Configuration" />
  </Rule.DataSource>

  <StringProperty Name="ClangClExecutable"
                  DisplayName="Clang-CL Executable"
                  Description="Specifies the path to clang-cl.exe."
                  Category="General"
                  Default="$(LLVMInstallDir)bin\clang-cl.exe"
                  Subtype="file">
    <StringProperty.DataSource>
      <DataSource Persistence="ProjectFile" Label="" />
    </StringProperty.DataSource>
  </StringProperty>
</Rule>