packaging/windows/file-associations.xml

11 lines
523 B
XML
Raw Normal View History

2019-05-02 05:38:33 +00:00
<ProgId Id="OpenLP.Service" Description="OpenLP Service File" Icon="service_file.ico" Advertise="yes">
2019-05-01 05:23:38 +00:00
<Extension Id="osz">
2019-05-02 06:07:24 +00:00
<Verb Id="Open" Command="Open" Argument=" &quot;%1&quot;" />
2019-05-01 05:23:38 +00:00
<MIME Advertise="yes" ContentType="application/-x-openlp-service" Default="yes" />
</Extension>
<Extension Id="oszl">
2019-05-02 06:07:24 +00:00
<Verb Id="Open" Command="Open" Argument=" &quot;%1&quot;" />
2019-05-01 05:23:38 +00:00
<MIME Advertise="yes" ContentType="application/-x-openlp-service-lite" Default="yes" />
</Extension>
</ProgId>