From 2b5bf68aed397b4d0dbec1e468eb5e8e896fb880 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Wed, 14 Oct 2015 16:42:41 -0400 Subject: [PATCH] Separated Executable associations into Software Developer extension --- .../Associations/Executable.uexml | 85 ------------------- .../ExecutableObjectModel/AppleMachO.uexml | 31 +++++++ .../ExecutableObjectModel/ELF.uexml | 6 ++ .../ExecutableObjectModel/MZ.uexml | 33 +++++++ ...lEditor.Content.PlatformIndependent.csproj | 5 +- 5 files changed, 74 insertions(+), 86 deletions(-) delete mode 100644 CSharp/Content/UniversalEditor.Content.PlatformIndependent/Associations/Executable.uexml create mode 100644 CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/AppleMachO.uexml create mode 100644 CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/MZ.uexml diff --git a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Associations/Executable.uexml b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Associations/Executable.uexml deleted file mode 100644 index 64fccdec..00000000 --- a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Associations/Executable.uexml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - *.exe - *.com - *.dll - *.rll - *.fon - *.olb - *.tlb - - - - MZ - - - - - - - - - - - - - - - - *.axf - *.bin - *.elf - *.o - *.prx - *.puff - *.so - - - - 7F - ELF - - - - - - - - - - - - - - - - *.dylib - *.bundle - - - - - FEEDFACE - - - - CEFAEDFE - - - - - - - - - - - - - \ No newline at end of file diff --git a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/AppleMachO.uexml b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/AppleMachO.uexml new file mode 100644 index 00000000..f30d0bd5 --- /dev/null +++ b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/AppleMachO.uexml @@ -0,0 +1,31 @@ + + + + + + + + *.dylib + *.bundle + + + + + FEEDFACE + + + + CEFAEDFE + + + + + + + + + + + + + \ No newline at end of file diff --git a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/ELF.uexml b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/ELF.uexml index 22ff6962..1057b5a9 100644 --- a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/ELF.uexml +++ b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/ELF.uexml @@ -5,7 +5,13 @@ + *.axf + *.bin *.elf + *.o + *.prx + *.puff + *.so diff --git a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/MZ.uexml b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/MZ.uexml new file mode 100644 index 00000000..9f83d9ef --- /dev/null +++ b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/Extensions/SoftwareDeveloper/Associations/ExecutableObjectModel/MZ.uexml @@ -0,0 +1,33 @@ + + + + + + + + *.exe + *.com + *.dll + *.rll + *.fon + *.olb + *.tlb + *.mpd + *.vxd + + + + MZ + + + + + + + + + + + + + \ 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 976f013c..950b48da 100644 --- a/CSharp/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj +++ b/CSharp/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj @@ -39,7 +39,7 @@ - + @@ -664,6 +664,9 @@ + + +