add title for StuffIt archive
This commit is contained in:
parent
d6f33d11e4
commit
d815a6a467
@ -38,6 +38,7 @@ namespace UniversalEditor.DataFormats.FileSystem.StuffIt
|
||||
{
|
||||
_dfr = base.MakeReferenceInternal();
|
||||
_dfr.Capabilities.Add(typeof(FileSystemObjectModel), DataFormatCapabilities.All);
|
||||
_dfr.Title = "StuffIt archive";
|
||||
}
|
||||
return _dfr;
|
||||
}
|
||||
|
||||
@ -0,0 +1,9 @@
|
||||
<UniversalEditor Version="4.0">
|
||||
<DataFormats>
|
||||
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.StuffIt.StuffItDataFormat">
|
||||
<Information>
|
||||
<Title>StuffIt archive</Title>
|
||||
</Information>
|
||||
</DataFormat>
|
||||
</DataFormats>
|
||||
</UniversalEditor>
|
||||
@ -400,6 +400,7 @@
|
||||
<EmbeddedResource Include="Associations\ElectronicArts\BIGF.uexml" />
|
||||
<EmbeddedResource Include="Associations\Ultra3D\RBX.uexml" />
|
||||
<EmbeddedResource Include="Associations\Ultra3D\TBV.uexml" />
|
||||
<EmbeddedResource Include="DataFormats\FileSystem\StuffIt\StuffItDataFormat.uexml" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user