duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

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>