You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
11 lines
331 B
XML
11 lines
331 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info" >
|
||
|
|
<mime-type type="application/uproject">
|
||
|
|
<comment>Unreal Engine Project</comment>
|
||
|
|
<glob-deleteall/>
|
||
|
|
<glob pattern="*.uproject"/>
|
||
|
|
<icon name="ue4editor"/>
|
||
|
|
</mime-type>
|
||
|
|
</mime-info>
|
||
|
|
|