| <?xml version="1.0" encoding="utf-8"?>  | 
| <!--  | 
| /****************************************************************************  | 
| **  | 
| ** Copyright (C) 2018 The Qt Company Ltd.  | 
| ** Contact: https://www.qt.io/licensing/  | 
| **  | 
| ** This file is part of the Qt VS Tools.  | 
| **  | 
| ** $QT_BEGIN_LICENSE:GPL-EXCEPT$  | 
| ** Commercial License Usage  | 
| ** Licensees holding valid commercial Qt licenses may use this file in  | 
| ** accordance with the commercial license agreement provided with the  | 
| ** Software or, alternatively, in accordance with the terms contained in  | 
| ** a written agreement between you and The Qt Company. For licensing terms  | 
| ** and conditions see https://www.qt.io/terms-conditions. For further  | 
| ** information use the contact form at https://www.qt.io/contact-us.  | 
| **  | 
| ** GNU General Public License Usage  | 
| ** Alternatively, this file may be used under the terms of the GNU  | 
| ** General Public License version 3 as published by the Free Software  | 
| ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT  | 
| ** included in the packaging of this file. Please review the following  | 
| ** information to ensure the GNU General Public License requirements will  | 
| ** be met: https://www.gnu.org/licenses/gpl-3.0.html.  | 
| **  | 
| ** $QT_END_LICENSE$  | 
| **  | 
| ****************************************************************************/  | 
| -->  | 
|   | 
| <!--  | 
| ///////////////////////////////////////////////////////////////////////////////////////////////////  | 
| // Defines the fields included in the uic property page, as well as any  | 
| // other metadata associated to QtUic items  | 
| // -->  | 
| <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="QtRule50_Uic"  | 
|     PageTemplate="tool"  | 
|     DisplayName="Qt User Interface Compiler"  | 
|     Order="9">  | 
|     <Rule.DataSource>  | 
|       <DataSource  | 
|         Persistence="ProjectFile"  | 
|         ItemType="QtUic" />  | 
|     </Rule.DataSource>  | 
|     <Rule.Categories>  | 
|       <Category  | 
|         Name="General">  | 
|         <Category.DisplayName>  | 
|           <sys:String>uic.exe</sys:String>  | 
|         </Category.DisplayName>  | 
|       </Category>  | 
|     </Rule.Categories>  | 
|     <StringListProperty  | 
|       Name="Inputs"  | 
|       Category="General"  | 
|       IsRequired="true"  | 
|       Visible="False">  | 
|       <StringListProperty.DataSource>  | 
|         <DataSource  | 
|            Persistence="ProjectFile"  | 
|            ItemType="QtUic"  | 
|            SourceType="Item" />  | 
|       </StringListProperty.DataSource>  | 
|     </StringListProperty>  | 
|     <StringProperty  | 
|       Name="ExecutionDescription"  | 
|       DisplayName="Execution Description"  | 
|       IncludeInCommandLine="False" />  | 
|     <StringProperty  | 
|       Name="QTDIR"  | 
|       DisplayName="Qt Directory"  | 
|       Description="Path to installation of Qt."/>  | 
|     <StringProperty  | 
|       Name="QtUicDir"  | 
|       DisplayName="Output Directory"  | 
|       Description="Specifies the path of the generated uic output directory."  | 
|       Visible="false"/>  | 
|     <StringProperty  | 
|       Name="QtUicFileName"  | 
|       DisplayName="Output File Name"  | 
|       Description="Specifies the name of the generated uic output file."  | 
|       Visible="false"/>  | 
|     <StringProperty  | 
|       Name="InputFile"  | 
|       HelpUrl="http://doc.qt.io/qt-5/uic.html"  | 
|       DisplayName="Input File"  | 
|       Description="Specifies the full path of the input file. (<file>)"  | 
|       Switch=""[value]"" />  | 
|     <StringProperty  | 
|       Name="OutputFile"  | 
|       HelpUrl="http://doc.qt.io/qt-5/uic.html"  | 
|       DisplayName="Output File"  | 
|       Description="Specifies the full path of the output file. (-o <file>)"  | 
|       Switch="-o "[value]"" />  | 
|     <BoolProperty  | 
|       Name="DisplayDependencies"  | 
|       HelpUrl="http://doc.qt.io/qt-5/uic.html"  | 
|       DisplayName="Display Dependencies"  | 
|       Description="Display the dependencies. (--dependencies)"  | 
|       Switch="--dependencies"/>  | 
|     <BoolProperty  | 
|       Name="NoProtection"  | 
|       HelpUrl="http://doc.qt.io/qt-5/uic.html"  | 
|       DisplayName="No Protection"  | 
|       Description="Disable header protection. (--no-protection)"  | 
|       Switch="--no-protection"/>  | 
|     <BoolProperty  | 
|       Name="NoImplicitIncludes"  | 
|       HelpUrl="http://doc.qt.io/qt-5/uic.html"  | 
|       DisplayName="No Implicit Includes"  | 
|       Description="Disable generation of #include-directives. (--no-implicit-includes)"  | 
|       Switch="--no-implicit-includes"/>  | 
|     <StringProperty  | 
|       Name="Postfix"  | 
|       HelpUrl="http://doc.qt.io/qt-5/uic.html"  | 
|       DisplayName="Postfix"  | 
|       Description="<postfix> to add to all generated classnames. (--postfix <postfix>)"  | 
|       Switch="--postfix [value]"/>  | 
|     <StringProperty  | 
|       Name="Translate"  | 
|       HelpUrl="http://doc.qt.io/qt-5/uic.html"  | 
|       DisplayName="Translate"  | 
|       Description="Use <function> for i18n. (--tr <function>)"  | 
|       Switch="--tr [value]" />  | 
|     <StringProperty  | 
|       Name="Include"  | 
|       HelpUrl="http://doc.qt.io/qt-5/uic.html"  | 
|       DisplayName="Include"  | 
|       Description="Add #include <file> to the output. (--include <file>)"  | 
|       Switch="--include "[value]"" />  | 
|     <StringProperty  | 
|       Name="Generator"  | 
|       HelpUrl="http://doc.qt.io/qt-5/uic.html"  | 
|       DisplayName="Generator"  | 
|       Description="Select generator. (-g <java|cpp>)"  | 
|       Switch="-g [value]" />  | 
|     <BoolProperty  | 
|       Name="IdBased"  | 
|       HelpUrl="http://doc.qt.io/qt-5/uic.html"  | 
|       DisplayName="ID Based"  | 
|       Description="Use id based function for i18n. (--idbased)"  | 
|       Switch="--idbased"/>  | 
|     <StringProperty  | 
|       Name="CommandLineTemplate"  | 
|       DisplayName="Command Line"  | 
|       Visible="False"  | 
|       IncludeInCommandLine="False" />  | 
|     <DynamicEnumProperty  | 
|       Name="QtUicBeforeTargets"  | 
|       Category="General"  | 
|       EnumProvider="Targets"  | 
|       IncludeInCommandLine="False" Visible="False">  | 
|       <DynamicEnumProperty.DisplayName>  | 
|         <sys:String>Execute Before</sys:String>  | 
|       </DynamicEnumProperty.DisplayName>  | 
|       <DynamicEnumProperty.Description>  | 
|         <sys:String>Specifies the targets for the build customization to run before.</sys:String>  | 
|       </DynamicEnumProperty.Description>  | 
|       <DynamicEnumProperty.ProviderSettings>  | 
|         <NameValuePair  | 
|           Name="Exclude"  | 
|           Value="^QtUicBeforeTargets|^Compute" />  | 
|       </DynamicEnumProperty.ProviderSettings>  | 
|       <DynamicEnumProperty.DataSource>  | 
|         <DataSource  | 
|           Persistence="ProjectFile"  | 
|           ItemType=""  | 
|           HasConfigurationCondition="true" />  | 
|       </DynamicEnumProperty.DataSource>  | 
|     </DynamicEnumProperty>  | 
|     <DynamicEnumProperty  | 
|       Name="QtUicAfterTargets"  | 
|       Category="General"  | 
|       EnumProvider="Targets"  | 
|       IncludeInCommandLine="False" Visible="False">  | 
|       <DynamicEnumProperty.DisplayName>  | 
|         <sys:String>Execute After</sys:String>  | 
|       </DynamicEnumProperty.DisplayName>  | 
|       <DynamicEnumProperty.Description>  | 
|         <sys:String>Specifies the targets for the build customization to run after.</sys:String>  | 
|       </DynamicEnumProperty.Description>  | 
|       <DynamicEnumProperty.ProviderSettings>  | 
|         <NameValuePair  | 
|           Name="Exclude"  | 
|           Value="^QtUicAfterTargets|^Compute" />  | 
|       </DynamicEnumProperty.ProviderSettings>  | 
|       <DynamicEnumProperty.DataSource>  | 
|         <DataSource  | 
|           Persistence="ProjectFile"  | 
|           ItemType=""  | 
|           HasConfigurationCondition="true" />  | 
|       </DynamicEnumProperty.DataSource>  | 
|     </DynamicEnumProperty>  | 
|     <StringListProperty  | 
|       Name="Outputs"  | 
|       DisplayName="Outputs"  | 
|       IncludeInCommandLine="False"  | 
|       Visible="False" />  | 
|     <StringListProperty  | 
|       Name="AdditionalDependencies"  | 
|       DisplayName="Additional Dependencies"  | 
|       IncludeInCommandLine="False"/>  | 
|     <StringProperty  | 
|       Subtype="AdditionalOptions"  | 
|       Name="AdditionalOptions"  | 
|       Category="General">  | 
|       <StringProperty.DisplayName>  | 
|         <sys:String>Additional Options</sys:String>  | 
|       </StringProperty.DisplayName>  | 
|       <StringProperty.Description>  | 
|         <sys:String>Additional Options</sys:String>  | 
|       </StringProperty.Description>  | 
|     </StringProperty>  | 
|     <BoolProperty  | 
|       Name="ParallelProcess"  | 
|       DisplayName="Parallel Process"  | 
|       Description="Run tool in parallel process."/>  | 
|   </Rule>  | 
|   <ItemType  | 
|     Name="QtUic"  | 
|     DisplayName="Qt User Interface Compiler (uic)" />  | 
|   <FileExtension  | 
|     Name="*.ui"  | 
|     ContentType="QtUic" />  | 
|   <ContentType  | 
|     Name="QtUic"  | 
|     DisplayName="Qt User Interface Compiler (uic)"  | 
|     ItemType="QtUic" />  | 
| </ProjectSchemaDefinitions>  |