mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 21:12:50 +00:00
11 lines
540 B
XML
11 lines
540 B
XML
<ProgId Id="OpenLP.Service" Description="OpenLP Service File" Icon="[APPLICATIONFOLDER]service-file.ico" Advertise="yes">
|
|
<Extension Id="osz">
|
|
<Verb Id="Open" Command="Open" Argument=""%1"" />
|
|
<MIME Advertise="yes" ContentType="application/-x-openlp-service" Default="yes" />
|
|
</Extension>
|
|
<Extension Id="oszl">
|
|
<Verb Id="Open" Command="Open" Argument=""%1"" />
|
|
<MIME Advertise="yes" ContentType="application/-x-openlp-service-lite" Default="yes" />
|
|
</Extension>
|
|
</ProgId>
|