2019-12-31 06:17:17 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ProjectSchemaDefinitions xmlns="http://schemas.microsoft.com/build/2009/properties">
|
|
|
|
<ItemType Name="QtResource" DisplayName="Qt Resource File" />
|
|
|
|
<ItemType Name="QtUi" DisplayName="Qt User Interface File" />
|
|
|
|
<ItemType Name="QtMoc" DisplayName="Qt Meta Object File" />
|
2020-07-27 17:08:41 +00:00
|
|
|
<ItemType Name="QtTs" DisplayName="Qt Translation File" />
|
2019-12-31 06:17:17 +00:00
|
|
|
<ContentType Name="QtUi" DisplayName="Qt User Interface Compiler" />
|
|
|
|
<ContentType Name="QtResource" DisplayName="Qt Resource Compiler" />
|
|
|
|
<ContentType Name="QtMoc" DisplayName="Qt Meta Object Compiler" />
|
2020-07-27 17:08:41 +00:00
|
|
|
<ContentType Name="QtTs" DisplayName="Qt Translation Compiler" />
|
2019-12-31 06:17:17 +00:00
|
|
|
<FileExtension Name="*.qrc" ContentType="QtResource" />
|
|
|
|
<FileExtension Name="*.ui" ContentType="QtUi" />
|
2020-07-27 17:08:41 +00:00
|
|
|
<FileExtension Name="*.ts" ContentType="QtTs" />
|
2019-12-31 06:17:17 +00:00
|
|
|
</ProjectSchemaDefinitions>
|