diff options
Diffstat (limited to 'llvm/tools/msbuild/llvm-general.xml')
| -rw-r--r-- | llvm/tools/msbuild/llvm-general.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/llvm/tools/msbuild/llvm-general.xml b/llvm/tools/msbuild/llvm-general.xml new file mode 100644 index 00000000000..6faf9110e60 --- /dev/null +++ b/llvm/tools/msbuild/llvm-general.xml @@ -0,0 +1,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>
|

