From 03a610b4ff76905855388a7003f6e100f4d9459c Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Wed, 25 Dec 2019 02:33:23 -0500 Subject: [PATCH] add association for binary object model -> binary data format so we can save binary files from binary editor --- .../Associations/Binary.uexml | 13 +++++++++++++ ...iversalEditor.Content.PlatformIndependent.csproj | 1 + 2 files changed, 14 insertions(+) create mode 100644 CSharp/Content/UniversalEditor.Content.PlatformIndependent/Associations/Binary.uexml diff --git a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Associations/Binary.uexml b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Associations/Binary.uexml new file mode 100644 index 00000000..8a7ac821 --- /dev/null +++ b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Associations/Binary.uexml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj index c7843cc4..e1a3a8c1 100644 --- a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj +++ b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj @@ -662,6 +662,7 @@ +