QtCompile.xml (842B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <ProjectSchemaDefinitions xmlns="http://schemas.microsoft.com/build/2009/properties"> 3 <ItemType Name="QtResource" DisplayName="Qt Resource File" /> 4 <ItemType Name="QtUi" DisplayName="Qt User Interface File" /> 5 <ItemType Name="QtMoc" DisplayName="Qt Meta Object File" /> 6 <ItemType Name="QtTs" DisplayName="Qt Translation File" /> 7 <ContentType Name="QtUi" DisplayName="Qt User Interface Compiler" /> 8 <ContentType Name="QtResource" DisplayName="Qt Resource Compiler" /> 9 <ContentType Name="QtMoc" DisplayName="Qt Meta Object Compiler" /> 10 <ContentType Name="QtTs" DisplayName="Qt Translation Compiler" /> 11 <FileExtension Name="*.qrc" ContentType="QtResource" /> 12 <FileExtension Name="*.ui" ContentType="QtUi" /> 13 <FileExtension Name="*.ts" ContentType="QtTs" /> 14 </ProjectSchemaDefinitions>