You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.1 KiB
XML
75 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ProjectSchemaDefinitions xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">
|
|
<Rule
|
|
Name="QtMOC"
|
|
PageTemplate="tool"
|
|
DisplayName="Qt MOC"
|
|
Order="200">
|
|
<Rule.DataSource>
|
|
<DataSource
|
|
Persistence="ProjectFile"
|
|
ItemType="QtMOC" />
|
|
</Rule.DataSource>
|
|
<Rule.Categories>
|
|
<Category
|
|
Name="General">
|
|
<Category.DisplayName>
|
|
<sys:String>General</sys:String>
|
|
</Category.DisplayName>
|
|
</Category>
|
|
<Category
|
|
Name="Command Line"
|
|
Subtype="CommandLine">
|
|
<Category.DisplayName>
|
|
<sys:String>Command Line</sys:String>
|
|
</Category.DisplayName>
|
|
</Category>
|
|
</Rule.Categories>
|
|
<StringProperty
|
|
Name="OutputFileName"
|
|
Category="General"
|
|
DisplayName="Output File Name"
|
|
Description="Specifies the name of the output file."
|
|
Switch="-o"[value]""/>
|
|
<StringProperty
|
|
Name="Inputs"
|
|
Category="Command Line"
|
|
IsRequired="true">
|
|
<StringProperty.DataSource>
|
|
<DataSource
|
|
Persistence="ProjectFile"
|
|
ItemType="QtMOC"
|
|
SourceType="Item" />
|
|
</StringProperty.DataSource>
|
|
</StringProperty>
|
|
<StringProperty
|
|
Name="CommandLineTemplate"
|
|
DisplayName="Command Line"
|
|
Visible="False"
|
|
IncludeInCommandLine="False" />
|
|
<StringProperty
|
|
Name="ExecutionDescription"
|
|
DisplayName="Execution Description"
|
|
IncludeInCommandLine="False"
|
|
Visible="False" />
|
|
<StringProperty
|
|
Subtype="AdditionalOptions"
|
|
Name="AdditionalOptions"
|
|
Category="Command Line">
|
|
<StringProperty.DisplayName>
|
|
<sys:String>Additional Options</sys:String>
|
|
</StringProperty.DisplayName>
|
|
<StringProperty.Description>
|
|
<sys:String>Additional Options</sys:String>
|
|
</StringProperty.Description>
|
|
</StringProperty>
|
|
</Rule>
|
|
<ItemType
|
|
Name="QtMOC"
|
|
DisplayName="Qt MOC" />
|
|
<ContentType
|
|
Name="QtMOC"
|
|
DisplayName="Qt MOC"
|
|
ItemType="QtMOC" />
|
|
</ProjectSchemaDefinitions>
|