summaryrefslogtreecommitdiffstats
path: root/share/extensions/svg2xaml.inx
blob: 74b8f731aadb7859dc109e13d873b10b8f693bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <_name>XAML Output</_name>
    <id>org.inkscape.output.xaml</id>
    <param name="silverlight" type="boolean" _gui-text="Silverlight compatible XAML">false</param>
    <output>
        <extension>.xaml</extension>
        <mimetype>text/xml+xaml</mimetype>
        <_filetypename>Microsoft XAML (*.xaml)</_filetypename>
        <_filetypetooltip>Microsoft's GUI definition format</_filetypetooltip>
    </output>
    <xslt>
        <file reldir="extensions">svg2xaml.xsl</file>
    </xslt>
</inkscape-extension>