add associations for Compound Document and Word 97-2003 DOC
This commit is contained in:
parent
fdaf7720c3
commit
738571b1e6
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<UniversalEditor Version="4.0">
|
||||
<Associations>
|
||||
<Association>
|
||||
<!-- This association exists only to allow us to choose this DataFormat to view its structure as a FileSystemObjectModel. -->
|
||||
<Filters>
|
||||
<Filter Title="Microsoft OLE2 Compound Document">
|
||||
</Filter>
|
||||
</Filters>
|
||||
<ObjectModels>
|
||||
<ObjectModel TypeName="UniversalEditor.ObjectModels.FileSystem.FileSystemObjectModel" />
|
||||
</ObjectModels>
|
||||
<DataFormats>
|
||||
<DataFormat TypeName="UniversalEditor.DataFormats.FileSystem.Microsoft.CompoundDocument.CompoundDocumentDataFormat" />
|
||||
</DataFormats>
|
||||
</Association>
|
||||
</Associations>
|
||||
</UniversalEditor>
|
||||
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<UniversalEditor Version="4.0">
|
||||
<Associations>
|
||||
<Association>
|
||||
<!-- This association exists only to allow us to choose this DataFormat to view its structure as a FileSystemObjectModel. -->
|
||||
<Filters>
|
||||
<Filter Title="Microsoft Word 97-2003 Document">
|
||||
</Filter>
|
||||
</Filters>
|
||||
<ObjectModels>
|
||||
<ObjectModel TypeName="UniversalEditor.ObjectModels.Text.Formatted.FormattedTextObjectModel" />
|
||||
</ObjectModels>
|
||||
<DataFormats>
|
||||
<DataFormat TypeName="UniversalEditor.DataFormats.Text.Formatted.DOC.DOCDataFormat" />
|
||||
</DataFormats>
|
||||
</Association>
|
||||
</Associations>
|
||||
</UniversalEditor>
|
||||
@ -201,11 +201,15 @@
|
||||
<Folder Include="DataFormats\FileSystem\Microsoft\MSCompressed\Internal\" />
|
||||
<Folder Include="Associations\" />
|
||||
<Folder Include="Associations\Help\" />
|
||||
<Folder Include="Associations\Text\" />
|
||||
<Folder Include="Associations\Text\Formatted\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Associations\Help\WinHelp.uexml" />
|
||||
<EmbeddedResource Include="Associations\OLE1.uexml" />
|
||||
<EmbeddedResource Include="Associations\Registry.uexml" />
|
||||
<EmbeddedResource Include="Associations\RKV.uexml" />
|
||||
<EmbeddedResource Include="Associations\CompoundDocument.uexml" />
|
||||
<EmbeddedResource Include="Associations\Text\Formatted\DOC.uexml" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user