From 1f9cfc29b83bc4de52843a565c1be7dde5e72bad Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Thu, 30 Jul 2020 09:38:55 -0400 Subject: [PATCH] add NTFS and OLE1 associations that I forgot earlier --- .../Associations/Microsoft/NTFS.uexml | 25 +++++++++++++++++++ .../Microsoft/Associations/OLE1.uexml | 20 +++++++++++++++ ...lEditor.Content.PlatformIndependent.csproj | 2 ++ 3 files changed, 47 insertions(+) create mode 100644 Content/UniversalEditor.Content.PlatformIndependent/Extensions/FileSystem/Associations/Microsoft/NTFS.uexml create mode 100644 Content/UniversalEditor.Content.PlatformIndependent/Extensions/Microsoft/Associations/OLE1.uexml diff --git a/Content/UniversalEditor.Content.PlatformIndependent/Extensions/FileSystem/Associations/Microsoft/NTFS.uexml b/Content/UniversalEditor.Content.PlatformIndependent/Extensions/FileSystem/Associations/Microsoft/NTFS.uexml new file mode 100644 index 00000000..2bdfc5d9 --- /dev/null +++ b/Content/UniversalEditor.Content.PlatformIndependent/Extensions/FileSystem/Associations/Microsoft/NTFS.uexml @@ -0,0 +1,25 @@ + + + + + + + + *.ntfs + + + + NTFS + + + + + + + + + + + + + \ No newline at end of file diff --git a/Content/UniversalEditor.Content.PlatformIndependent/Extensions/Microsoft/Associations/OLE1.uexml b/Content/UniversalEditor.Content.PlatformIndependent/Extensions/Microsoft/Associations/OLE1.uexml new file mode 100644 index 00000000..7af15ad9 --- /dev/null +++ b/Content/UniversalEditor.Content.PlatformIndependent/Extensions/Microsoft/Associations/OLE1.uexml @@ -0,0 +1,20 @@ + + + + + + + + *.ole + + + + + + + + + + + + \ No newline at end of file diff --git a/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj b/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj index 9d5d248f..4008219e 100644 --- a/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj +++ b/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj @@ -746,6 +746,8 @@ + +