mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 19:30:25 +00:00
13 lines
447 B
XML
13 lines
447 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/x-ifc">
|
|
<sub-class-of type="text/plain"/>
|
|
<comment xml:lang="en">Industry Foundation Classes</comment>
|
|
<magic priority="50">
|
|
<match type="string" value="ISO-10303-21;" offset="0"/>
|
|
</magic>
|
|
<generic-icon name="x-ifc"/>
|
|
<glob pattern="*.ifc"/>
|
|
</mime-type>
|
|
</mime-info>
|