diff --git a/.gitignore b/.gitignore index 6356fb1c..4ed0e503 100644 --- a/.gitignore +++ b/.gitignore @@ -117,6 +117,7 @@ ClientBin/ *.dbmdl *.[Pp]ublish.xml *.pfx +*.snk *.publishsettings # RIA/Silverlight projects diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f43d926b..fa4a9790 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,6 +9,8 @@ repos: - id: check-xml - id: check-executables-have-shebangs - id: end-of-file-fixer + - id: mixed-line-ending + args: [--fix, auto] - id: fix-byte-order-marker - id: trailing-whitespace - repo: https://github.com/jumanjihouse/pre-commit-hooks diff --git a/Applications/UniversalEditor.Bootstrapper/UniversalEditor.Bootstrapper.csproj b/Applications/UniversalEditor.Bootstrapper/UniversalEditor.Bootstrapper.csproj index 15706b5f..f8f5d2c8 100644 --- a/Applications/UniversalEditor.Bootstrapper/UniversalEditor.Bootstrapper.csproj +++ b/Applications/UniversalEditor.Bootstrapper/UniversalEditor.Bootstrapper.csproj @@ -13,7 +13,7 @@ 512 true - ..\..\..\Production.snk + ..\..\UniversalEditor.snk 4.0.2019.12 diff --git a/Applications/UniversalEditor.ConsoleApplication/UniversalEditor.ConsoleApplication.csproj b/Applications/UniversalEditor.ConsoleApplication/UniversalEditor.ConsoleApplication.csproj index 94c3bb12..2e2cc080 100644 --- a/Applications/UniversalEditor.ConsoleApplication/UniversalEditor.ConsoleApplication.csproj +++ b/Applications/UniversalEditor.ConsoleApplication/UniversalEditor.ConsoleApplication.csproj @@ -8,7 +8,7 @@ UniversalEditor.ConsoleApplication ue true - ..\..\..\Production.snk + ..\..\UniversalEditor.snk 4.0.2019.12 @@ -54,4 +54,4 @@ - + diff --git a/Applications/UniversalEditor.ConsoleBootstrapper/UniversalEditor.ConsoleBootstrapper.csproj b/Applications/UniversalEditor.ConsoleBootstrapper/UniversalEditor.ConsoleBootstrapper.csproj index d99c06f1..095e7d2a 100644 --- a/Applications/UniversalEditor.ConsoleBootstrapper/UniversalEditor.ConsoleBootstrapper.csproj +++ b/Applications/UniversalEditor.ConsoleBootstrapper/UniversalEditor.ConsoleBootstrapper.csproj @@ -13,7 +13,7 @@ 512 true - ..\..\..\Production.snk + ..\..\UniversalEditor.snk ..\..\Content\UniversalEditor.Content.PlatformIndependent\Branding\MainIcon.ico 4.0.2019.12 diff --git a/Applications/UniversalEditor.TestProject/UniversalEditor.TestProject.csproj b/Applications/UniversalEditor.TestProject/UniversalEditor.TestProject.csproj index c0c22671..e7189c75 100644 --- a/Applications/UniversalEditor.TestProject/UniversalEditor.TestProject.csproj +++ b/Applications/UniversalEditor.TestProject/UniversalEditor.TestProject.csproj @@ -8,7 +8,7 @@ UniversalEditor.TestProject UniversalEditor.TestProject true - ..\..\..\Production.snk + ..\..\UniversalEditor.snk 4.0.2019.12 @@ -67,4 +67,4 @@ - + diff --git a/Content/UniversalEditor.Content.PlatformIndependent/Templates/Project/SCE/PSM/content/$(Project.Title).csproj b/Content/UniversalEditor.Content.PlatformIndependent/Templates/Project/SCE/PSM/content/$(Project.Title).csproj index ee947b24..828c4b6d 100644 --- a/Content/UniversalEditor.Content.PlatformIndependent/Templates/Project/SCE/PSM/content/$(Project.Title).csproj +++ b/Content/UniversalEditor.Content.PlatformIndependent/Templates/Project/SCE/PSM/content/$(Project.Title).csproj @@ -46,4 +46,4 @@ - + diff --git a/Extensions/UniversalEditor.Extensions.Abomination/Associations/FileSystem/AWF.uexml b/Extensions/UniversalEditor.Extensions.Abomination/Associations/FileSystem/AWF.uexml deleted file mode 100644 index 47daf666..00000000 --- a/Extensions/UniversalEditor.Extensions.Abomination/Associations/FileSystem/AWF.uexml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - *.awf - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.Abomination/DataFormats/FileSystem/Abomination/AWFDataFormat.xml b/Extensions/UniversalEditor.Extensions.Abomination/DataFormats/FileSystem/Abomination/AWFDataFormat.xml deleted file mode 100644 index 49ea02c5..00000000 --- a/Extensions/UniversalEditor.Extensions.Abomination/DataFormats/FileSystem/Abomination/AWFDataFormat.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - Abomination AWF archive - Michael Becker - - - - - - - - - Compressed file entry - - - - - - - - - - - File entry - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.Abomination/DataFormats/FileSystem/Abomination/CLTDataFormat.xml b/Extensions/UniversalEditor.Extensions.Abomination/DataFormats/FileSystem/Abomination/CLTDataFormat.xml deleted file mode 100644 index d9634b0a..00000000 --- a/Extensions/UniversalEditor.Extensions.Abomination/DataFormats/FileSystem/Abomination/CLTDataFormat.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - Abomination CLT archive - Michael Becker - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.Abomination/UniversalEditor.Extensions.Abomination.csproj b/Extensions/UniversalEditor.Extensions.Abomination/UniversalEditor.Extensions.Abomination.csproj deleted file mode 100644 index 06f3f7f7..00000000 --- a/Extensions/UniversalEditor.Extensions.Abomination/UniversalEditor.Extensions.Abomination.csproj +++ /dev/null @@ -1,58 +0,0 @@ - - - - - Debug - AnyCPU - {D1FB19C4-025E-4D4A-8532-4196AFCC8813} - Library - Properties - UniversalEditor.Extensions.Abomination - UniversalEditor.Extensions.Abomination - v4.0 - 512 - - true - ..\..\..\..\MichaelBecker.snk - 4.0.2019.12 - - - true - full - false - ..\..\Output\Debug\Extensions - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - ..\..\Output\Release\Extensions - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.Scientific/Associations/DataSetCollection/SDFDataFormat.uexml b/Extensions/UniversalEditor.Extensions.Scientific/Associations/DataSetCollection/SDFDataFormat.uexml deleted file mode 100644 index 726c1bce..00000000 --- a/Extensions/UniversalEditor.Extensions.Scientific/Associations/DataSetCollection/SDFDataFormat.uexml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - *.sdf - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.Scientific/Editors/Scientific/DataSet/DataSetEditor.glade b/Extensions/UniversalEditor.Extensions.Scientific/Editors/Scientific/DataSet/DataSetEditor.glade deleted file mode 100644 index 3a1110d2..00000000 --- a/Extensions/UniversalEditor.Extensions.Scientific/Editors/Scientific/DataSet/DataSetEditor.glade +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - False - - - - - - True - False - vertical - - - True - True - in - - - True - True - - - - - - - - True - True - 0 - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.Scientific/UniversalEditor.Extensions.Scientific.csproj b/Extensions/UniversalEditor.Extensions.Scientific/UniversalEditor.Extensions.Scientific.csproj deleted file mode 100644 index 02c81b34..00000000 --- a/Extensions/UniversalEditor.Extensions.Scientific/UniversalEditor.Extensions.Scientific.csproj +++ /dev/null @@ -1,54 +0,0 @@ - - - - - Debug - AnyCPU - {D46D9232-F585-4552-B3CA-6B0F284B746A} - Library - Properties - UniversalEditor.Extensions.Scientific - UniversalEditor.Extensions.Scientific - v4.0 - 512 - - true - ..\..\..\Production.snk - 4.0.2019.12 - - - true - full - false - ..\..\Output\Debug\Extensions - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - ..\..\Output\Release\Extensions - TRACE - prompt - 4 - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{8891C1AE-6699-45DA-8B22-13BCEBB63364}.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{8891C1AE-6699-45DA-8B22-13BCEBB63364}.uexml deleted file mode 100644 index 84d05df7..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{8891C1AE-6699-45DA-8B22-13BCEBB63364}.uexml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - C++ Application - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{B4EC64DC-6D44-11DD-AAB0-C9A155D89593}.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{B4EC64DC-6D44-11DD-AAB0-C9A155D89593}.uexml deleted file mode 100644 index 73d849c6..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{B4EC64DC-6D44-11DD-AAB0-C9A155D89593}.uexml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - Common Language Runtime Intermediate Language Project - - - - - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{F184B08F-C81C-45F6-A57F-5ABD9991F28F}.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{F184B08F-C81C-45F6-A57F-5ABD9991F28F}.uexml deleted file mode 100644 index 103e5c93..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{F184B08F-C81C-45F6-A57F-5ABD9991F28F}.uexml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - VB.NET Project - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.uexml deleted file mode 100644 index 141bdc22..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/ProjectTypes/{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.uexml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - C# Project - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Properties/AssemblyInfo.cs b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Properties/AssemblyInfo.cs deleted file mode 100644 index 5ee2cb2f..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Universal Editor Linux-Specific Content")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Mike Becker's Software")] -[assembly: AssemblyProduct("Universal Editor")] -[assembly: AssemblyCopyright("Copyright © 2014-2019 Mike Becker's Software")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f06910f7-0c0e-41ec-b0b2-cb7ef1d18d8e")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Adobe/AIR/Basic Project.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Adobe/AIR/Basic Project.uexml deleted file mode 100644 index 5ab2cea6..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Adobe/AIR/Basic Project.uexml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - Basic AIR Project - BasicAIR - Creates an Adobe AIR application with one form. - - - Software Development - Adobe - AIR - - - - - - - - -]]> - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Adobe/AIR/Images/Application_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Adobe/AIR/Images/Application_16x16.png deleted file mode 100644 index 997510b5..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Adobe/AIR/Images/Application_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Adobe/AIR/Images/Application_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Adobe/AIR/Images/Application_32x32.png deleted file mode 100644 index 51bef305..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Adobe/AIR/Images/Application_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/BlankProject.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/BlankProject.uexml deleted file mode 100644 index 934d4501..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/BlankProject.uexml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - Simple Arduino Project - SimpleArduino - Creates a simple Arduino project framework. - - - Software Development - Arduino - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Blink.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Blink.uexml deleted file mode 100644 index 965357f5..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Blink.uexml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - Blinking Arduino - BlinkingArduino - Creates an Arduino project that blinks an LED. - - - Software Development - Arduino - - - - - - -/// The setup routine, which runs once each time the board is reset. -/// -void setup() -{ - // the first thing you do is to initialize pin 13 as an output pin with the line - pinMode(13, OUTPUT); -} - -/// -/// The main loop routine, which runs over and over again forever. -/// -void loop() -{ - // you turn the LED on with the line - digitalWrite(13, HIGH); - // which supplies 5 volts to pin 13, creating a voltage difference across the pins of the LED, lighting it up. - - // do nothing for 1000 milliseconds (one second), giving enough time for a person to see the change - delay(1000); - - // Then you turn it off with the line - digitalWrite(13, LOW); - // which takes pin 13 back to 0 volts, turning the LED off. -}]]> - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blank.ico b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blank.ico deleted file mode 100644 index 730d7ed3..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blank.ico and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blank_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blank_16x16.png deleted file mode 100644 index d09c57a8..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blank_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blank_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blank_32x32.png deleted file mode 100644 index 2d1ae46f..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blank_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink.ico b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink.ico deleted file mode 100644 index 55c84136..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink.ico and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink.xcf b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink.xcf deleted file mode 100644 index 3f53ceec..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink.xcf and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink_16x16.png deleted file mode 100644 index 7ee3754f..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink_32x32.png deleted file mode 100644 index f58ca007..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Arduino/Images/Blink_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/C/GTK+ Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/C/GTK+ Application.uexml deleted file mode 100644 index 10799529..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/C/GTK+ Application.uexml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - GTK+ Application - GtkPlusApplication - - - Software Development - C/C++ - - - - - - - - - - - - $(GtkPath)/include - $(GtkPath)/include/atk-1.0 - $(GtkPath)/include/gtk-2.0 - $(GtkPath)/lib/gtk-2.0/include - $(GtkPath)/include/gdk-pixbuf-2.0 - $(GtkPath)/include/gio-win32-2.0 - $(GtkPath)/include/cairo - $(GtkPath)/include/glib-2.0 - $(GtkPath)/lib/glib-2.0/include - $(GtkPath)/include/freetype2 - $(GtkPath)/include/pango-1.0 - $(GtkPath)/include/libpng14 - - - $(GtkPath)/lib - - - gtk-win32-2.0 - gdk-win32-2.0 - atk-1.0 - gio-2.0 - pangowin32-1.0 - gdi32 - pangocairo-1.0 - gdk_pixbuf-2.0 - lpango-1.0 - cairo - gmodule-2.0 - gobject-2.0 - gthread-2.0 - glib-2.0 - intl - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Class Library.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Class Library.uexml deleted file mode 100644 index 86a4156b..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Class Library.uexml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - Class Library - ClassLibrary - - - Software Development - Common Language Runtime - COBOL - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Console Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Console Application.uexml deleted file mode 100644 index 3c2a007d..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Console Application.uexml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - Console Application - ConsoleApplication - - - Software Development - Common Language Runtime - COBOL - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Database.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Database.uexml deleted file mode 100644 index 0701c8c2..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Database.uexml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - Database Project - Database - - - Software Development - Common Language Runtime - COBOL - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Application_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Application_16x16.png deleted file mode 100644 index de8f1178..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Application_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Application_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Application_32x32.png deleted file mode 100644 index f6eb14be..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Application_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Blank_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Blank_16x16.png deleted file mode 100644 index 95c0b965..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Blank_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Blank_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Blank_32x32.png deleted file mode 100644 index a568c3b5..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Blank_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/COBOL.xcf b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/COBOL.xcf deleted file mode 100644 index 2500e58c..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/COBOL.xcf and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Console_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Console_16x16.png deleted file mode 100644 index 79aa0dee..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Console_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Console_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Console_32x32.png deleted file mode 100644 index a2524202..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Console_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/ControlLibrary_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/ControlLibrary_16x16.png deleted file mode 100644 index 2c8e7389..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/ControlLibrary_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/ControlLibrary_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/ControlLibrary_32x32.png deleted file mode 100644 index 16e7a05f..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/ControlLibrary_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Database_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Database_16x16.png deleted file mode 100644 index 5cad6bdd..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Database_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Database_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Database_32x32.png deleted file mode 100644 index f264dddd..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Database_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Library_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Library_16x16.png deleted file mode 100644 index 96e13cb2..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Library_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Library_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Library_32x32.png deleted file mode 100644 index 7fb096db..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Library_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Service_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Service_16x16.png deleted file mode 100644 index bbdb09b0..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Service_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Service_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Service_32x32.png deleted file mode 100644 index 5e3e3cf2..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Service_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Silverlight_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Silverlight_16x16.png deleted file mode 100644 index e8a90405..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Silverlight_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Silverlight_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Silverlight_32x32.png deleted file mode 100644 index b92614e2..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Images/Silverlight_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Silverlight.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Silverlight.uexml deleted file mode 100644 index 2955f999..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Silverlight.uexml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - Silverlight Application - SilverlightApplication - - - Software Development - Common Language Runtime - COBOL - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Windows Forms Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Windows Forms Application.uexml deleted file mode 100644 index 806b1ef5..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/COBOL/Windows Forms Application.uexml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - Windows Forms Application - WindowsApplication - - - Software Development - Common Language Runtime - COBOL - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Class Library.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Class Library.uexml deleted file mode 100644 index 022f0d6c..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Class Library.uexml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - Class Library - ClassLibrary - - - Software Development - Common Language Runtime - C# - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Console Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Console Application.uexml deleted file mode 100644 index e49261d4..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Console Application.uexml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - Console Application - ConsoleApplication - - - Software Development - Common Language Runtime - C# - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Database.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Database.uexml deleted file mode 100644 index 19217651..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Database.uexml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - Database Project - Database - - - Software Development - Common Language Runtime - C# - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application.ico b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application.ico deleted file mode 100644 index a564b626..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application.ico and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application.xcf b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application.xcf deleted file mode 100644 index 468cb640..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application.xcf and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application_16x16.png deleted file mode 100644 index fabb154c..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application_32x32.png deleted file mode 100644 index 3e4512f5..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Application_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank.ico b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank.ico deleted file mode 100644 index 72c88198..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank.ico and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank.xcf b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank.xcf deleted file mode 100644 index 775c8f08..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank.xcf and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank_16x16.png deleted file mode 100644 index e3ae9f48..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank_32x32.png deleted file mode 100644 index c750cda8..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Blank_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console.ico b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console.ico deleted file mode 100644 index 3feea36e..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console.ico and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console.xcf b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console.xcf deleted file mode 100644 index d9cce98f..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console.xcf and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console_16x16.png deleted file mode 100644 index b67fe08b..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console_32x32.png deleted file mode 100644 index efa049df..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Console_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/ControlLibrary_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/ControlLibrary_16x16.png deleted file mode 100644 index a69b54f0..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/ControlLibrary_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/ControlLibrary_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/ControlLibrary_32x32.png deleted file mode 100644 index db932b33..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/ControlLibrary_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Database_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Database_16x16.png deleted file mode 100644 index 6695cc4e..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Database_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Database_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Database_32x32.png deleted file mode 100644 index 86bff988..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Database_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library.ico b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library.ico deleted file mode 100644 index c3d9392e..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library.ico and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library.xcf b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library.xcf deleted file mode 100644 index a9eeac22..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library.xcf and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library_16x16.png deleted file mode 100644 index 85ffbc0f..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library_32x32.png deleted file mode 100644 index 471db8b3..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Library_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Silverlight_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Silverlight_16x16.png deleted file mode 100644 index acceb5a3..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Silverlight_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Silverlight_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Silverlight_32x32.png deleted file mode 100644 index b42d1231..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Silverlight_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Test_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Test_16x16.png deleted file mode 100644 index 6e282705..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Test_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Test_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Test_32x32.png deleted file mode 100644 index 8449ce8b..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Images/Test_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Silverlight.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Silverlight.uexml deleted file mode 100644 index da48459c..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Silverlight.uexml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - Silverlight Application - SilverlightApplication - - - Software Development - Common Language Runtime - C# - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Windows Forms Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Windows Forms Application.uexml deleted file mode 100644 index 7e5fb919..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/CSharp/Windows Forms Application.uexml +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - Windows Forms Application - WindowsFormsApplication - - - Software Development - Common Language Runtime - C# - - - - - - - - - - - - - - - - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new $(Project.MainFormName)()); - } - } -} -]]> - - - - - - - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.components = new System.ComponentModel.Container(); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Text = "$(Project.MainFormName)"; - } - - #endregion - } -} - -]]> - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Console Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Console Application.uexml deleted file mode 100644 index c1e56660..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Console Application.uexml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - Console Application - ConsoleApplication - - - Software Development - Common Language Runtime - IronPython - - - - - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Application_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Application_16x16.png deleted file mode 100644 index 181e9de3..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Application_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Application_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Application_32x32.png deleted file mode 100644 index 57111d9c..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Application_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Blank_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Blank_16x16.png deleted file mode 100644 index aceb8f7a..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Blank_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Blank_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Blank_32x32.png deleted file mode 100644 index a7852adc..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Blank_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Console_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Console_16x16.png deleted file mode 100644 index 4b1352e2..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Console_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Console_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Console_32x32.png deleted file mode 100644 index b25a11ae..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Console_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Library_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Library_16x16.png deleted file mode 100644 index 762f8a84..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Library_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Library_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Library_32x32.png deleted file mode 100644 index 3fc04de0..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Images/Library_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Native Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Native Application.uexml deleted file mode 100644 index 97de955d..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Native Application.uexml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - Native Application - NativeApplication - - - Software Development - Python - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Windows Forms Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Windows Forms Application.uexml deleted file mode 100644 index 604b790d..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/IronPython/Windows Forms Application.uexml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - Windows Forms Application - WindowsFormsApplication - - - Software Development - Common Language Runtime - IronPython - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Console Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Console Application.uexml deleted file mode 100644 index 69e6b1a5..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Console Application.uexml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - Console Application - ConsoleApplication - - - Software Development - Common Language Runtime - J# - - - - - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Application_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Application_16x16.png deleted file mode 100644 index 545e52a8..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Application_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Application_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Application_32x32.png deleted file mode 100644 index 895e071e..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Application_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Blank_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Blank_16x16.png deleted file mode 100644 index aceb8f7a..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Blank_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Blank_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Blank_32x32.png deleted file mode 100644 index a7852adc..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Blank_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Console_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Console_16x16.png deleted file mode 100644 index 3a5c1802..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Console_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Console_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Console_32x32.png deleted file mode 100644 index 5bec4ec1..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Console_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/ControlLibrary_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/ControlLibrary_16x16.png deleted file mode 100644 index 26dc2568..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/ControlLibrary_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/ControlLibrary_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/ControlLibrary_32x32.png deleted file mode 100644 index e0b1b863..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/ControlLibrary_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Library_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Library_16x16.png deleted file mode 100644 index cd1443f7..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Library_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Library_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Library_32x32.png deleted file mode 100644 index 86925d53..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Images/Library_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Windows Forms Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Windows Forms Application.uexml deleted file mode 100644 index f1a2eb17..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/JSharp/Windows Forms Application.uexml +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - Windows Forms Application - WindowsFormsApplication - - - Software Development - Common Language Runtime - J# - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Class Library.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Class Library.uexml deleted file mode 100644 index a214a34a..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Class Library.uexml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - Class Library - ClassLibrary - - - Software Development - Common Language Runtime - Visual Basic - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Console Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Console Application.uexml deleted file mode 100644 index 31fb7ea1..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Console Application.uexml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - Console Application - ConsoleApplication - - - Software Development - Common Language Runtime - Visual Basic - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Database.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Database.uexml deleted file mode 100644 index 7cbd0601..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Database.uexml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - Database Project - Database - - - Software Development - Common Language Runtime - Visual Basic - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Application_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Application_16x16.png deleted file mode 100644 index 154d6603..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Application_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Application_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Application_32x32.png deleted file mode 100644 index b2b6ead2..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Application_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Blank_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Blank_16x16.png deleted file mode 100644 index 15a293cd..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Blank_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Blank_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Blank_32x32.png deleted file mode 100644 index a876cb9c..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Blank_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Console_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Console_16x16.png deleted file mode 100644 index 331aa508..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Console_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Console_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Console_32x32.png deleted file mode 100644 index 62fc681a..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Console_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/ControlLibrary_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/ControlLibrary_16x16.png deleted file mode 100644 index 40ab9c36..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/ControlLibrary_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/ControlLibrary_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/ControlLibrary_32x32.png deleted file mode 100644 index 79fa0c08..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/ControlLibrary_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Database_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Database_16x16.png deleted file mode 100644 index d2e3fb33..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Database_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Database_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Database_32x32.png deleted file mode 100644 index b98c4c30..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Database_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Library_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Library_16x16.png deleted file mode 100644 index b1afe3db..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Library_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Library_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Library_32x32.png deleted file mode 100644 index 7ba4f2dd..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Library_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Service_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Service_16x16.png deleted file mode 100644 index 115b354a..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Service_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Service_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Service_32x32.png deleted file mode 100644 index 50109927..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Service_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/SliverlightApplication_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/SliverlightApplication_16x16.png deleted file mode 100644 index 1da8aabd..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/SliverlightApplication_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/SliverlightApplication_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/SliverlightApplication_32x32.png deleted file mode 100644 index e5867a30..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/SliverlightApplication_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Test_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Test_16x16.png deleted file mode 100644 index 1c8ac289..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Test_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Test_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Test_32x32.png deleted file mode 100644 index da289cba..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Images/Test_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Silverlight.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Silverlight.uexml deleted file mode 100644 index 30b75019..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Silverlight.uexml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - Silverlight Application - SilverlightApplication - - - Software Development - Common Language Runtime - Visual Basic - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Windows Forms Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Windows Forms Application.uexml deleted file mode 100644 index 07c3ee3c..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Common Language Runtime/VisualBasic/Windows Forms Application.uexml +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - Windows Forms Application - WindowsFormsApplication - - - Software Development - Common Language Runtime - Visual Basic - - - - - - - - - - - - - - - - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new $(Project.MainFormName)()); - } - } -} -]]> - - - - - - - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - this.components = new System.ComponentModel.Container(); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Text = "$(Project.MainFormName)"; - } - - #endregion - } -} - -]]> - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/MSOfficeAddin_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/MSOfficeAddin_16x16.png deleted file mode 100644 index 6a073cf9..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/MSOfficeAddin_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/MSOfficeAddin_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/MSOfficeAddin_32x32.png deleted file mode 100644 index 2a08b16c..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/MSOfficeAddin_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/UniversalEditorAddin_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/UniversalEditorAddin_16x16.png deleted file mode 100644 index 8c1763c6..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/UniversalEditorAddin_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/UniversalEditorAddin_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/UniversalEditorAddin_32x32.png deleted file mode 100644 index 28af91f3..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Extensibility/Images/UniversalEditorAddin_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Blank Project.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Blank Project.uexml deleted file mode 100644 index 6043a004..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Blank Project.uexml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - Empty Project - Empty - - - Software Development - Pascal - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Class Library.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Class Library.uexml deleted file mode 100644 index bf9e190c..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Class Library.uexml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - Class Library - ClassLibrary - - - Software Development - Pascal - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Console Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Console Application.uexml deleted file mode 100644 index a27ead22..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Console Application.uexml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - Console Application - ConsoleApplication - - - Software Development - Pascal - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/GUI Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/GUI Application.uexml deleted file mode 100644 index 48285141..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/GUI Application.uexml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - GUI Application - GuiApplication - - - Software Development - Pascal - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Application_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Application_16x16.png deleted file mode 100644 index 9bdcbfdd..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Application_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Application_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Application_32x32.png deleted file mode 100644 index e65503f6..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Application_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Blank_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Blank_16x16.png deleted file mode 100644 index 577b24d5..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Blank_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Blank_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Blank_32x32.png deleted file mode 100644 index 507c7f93..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Blank_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Console_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Console_16x16.png deleted file mode 100644 index b71b0f08..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Console_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Console_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Console_32x32.png deleted file mode 100644 index a90802ba..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Console_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Library_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Library_16x16.png deleted file mode 100644 index a3bef0a2..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Library_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Library_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Library_32x32.png deleted file mode 100644 index 9fffa7a2..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Pascal/Images/Library_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/ActiveX Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/ActiveX Application.uexml deleted file mode 100644 index de9ef1ce..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/ActiveX Application.uexml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - ActiveX Application - ActiveXApplication - - - Software Development - Visual Basic 6.0 - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Blank Project.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Blank Project.uexml deleted file mode 100644 index 4bf8c9b9..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Blank Project.uexml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - Empty Project - Empty - - - Software Development - Visual Basic 6.0 - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Class Library.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Class Library.uexml deleted file mode 100644 index 4d351266..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Class Library.uexml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - Class Library - ClassLibrary - - - Software Development - Visual Basic 6.0 - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Control Library.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Control Library.uexml deleted file mode 100644 index 51e27494..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Control Library.uexml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - Control Library - ControlLibrary - - - Software Development - Visual Basic 6.0 - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ActiveXApplication_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ActiveXApplication_16x16.png deleted file mode 100644 index 264ec15d..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ActiveXApplication_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ActiveXApplication_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ActiveXApplication_32x32.png deleted file mode 100644 index 3b7d4f65..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ActiveXApplication_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Application_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Application_16x16.png deleted file mode 100644 index 1bc639d2..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Application_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Application_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Application_32x32.png deleted file mode 100644 index cd911629..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Application_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/BlankProject_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/BlankProject_16x16.png deleted file mode 100644 index 917028fd..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/BlankProject_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/BlankProject_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/BlankProject_32x32.png deleted file mode 100644 index 38cd2a10..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/BlankProject_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ControlLibrary_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ControlLibrary_16x16.png deleted file mode 100644 index 6fe28d4b..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ControlLibrary_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ControlLibrary_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ControlLibrary_32x32.png deleted file mode 100644 index 6d431fb8..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/ControlLibrary_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Library_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Library_16x16.png deleted file mode 100644 index 417f054f..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Library_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Library_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Library_32x32.png deleted file mode 100644 index 56ef8c6c..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Library_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Wizard_16x16.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Wizard_16x16.png deleted file mode 100644 index c5c89847..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Wizard_16x16.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Wizard_32x32.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Wizard_32x32.png deleted file mode 100644 index 12ee0b25..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Images/Wizard_32x32.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Standard Application.uexml b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Standard Application.uexml deleted file mode 100644 index add20c96..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Templates/Project/SoftwareDevelopment/Visual Basic 6.0/Standard Application.uexml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - Standard Application - StandardApplication - - - Software Development - Visual Basic 6.0 - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/ProjectTypes/32x32/{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/ProjectTypes/32x32/{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.png deleted file mode 100644 index 7730ebe6..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/ProjectTypes/32x32/{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Class Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Class Library.png deleted file mode 100644 index 0425ce8b..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Class Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Console Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Console Application.png deleted file mode 100644 index 4681487c..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Console Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Empty Project.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Empty Project.png deleted file mode 100644 index 8fa8ae68..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Empty Project.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Server Control.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Server Control.png deleted file mode 100644 index 5048475d..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Server Control.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF Application.png deleted file mode 100644 index 7b0a5d7d..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF Browser Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF Browser Application.png deleted file mode 100644 index 87d89208..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF Browser Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF Custom Control Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF Custom Control Library.png deleted file mode 100644 index cc901051..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF Custom Control Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF User Control Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF User Control Library.png deleted file mode 100644 index cb419c10..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/WPF User Control Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Web Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Web Application.png deleted file mode 100644 index 01bec6e9..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Web Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Web Site.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Web Site.png deleted file mode 100644 index f29e94eb..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Web Site.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Windows Forms Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Windows Forms Application.png deleted file mode 100644 index 038915d7..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Windows Forms Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Windows Forms Control Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Windows Forms Control Library.png deleted file mode 100644 index b7c97b0a..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Windows Forms Control Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Windows Service.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Windows Service.png deleted file mode 100644 index e8af919b..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/16x16/Windows Service.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Class Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Class Library.png deleted file mode 100644 index 5df70d49..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Class Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Console Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Console Application.png deleted file mode 100644 index 5dfe72be..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Console Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Empty Project.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Empty Project.png deleted file mode 100644 index b7297967..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Empty Project.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Server Control.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Server Control.png deleted file mode 100644 index e598cf2d..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Server Control.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF Application.png deleted file mode 100644 index c8fb61ed..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF Browser Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF Browser Application.png deleted file mode 100644 index 4ed8dd8b..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF Browser Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF Custom Control Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF Custom Control Library.png deleted file mode 100644 index 2a40a174..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF Custom Control Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF User Control Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF User Control Library.png deleted file mode 100644 index 41d3b243..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/WPF User Control Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Web Site.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Web Site.png deleted file mode 100644 index bda8469c..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Web Site.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Windows Forms Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Windows Forms Application.png deleted file mode 100644 index d8271685..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Windows Forms Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Windows Forms Control Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Windows Forms Control Library.png deleted file mode 100644 index f1fee1f2..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Windows Forms Control Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Windows Service.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Windows Service.png deleted file mode 100644 index 6868750a..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/CSharp/32x32/Windows Service.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Class Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Class Library.png deleted file mode 100644 index bfd48753..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Class Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Console Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Console Application.png deleted file mode 100644 index 8bbc1ea3..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Console Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Silverlight Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Silverlight Library.png deleted file mode 100644 index 4c1bd97e..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Silverlight Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Tutorial.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Tutorial.png deleted file mode 100644 index 23841055..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/16x16/Tutorial.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Class Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Class Library.png deleted file mode 100644 index 8deda650..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Class Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Console Application.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Console Application.png deleted file mode 100644 index 1bd8c449..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Console Application.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Silverlight Library.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Silverlight Library.png deleted file mode 100644 index dc3823ad..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Silverlight Library.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Tutorial.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Tutorial.png deleted file mode 100644 index af599f5e..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/FSharp/32x32/Tutorial.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/16x16/Extension.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/16x16/Extension.png deleted file mode 100644 index 4b9bff4e..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/16x16/Extension.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/16x16/WPF Toolbox Control.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/16x16/WPF Toolbox Control.png deleted file mode 100644 index 494ac24f..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/16x16/WPF Toolbox Control.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/16x16/Windows Forms Toolbox Control.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/16x16/Windows Forms Toolbox Control.png deleted file mode 100644 index 55f80e48..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/16x16/Windows Forms Toolbox Control.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/32x32/Extension.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/32x32/Extension.png deleted file mode 100644 index 0e0c0dc4..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/32x32/Extension.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/32x32/WPF Toolbox Control.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/32x32/WPF Toolbox Control.png deleted file mode 100644 index 8269ff78..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/32x32/WPF Toolbox Control.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/32x32/Windows Forms Toolbox Control.png b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/32x32/Windows Forms Toolbox Control.png deleted file mode 100644 index 567ca16b..00000000 Binary files a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/Themes/VisualStudio2012/Dark/Images/Templates/Project/Software Development/Common Language Runtime/Generic/32x32/Windows Forms Toolbox Control.png and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/UniversalEditor.Extensions.SoftwareDeveloper.csproj b/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/UniversalEditor.Extensions.SoftwareDeveloper.csproj deleted file mode 100644 index fc42ec44..00000000 --- a/Extensions/UniversalEditor.Extensions.SoftwareDeveloper/UniversalEditor.Extensions.SoftwareDeveloper.csproj +++ /dev/null @@ -1,242 +0,0 @@ - - - - - Debug - AnyCPU - {8A0618F6-4FE6-4BA2-81DE-87C222235FBE} - Library - Properties - UniversalEditor.Extensions.SoftwareDeveloper - UniversalEditor.Extensions.SoftwareDeveloper - v4.0 - 512 - - true - ..\..\..\..\MichaelBecker.snk - 4.0.2019.12 - - - true - full - false - ..\..\Output\Debug\Extensions - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - ..\..\Output\Release\Extensions - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Extensions/UniversalEditor.Extensions.Sony/Templates/Project/SCE.PSM.BasicProject.uetx b/Extensions/UniversalEditor.Extensions.Sony/Templates/Project/SCE.PSM.BasicProject.uetx deleted file mode 100644 index d96c71b3..00000000 Binary files a/Extensions/UniversalEditor.Extensions.Sony/Templates/Project/SCE.PSM.BasicProject.uetx and /dev/null differ diff --git a/Extensions/UniversalEditor.Extensions.Sony/UniversalEditor.Extensions.Sony.csproj b/Extensions/UniversalEditor.Extensions.Sony/UniversalEditor.Extensions.Sony.csproj deleted file mode 100644 index bec6ac31..00000000 --- a/Extensions/UniversalEditor.Extensions.Sony/UniversalEditor.Extensions.Sony.csproj +++ /dev/null @@ -1,52 +0,0 @@ - - - - - Debug - AnyCPU - {D28CBD31-EE2D-47DE-9305-3FD5AFB43FB2} - Library - Properties - UniversalEditor.Extensions.Sony - UniversalEditor.Extensions.Sony - v4.0 - 512 - - true - ..\..\..\..\Production.snk - 4.0.2019.12 - - - true - full - false - ..\..\Output\Debug\Extensions - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - ..\..\Output\Release\Extensions - TRACE - prompt - 4 - - - - - - - - - - - diff --git a/Libraries/UniversalEditor.Checksum/UniversalEditor.Checksum.csproj b/Libraries/UniversalEditor.Checksum/UniversalEditor.Checksum.csproj index 170c4a1c..a83cae0f 100644 --- a/Libraries/UniversalEditor.Checksum/UniversalEditor.Checksum.csproj +++ b/Libraries/UniversalEditor.Checksum/UniversalEditor.Checksum.csproj @@ -11,7 +11,7 @@ v4.0 512 - ..\..\..\Production.snk + ..\..\UniversalEditor.snk 4.0.2019.12 diff --git a/Libraries/UniversalEditor.Compression/UniversalEditor.Compression.csproj b/Libraries/UniversalEditor.Compression/UniversalEditor.Compression.csproj index 780cf5f7..fa329ea3 100644 --- a/Libraries/UniversalEditor.Compression/UniversalEditor.Compression.csproj +++ b/Libraries/UniversalEditor.Compression/UniversalEditor.Compression.csproj @@ -13,7 +13,7 @@ 512 true - ..\..\..\Production.snk + ..\..\UniversalEditor.snk 8.0.30703 2.0 4.0.2019.12 diff --git a/Libraries/UniversalEditor.Core/UniversalEditor.Core.csproj b/Libraries/UniversalEditor.Core/UniversalEditor.Core.csproj index c942f77c..a497e5eb 100644 --- a/Libraries/UniversalEditor.Core/UniversalEditor.Core.csproj +++ b/Libraries/UniversalEditor.Core/UniversalEditor.Core.csproj @@ -11,7 +11,7 @@ v4.0 512 - ..\..\..\Production.snk + ..\..\UniversalEditor.snk 8.0.30703 2.0 4.0.2020.01 diff --git a/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONDataFormat.cs b/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONDataFormat.cs index f06e5cd8..2e24c78a 100644 --- a/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONDataFormat.cs +++ b/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONDataFormat.cs @@ -19,37 +19,37 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; -using System.Collections.Generic; - -using UniversalEditor.DataFormats.Text.Plain; +using System; +using System.Collections.Generic; + +using UniversalEditor.DataFormats.Text.Plain; using UniversalEditor.ObjectModels.JSON; -using UniversalEditor.ObjectModels.JSON.Fields; +using UniversalEditor.ObjectModels.JSON.Fields; using UniversalEditor.ObjectModels.Text.Plain; -namespace UniversalEditor.DataFormats.JSON +namespace UniversalEditor.DataFormats.JSON { - /// - /// Provides a for manipulating markup in JavaScript Object Notation (JSON) format. - /// - public class JSONDataFormat : PlainTextDataFormat - { - private static DataFormatReference _dfr; + /// + /// Provides a for manipulating markup in JavaScript Object Notation (JSON) format. + /// + public class JSONDataFormat : PlainTextDataFormat + { + private static DataFormatReference _dfr; protected override DataFormatReference MakeReferenceInternal() - { + { if (_dfr == null) - { - _dfr = base.MakeReferenceInternal(); + { + _dfr = base.MakeReferenceInternal(); _dfr.Capabilities.Add(typeof(JSONObjectModel), DataFormatCapabilities.All); - } + } return _dfr; - } - - public void ApplySettings(JSONPresetSettings settings) - { - switch (settings) + } + + public void ApplySettings(JSONPresetSettings settings) + { + switch (settings) { case JSONPresetSettings.JSON: { @@ -76,8 +76,8 @@ namespace UniversalEditor.DataFormats.JSON Settings.StringLiteralPrefix = "\""; Settings.StringLiteralSuffix = "\""; break; - } - } + } + } } /// @@ -88,24 +88,24 @@ namespace UniversalEditor.DataFormats.JSON protected override void BeforeLoadInternal(Stack objectModels) { - base.BeforeLoadInternal(objectModels); + base.BeforeLoadInternal(objectModels); objectModels.Push(new PlainTextObjectModel()); - } + } protected override void AfterLoadInternal(Stack objectModels) { - base.AfterLoadInternal(objectModels); - - PlainTextObjectModel ptom = (objectModels.Pop() as PlainTextObjectModel); - JSONObjectModel json = (objectModels.Pop() as JSONObjectModel); - - throw new NotImplementedException(); - } + base.AfterLoadInternal(objectModels); + + PlainTextObjectModel ptom = (objectModels.Pop() as PlainTextObjectModel); + JSONObjectModel json = (objectModels.Pop() as JSONObjectModel); + + throw new NotImplementedException(); + } protected override void BeforeSaveInternal(Stack objectModels) { - base.BeforeSaveInternal(objectModels); - - JSONObjectModel json = (objectModels.Pop() as JSONObjectModel); - PlainTextObjectModel ptom = (objectModels.Pop() as PlainTextObjectModel); + base.BeforeSaveInternal(objectModels); + + JSONObjectModel json = (objectModels.Pop() as JSONObjectModel); + PlainTextObjectModel ptom = (objectModels.Pop() as PlainTextObjectModel); ptom.Lines.Clear(); for (int iObj = 0; iObj < json.Objects.Count; iObj++) @@ -113,7 +113,7 @@ namespace UniversalEditor.DataFormats.JSON WriteObject(ptom, json.Objects[iObj]); if (iObj < json.Objects.Count - 1) ptom.WriteLine(); - } + } } private void WriteObject(PlainTextObjectModel ptom, JSONObject obj) @@ -203,6 +203,6 @@ namespace UniversalEditor.DataFormats.JSON { ptom.Write(Settings.StringLiteralPrefix + (f as JSONStringField).Value + Settings.StringLiteralSuffix); } - } - } -} + } + } +} diff --git a/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONPresetSettings.cs b/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONPresetSettings.cs index 912564bc..3f02ef87 100644 --- a/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONPresetSettings.cs +++ b/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONPresetSettings.cs @@ -19,14 +19,14 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -namespace UniversalEditor.DataFormats.JSON +namespace UniversalEditor.DataFormats.JSON { /// /// Indicates the preset settings to use for for a . - /// - public enum JSONPresetSettings - { - JSON = 0, - ExtendedINI = 1 - } -} + /// + public enum JSONPresetSettings + { + JSON = 0, + ExtendedINI = 1 + } +} diff --git a/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONSettings.cs b/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONSettings.cs index 6b0296ad..079e166c 100644 --- a/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONSettings.cs +++ b/Libraries/UniversalEditor.Essential/DataFormats/JSON/JSONSettings.cs @@ -19,11 +19,11 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -namespace UniversalEditor.DataFormats.JSON +namespace UniversalEditor.DataFormats.JSON { /// /// Represents settings for the parser. - /// + /// public class JSONSettings { /// @@ -141,5 +141,5 @@ namespace UniversalEditor.DataFormats.JSON /// /// The with which to suffix a string literal. public string StringLiteralSuffix { get; set; } = "\""; - } -} + } +} diff --git a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONArrayField.cs b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONArrayField.cs index 2560f69f..fb79567c 100644 --- a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONArrayField.cs +++ b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONArrayField.cs @@ -18,13 +18,13 @@ // // You should have received a copy of the GNU General Public License // along with this program. If not, see . - -namespace UniversalEditor.ObjectModels.JSON.Fields + +namespace UniversalEditor.ObjectModels.JSON.Fields { - /// - /// Represents an array field in a JSON document. - /// - public class JSONArrayField : JSONField + /// + /// Represents an array field in a JSON document. + /// + public class JSONArrayField : JSONField { /// /// Gets a collection of instances representing the values in the array. @@ -34,12 +34,12 @@ namespace UniversalEditor.ObjectModels.JSON.Fields public override object Clone() { - JSONArrayField clone = new JSONArrayField(); + JSONArrayField clone = new JSONArrayField(); foreach (string value in Values) - { + { clone.Values.Add(value.Clone() as string); - } + } return clone; - } - } -} + } + } +} diff --git a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONBooleanField.cs b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONBooleanField.cs index c0cd3f34..c793f6bf 100644 --- a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONBooleanField.cs +++ b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONBooleanField.cs @@ -19,25 +19,25 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -namespace UniversalEditor.ObjectModels.JSON.Fields +namespace UniversalEditor.ObjectModels.JSON.Fields { - /// - /// A representing either a true or false value. - /// - public class JSONBooleanField - : JSONField - { - /// - /// Gets or sets the value of this . - /// + /// + /// A representing either a true or false value. + /// + public class JSONBooleanField + : JSONField + { + /// + /// Gets or sets the value of this . + /// /// true if value; otherwise, false. public bool Value { get; set; } = false; public override object Clone() { - JSONBooleanField clone = new JSONBooleanField(); - clone.Value = Value; + JSONBooleanField clone = new JSONBooleanField(); + clone.Value = Value; return clone; - } - } -} + } + } +} diff --git a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONNumberField.cs b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONNumberField.cs index 0983a570..9337a7c8 100644 --- a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONNumberField.cs +++ b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONNumberField.cs @@ -18,14 +18,14 @@ // // You should have received a copy of the GNU General Public License // along with this program. If not, see . - -namespace UniversalEditor.ObjectModels.JSON.Fields + +namespace UniversalEditor.ObjectModels.JSON.Fields { - /// - /// A representing a numeric value. - /// - public class JSONNumberField - : JSONField + /// + /// A representing a numeric value. + /// + public class JSONNumberField + : JSONField { /// /// Gets or sets the value of this . @@ -35,9 +35,9 @@ namespace UniversalEditor.ObjectModels.JSON.Fields public override object Clone() { - JSONNumberField clone = new JSONNumberField(); - clone.Value = Value; + JSONNumberField clone = new JSONNumberField(); + clone.Value = Value; return clone; - } - } -} + } + } +} diff --git a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONObjectField.cs b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONObjectField.cs index 52098d82..590555da 100644 --- a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONObjectField.cs +++ b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONObjectField.cs @@ -19,20 +19,20 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -namespace UniversalEditor.ObjectModels.JSON.Fields +namespace UniversalEditor.ObjectModels.JSON.Fields { - /// - /// A which can contain other fields. - /// - public class JSONObjectField : JSONField + /// + /// A which can contain other fields. + /// + public class JSONObjectField : JSONField { public JSONObject Value { get; set; } = null; public override object Clone() { - JSONObjectField clone = new JSONObjectField(); - clone.Value = (Value.Clone() as JSONObject); + JSONObjectField clone = new JSONObjectField(); + clone.Value = (Value.Clone() as JSONObject); return clone; - } - } -} + } + } +} diff --git a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONStringField.cs b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONStringField.cs index 938ccf60..13ee72ed 100644 --- a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONStringField.cs +++ b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/Fields/JSONStringField.cs @@ -19,22 +19,22 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -namespace UniversalEditor.ObjectModels.JSON.Fields -{ - /// - /// A representing a string value. - /// - public class JSONStringField - : JSONField - { - private string mvarValue = ""; - public string Value { get { return mvarValue; } set { mvarValue = value; } } - +namespace UniversalEditor.ObjectModels.JSON.Fields +{ + /// + /// A representing a string value. + /// + public class JSONStringField + : JSONField + { + private string mvarValue = ""; + public string Value { get { return mvarValue; } set { mvarValue = value; } } + public override object Clone() - { - JSONStringField clone = new JSONStringField(); - clone.Value = (Value.Clone() as string); + { + JSONStringField clone = new JSONStringField(); + clone.Value = (Value.Clone() as string); return clone; - } - } -} + } + } +} diff --git a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/JSONField.cs b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/JSONField.cs index b891838b..6edd1d24 100644 --- a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/JSONField.cs +++ b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/JSONField.cs @@ -1,28 +1,28 @@ -// -// JSONField.cs - the abstract base class from which all fields in a JSONObjectModel derive -// -// Author: -// Michael Becker -// -// Copyright (c) 2011-2020 Mike Becker's Software -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . - -using System; +// +// JSONField.cs - the abstract base class from which all fields in a JSONObjectModel derive +// +// Author: +// Michael Becker +// +// Copyright (c) 2011-2020 Mike Becker's Software +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +using System; + +using UniversalEditor.ObjectModels.JSON.Fields; -using UniversalEditor.ObjectModels.JSON.Fields; - namespace UniversalEditor.ObjectModels.JSON { /// diff --git a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/JSONObject.cs b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/JSONObject.cs index fc50c262..2346cf08 100644 --- a/Libraries/UniversalEditor.Essential/ObjectModels/JSON/JSONObject.cs +++ b/Libraries/UniversalEditor.Essential/ObjectModels/JSON/JSONObject.cs @@ -1,24 +1,24 @@ -// -// JSONObject.cs - represents a JSON object which can contain other JSONObjects and JSONFields -// -// Author: -// Michael Becker -// -// Copyright (c) 2011-2020 Mike Becker's Software -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . - +// +// JSONObject.cs - represents a JSON object which can contain other JSONObjects and JSONFields +// +// Author: +// Michael Becker +// +// Copyright (c) 2011-2020 Mike Becker's Software +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + using System; namespace UniversalEditor.ObjectModels.JSON @@ -77,17 +77,17 @@ namespace UniversalEditor.ObjectModels.JSON } return false; } - } - - public object Clone() + } + + public object Clone() { JSONObject clone = new JSONObject(); - foreach (JSONField field in Fields) + foreach (JSONField field in Fields) { - clone.Fields.Add(field.Clone() as JSONField); + clone.Fields.Add(field.Clone() as JSONField); } clone.Name = (Name.Clone() as string); - return clone; - } + return clone; + } } } diff --git a/Libraries/UniversalEditor.Essential/ObjectModels/Markup/MarkupTagElement.cs b/Libraries/UniversalEditor.Essential/ObjectModels/Markup/MarkupTagElement.cs index f258ec02..dd84d596 100644 --- a/Libraries/UniversalEditor.Essential/ObjectModels/Markup/MarkupTagElement.cs +++ b/Libraries/UniversalEditor.Essential/ObjectModels/Markup/MarkupTagElement.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using System.Collections.Generic; namespace UniversalEditor.ObjectModels.Markup diff --git a/Libraries/UniversalEditor.Essential/UniversalEditor.Essential.csproj b/Libraries/UniversalEditor.Essential/UniversalEditor.Essential.csproj index 5a274e19..e3c6895e 100644 --- a/Libraries/UniversalEditor.Essential/UniversalEditor.Essential.csproj +++ b/Libraries/UniversalEditor.Essential/UniversalEditor.Essential.csproj @@ -13,7 +13,7 @@ 512 true - ..\..\..\Production.snk + ..\..\UniversalEditor.snk 8.0.30703 2.0 4.0.2019.12 diff --git a/Libraries/UniversalEditor.MSBuild.Tasks/CompilerBase.cs b/Libraries/UniversalEditor.MSBuild.Tasks/CompilerBase.cs index 98bfae06..af3c5ae8 100644 --- a/Libraries/UniversalEditor.MSBuild.Tasks/CompilerBase.cs +++ b/Libraries/UniversalEditor.MSBuild.Tasks/CompilerBase.cs @@ -19,8 +19,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System.Text; -using Microsoft.Build.Framework; +using System.Text; +using Microsoft.Build.Framework; using Microsoft.Build.Utilities; namespace UniversalEditor.MSBuild.Tasks diff --git a/Libraries/UniversalEditor.Printing/UniversalEditor.Printing.csproj b/Libraries/UniversalEditor.Printing/UniversalEditor.Printing.csproj index c843016d..928e792f 100644 --- a/Libraries/UniversalEditor.Printing/UniversalEditor.Printing.csproj +++ b/Libraries/UniversalEditor.Printing/UniversalEditor.Printing.csproj @@ -8,7 +8,7 @@ UniversalEditor.Printing UniversalEditor.Printing true - ..\..\..\Production.snk + ..\..\UniversalEditor.snk 4.0.2019.12 false @@ -57,4 +57,4 @@ - + diff --git a/Libraries/UniversalEditor.UserInterface/Dialogs/BatchFindReplaceCriteriaPropertiesDialog.cs b/Libraries/UniversalEditor.UserInterface/Dialogs/BatchFindReplaceCriteriaPropertiesDialog.cs index 745e6885..8b5783a8 100644 --- a/Libraries/UniversalEditor.UserInterface/Dialogs/BatchFindReplaceCriteriaPropertiesDialog.cs +++ b/Libraries/UniversalEditor.UserInterface/Dialogs/BatchFindReplaceCriteriaPropertiesDialog.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework.Logic.Conditional; using MBS.Framework.UserInterface; using MBS.Framework.UserInterface.Controls; diff --git a/Libraries/UniversalEditor.UserInterface/Dialogs/BatchFindReplaceWindow.cs b/Libraries/UniversalEditor.UserInterface/Dialogs/BatchFindReplaceWindow.cs index d2dd996c..416d8b8e 100644 --- a/Libraries/UniversalEditor.UserInterface/Dialogs/BatchFindReplaceWindow.cs +++ b/Libraries/UniversalEditor.UserInterface/Dialogs/BatchFindReplaceWindow.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework; using MBS.Framework.Logic.Conditional; using MBS.Framework.UserInterface; diff --git a/Libraries/UniversalEditor.UserInterface/Dialogs/ManageBookmarksDialog.cs b/Libraries/UniversalEditor.UserInterface/Dialogs/ManageBookmarksDialog.cs index d4f3cc8d..5425c13d 100644 --- a/Libraries/UniversalEditor.UserInterface/Dialogs/ManageBookmarksDialog.cs +++ b/Libraries/UniversalEditor.UserInterface/Dialogs/ManageBookmarksDialog.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework.UserInterface; using MBS.Framework.UserInterface.Controls; using MBS.Framework.UserInterface.Controls.ListView; diff --git a/Libraries/UniversalEditor.UserInterface/EditorApplication.cs b/Libraries/UniversalEditor.UserInterface/EditorApplication.cs index 74bc436d..2ced8ac8 100644 --- a/Libraries/UniversalEditor.UserInterface/EditorApplication.cs +++ b/Libraries/UniversalEditor.UserInterface/EditorApplication.cs @@ -1,6 +1,6 @@ -using System; -using MBS.Framework; +using System; +using MBS.Framework; using MBS.Framework.UserInterface; namespace UniversalEditor.UserInterface diff --git a/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemSelection.cs b/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemSelection.cs index c50938a4..16201e0d 100644 --- a/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemSelection.cs +++ b/Libraries/UniversalEditor.UserInterface/Editors/FileSystem/FileSystemSelection.cs @@ -18,7 +18,7 @@ // // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using UniversalEditor.ObjectModels.FileSystem; +using UniversalEditor.ObjectModels.FileSystem; using UniversalEditor.UserInterface; namespace UniversalEditor.Editors.FileSystem diff --git a/Libraries/UniversalEditor.UserInterface/Editors/RIFF/RIFFEditor.cs b/Libraries/UniversalEditor.UserInterface/Editors/RIFF/RIFFEditor.cs index 062ca1a0..80b32b45 100644 --- a/Libraries/UniversalEditor.UserInterface/Editors/RIFF/RIFFEditor.cs +++ b/Libraries/UniversalEditor.UserInterface/Editors/RIFF/RIFFEditor.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework.UserInterface; using MBS.Framework.UserInterface.Controls.ListView; diff --git a/Libraries/UniversalEditor.UserInterface/MainWindow.cs b/Libraries/UniversalEditor.UserInterface/MainWindow.cs index 487bb859..be0a3fc4 100644 --- a/Libraries/UniversalEditor.UserInterface/MainWindow.cs +++ b/Libraries/UniversalEditor.UserInterface/MainWindow.cs @@ -1174,8 +1174,12 @@ namespace UniversalEditor.UserInterface { if (document.IsSaved) { + bool inputClosed = false; if (document.InputAccessor != null && document.InputAccessor.IsOpen) + { + inputClosed = true; document.InputAccessor.Close(); + } if (document.OutputAccessor is FileAccessor) { @@ -1183,9 +1187,33 @@ namespace UniversalEditor.UserInterface (document.OutputAccessor as FileAccessor).AllowWrite = true; (document.OutputAccessor as FileAccessor).ForceOverwrite = true; } - document.OutputAccessor.Open(); - document.Save(); - document.OutputAccessor.Close(); + + try + { + document.OutputAccessor.Open(); + document.Save(); + document.OutputAccessor.Close(); + } + catch (UnauthorizedAccessException ex) + { + if (inputClosed) + { + if (document.InputAccessor is FileAccessor) + { + // FIXME: ewww + (document.InputAccessor as FileAccessor).AllowWrite = false; + (document.InputAccessor as FileAccessor).ForceOverwrite = false; + } + document.InputAccessor.Open(); + } + + switch (HandleUnauthorizedAccessException(document, ex)) + { + case MultipleDocumentErrorHandling.CancelAll: return false; + case MultipleDocumentErrorHandling.CancelOne: return true; + case MultipleDocumentErrorHandling.Ignore: break; + } + } DockingWindow di = dckContainer.Items[GetCurrentEditorPage()] as DockingWindow; if (di != null) @@ -1274,7 +1302,20 @@ namespace UniversalEditor.UserInterface page.Document.DataFormat = df; page.Document.Accessor = accessor; } - page.Document.Save(); + + try + { + page.Document.Save(); + } + catch (UnauthorizedAccessException ex) + { + switch (HandleUnauthorizedAccessException(page.Document, ex)) + { + case MultipleDocumentErrorHandling.CancelAll: return false; + case MultipleDocumentErrorHandling.CancelOne: return true; + case MultipleDocumentErrorHandling.Ignore: break; + } + } GetCurrentEditor().Document = page.Document; DockingWindow di = dckContainer.Items[page] as DockingWindow; @@ -1285,6 +1326,25 @@ namespace UniversalEditor.UserInterface } return true; } + + private MultipleDocumentErrorHandling HandleUnauthorizedAccessException(Document document, UnauthorizedAccessException ex) + { + DialogResult dr = MessageDialog.ShowDialog(String.Format("Cannot save the file in its current location. Would you like to choose another location?\r\n\r\n{0}", ex.Message), "Unauthorized", MessageDialogButtons.YesNoCancel, MessageDialogIcon.Warning); + if (dr == DialogResult.Yes) + { + SaveFileAs(document); + } + else if (dr == DialogResult.No) + { + return MultipleDocumentErrorHandling.CancelOne; + } + else if (dr == DialogResult.Cancel) + { + return MultipleDocumentErrorHandling.CancelAll; + } + return MultipleDocumentErrorHandling.Ignore; + } + public bool SaveFileAs(Accessor accessor, DataFormat df) { return SaveFileAs(accessor, df, GetCurrentEditor()?.ObjectModel); diff --git a/Libraries/UniversalEditor.UserInterface/MultipleDocumentErrorHandling.cs b/Libraries/UniversalEditor.UserInterface/MultipleDocumentErrorHandling.cs new file mode 100644 index 00000000..87998802 --- /dev/null +++ b/Libraries/UniversalEditor.UserInterface/MultipleDocumentErrorHandling.cs @@ -0,0 +1,46 @@ +// +// MultipleDocumentErrorHandling.cs +// +// Author: +// Michael Becker +// +// Copyright (c) 2021 Mike Becker's Software +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +using System; +namespace UniversalEditor.UserInterface +{ + /// + /// Describes the way in which to handle an when + /// there are additional s to be processed afterward. + /// + public enum MultipleDocumentErrorHandling + { + /// + /// Ignore the error for the current and proceed + /// to processing the next . + /// + Ignore, + /// + /// Cancels the operation for a single . Other + /// s will continue to be processed. + /// + CancelOne, + /// + /// Cancels the entire operation, including any s + /// that still have yet to be processed. + /// + CancelAll + } +} diff --git a/Libraries/UniversalEditor.UserInterface/UniversalEditor.UserInterface.csproj b/Libraries/UniversalEditor.UserInterface/UniversalEditor.UserInterface.csproj index ff832bcf..439da3a0 100644 --- a/Libraries/UniversalEditor.UserInterface/UniversalEditor.UserInterface.csproj +++ b/Libraries/UniversalEditor.UserInterface/UniversalEditor.UserInterface.csproj @@ -27,7 +27,7 @@ true true - ..\..\..\Production.snk + ..\..\UniversalEditor.snk 4.0.2019.12 @@ -136,6 +136,7 @@ + diff --git a/Plugins.Printing/UniversalEditor.Plugins.Generic.Printing/UniversalEditor.Plugins.Generic.Printing.csproj b/Plugins.Printing/UniversalEditor.Plugins.Generic.Printing/UniversalEditor.Plugins.Generic.Printing.csproj index 3f75b912..e33f9981 100644 --- a/Plugins.Printing/UniversalEditor.Plugins.Generic.Printing/UniversalEditor.Plugins.Generic.Printing.csproj +++ b/Plugins.Printing/UniversalEditor.Plugins.Generic.Printing/UniversalEditor.Plugins.Generic.Printing.csproj @@ -60,4 +60,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Blockchain.UserInterface/UniversalEditor.Plugins.Blockchain.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Blockchain.UserInterface/UniversalEditor.Plugins.Blockchain.UserInterface.csproj index 3276bb97..96b214ac 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Blockchain.UserInterface/UniversalEditor.Plugins.Blockchain.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Blockchain.UserInterface/UniversalEditor.Plugins.Blockchain.UserInterface.csproj @@ -61,4 +61,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.CRI.UserInterface/CPKFileInfoDialog.cs b/Plugins.UserInterface/UniversalEditor.Plugins.CRI.UserInterface/CPKFileInfoDialog.cs index dca13f5d..7c43504e 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.CRI.UserInterface/CPKFileInfoDialog.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.CRI.UserInterface/CPKFileInfoDialog.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using System.Text; using MBS.Framework; using MBS.Framework.UserInterface; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.CRI.UserInterface/UniversalEditor.Plugins.CRI.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.CRI.UserInterface/UniversalEditor.Plugins.CRI.UserInterface.csproj index 6e9bc44b..3d44ec18 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.CRI.UserInterface/UniversalEditor.Plugins.CRI.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.CRI.UserInterface/UniversalEditor.Plugins.CRI.UserInterface.csproj @@ -64,4 +64,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Designer.UserInterface/Editors/Designer/DesignerEditor.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Designer.UserInterface/Editors/Designer/DesignerEditor.cs index 4f0d25a6..27bedee6 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Designer.UserInterface/Editors/Designer/DesignerEditor.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Designer.UserInterface/Editors/Designer/DesignerEditor.cs @@ -19,8 +19,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; -using MBS.Framework.UserInterface; +using System; +using MBS.Framework.UserInterface; using UniversalEditor.ObjectModels.Designer; using UniversalEditor.UserInterface; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Designer.UserInterface/UniversalEditor.Plugins.Designer.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Designer.UserInterface/UniversalEditor.Plugins.Designer.UserInterface.csproj index 2e93090e..ca8b19b2 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Designer.UserInterface/UniversalEditor.Plugins.Designer.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Designer.UserInterface/UniversalEditor.Plugins.Designer.UserInterface.csproj @@ -67,4 +67,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Documentation.UserInterface/UniversalEditor.Plugins.Documentation.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Documentation.UserInterface/UniversalEditor.Plugins.Documentation.UserInterface.csproj index 02258090..60c6b259 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Documentation.UserInterface/UniversalEditor.Plugins.Documentation.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Documentation.UserInterface/UniversalEditor.Plugins.Documentation.UserInterface.csproj @@ -60,4 +60,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Executable.UserInterface/UniversalEditor.Plugins.Executable.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Executable.UserInterface/UniversalEditor.Plugins.Executable.UserInterface.csproj index ddcd2da8..4198938a 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Executable.UserInterface/UniversalEditor.Plugins.Executable.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Executable.UserInterface/UniversalEditor.Plugins.Executable.UserInterface.csproj @@ -75,4 +75,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Genealogy.UserInterface/UniversalEditor.Plugins.Genealogy.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Genealogy.UserInterface/UniversalEditor.Plugins.Genealogy.UserInterface.csproj index 646a4e56..766b0b5a 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Genealogy.UserInterface/UniversalEditor.Plugins.Genealogy.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Genealogy.UserInterface/UniversalEditor.Plugins.Genealogy.UserInterface.csproj @@ -68,4 +68,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Lighting.UserInterface/UniversalEditor.Plugins.Lighting.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Lighting.UserInterface/UniversalEditor.Plugins.Lighting.UserInterface.csproj index 204edf44..3a9130d9 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Lighting.UserInterface/UniversalEditor.Plugins.Lighting.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Lighting.UserInterface/UniversalEditor.Plugins.Lighting.UserInterface.csproj @@ -69,4 +69,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.Collaboration/UniversalEditor.Plugins.Multimedia.UserInterface.Collaboration.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.Collaboration/UniversalEditor.Plugins.Multimedia.UserInterface.Collaboration.csproj index 597c083c..4579a501 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.Collaboration/UniversalEditor.Plugins.Multimedia.UserInterface.Collaboration.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.Collaboration/UniversalEditor.Plugins.Multimedia.UserInterface.Collaboration.csproj @@ -69,4 +69,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/SynthesizedAudioEditorSelection.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/SynthesizedAudioEditorSelection.cs index a77146dc..056119c7 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/SynthesizedAudioEditorSelection.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/SynthesizedAudioEditorSelection.cs @@ -19,8 +19,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using MBS.Framework.Drawing; -using UniversalEditor.Editors.Multimedia.Audio.Synthesized.Views.PianoRoll; +using MBS.Framework.Drawing; +using UniversalEditor.Editors.Multimedia.Audio.Synthesized.Views.PianoRoll; using UniversalEditor.ObjectModels.Multimedia.Audio.Synthesized; using UniversalEditor.UserInterface; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/Views/PianoRoll/NoteEvent.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/Views/PianoRoll/NoteEvent.cs index 4cffa02d..55d6cbd0 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/Views/PianoRoll/NoteEvent.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/Views/PianoRoll/NoteEvent.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework.Drawing; using UniversalEditor.ObjectModels.Multimedia.Audio.Synthesized; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/Views/PianoRoll/NoteRenderedEvent.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/Views/PianoRoll/NoteRenderedEvent.cs index 9fce2ff6..0416f5ba 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/Views/PianoRoll/NoteRenderedEvent.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Synthesized/Views/PianoRoll/NoteRenderedEvent.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework.Drawing; using MBS.Framework.UserInterface.Drawing; using UniversalEditor.ObjectModels.Multimedia.Audio.Synthesized; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Voicebank/VoicebankEditor.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Voicebank/VoicebankEditor.cs index e3e06e1a..b005602b 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Voicebank/VoicebankEditor.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Voicebank/VoicebankEditor.cs @@ -32,7 +32,7 @@ namespace UniversalEditor.Plugins.Multimedia.UserInterface.Editors.Multimedia.Au { /// /// Provides a UWT-based for a . - /// + /// public class VoicebankEditor : Editor { private DefaultTreeModel tmSamples = null; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrack.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrack.cs index 519a775d..cb03ae3c 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrack.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrack.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework.UserInterface; using UniversalEditor.ObjectModels.Multimedia.Audio.Waveform; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrackControlPanel.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrackControlPanel.cs index 71bd4539..fd4348b6 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrackControlPanel.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrackControlPanel.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework.UserInterface; using MBS.Framework.UserInterface.Controls; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrackWaveform.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrackWaveform.cs index 443f9cab..d9269f44 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrackWaveform.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/Controls/WaveformAudioEditorTrackWaveform.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework.Drawing; using MBS.Framework.UserInterface; using MBS.Framework.UserInterface.Drawing; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/WaveformAudioEditor.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/WaveformAudioEditor.cs index 0c115f62..ff763a12 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/WaveformAudioEditor.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/Audio/Waveform/WaveformAudioEditor.cs @@ -19,12 +19,12 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Audio; using MBS.Audio.PortAudio; using MBS.Framework.UserInterface; using MBS.Framework.UserInterface.Layouts; -using UniversalEditor.ObjectModels.Multimedia.Audio.Waveform; +using UniversalEditor.ObjectModels.Multimedia.Audio.Waveform; using UniversalEditor.Plugins.Multimedia.UserInterface.Editors.Multimedia.Audio.Waveform.Controls; using UniversalEditor.UserInterface; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/PictureCollection/Dialogs/AnimationPropertiesDialog.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/PictureCollection/Dialogs/AnimationPropertiesDialog.cs index 0f80a76b..5e5e4ecd 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/PictureCollection/Dialogs/AnimationPropertiesDialog.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/PictureCollection/Dialogs/AnimationPropertiesDialog.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using System.Collections.Generic; using MBS.Framework.UserInterface; using MBS.Framework.UserInterface.Controls; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/PictureCollection/PictureCollectionEditor.cs b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/PictureCollection/PictureCollectionEditor.cs index 3a3a61b7..2e6f102b 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/PictureCollection/PictureCollectionEditor.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/Editors/Multimedia/PictureCollection/PictureCollectionEditor.cs @@ -256,6 +256,16 @@ namespace UniversalEditor.Plugins.Multimedia.UserInterface.Editors.Multimedia.Pi cmdSave.Enabled = coll.Pictures.Count > 0; cmdSaveAll.Enabled = coll.Pictures.Count > 0; + txtQuickAnimateStartFrame.Minimum = 0; + txtQuickAnimateStartFrame.Maximum = coll.Pictures.Count - 1; + txtQuickAnimateStartFrame.Value = 0; + + txtQuickAnimateEndFrame.Minimum = 0; + txtQuickAnimateEndFrame.Maximum = coll.Pictures.Count - 1; + txtQuickAnimateEndFrame.Value = coll.Pictures.Count - 1; + + txtQuickAnimateFrameDuration.Value = 500; + if (coll.Pictures.Count > 0) picFrame.ObjectModel = coll.Pictures[0]; } diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.csproj index 24d486c5..6e28e675 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface/UniversalEditor.Plugins.Multimedia.UserInterface.csproj @@ -122,4 +122,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.NewWorldComputing.UserInterface/UniversalEditor.Plugins.NewWorldComputing.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.NewWorldComputing.UserInterface/UniversalEditor.Plugins.NewWorldComputing.UserInterface.csproj index 50ade1e7..0dee2558 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.NewWorldComputing.UserInterface/UniversalEditor.Plugins.NewWorldComputing.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.NewWorldComputing.UserInterface/UniversalEditor.Plugins.NewWorldComputing.UserInterface.csproj @@ -77,4 +77,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Office.UserInterface/UniversalEditor.Plugins.Office.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Office.UserInterface/UniversalEditor.Plugins.Office.UserInterface.csproj index 04296f52..ba2a24a7 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Office.UserInterface/UniversalEditor.Plugins.Office.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Office.UserInterface/UniversalEditor.Plugins.Office.UserInterface.csproj @@ -79,4 +79,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.RavenSoftware.UserInterface/UniversalEditor.Plugins.RavenSoftware.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.RavenSoftware.UserInterface/UniversalEditor.Plugins.RavenSoftware.UserInterface.csproj index e8742ae6..9afafa4f 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.RavenSoftware.UserInterface/UniversalEditor.Plugins.RavenSoftware.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.RavenSoftware.UserInterface/UniversalEditor.Plugins.RavenSoftware.UserInterface.csproj @@ -86,4 +86,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Scientific.UserInterface/UniversalEditor.Plugins.Scientific.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Scientific.UserInterface/UniversalEditor.Plugins.Scientific.UserInterface.csproj index 91af71cd..42b0ddb3 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Scientific.UserInterface/UniversalEditor.Plugins.Scientific.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Scientific.UserInterface/UniversalEditor.Plugins.Scientific.UserInterface.csproj @@ -64,4 +64,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.Setup.UserInterface/UniversalEditor.Plugins.Setup.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.Setup.UserInterface/UniversalEditor.Plugins.Setup.UserInterface.csproj index 2674e482..ee14d259 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.Setup.UserInterface/UniversalEditor.Plugins.Setup.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.Setup.UserInterface/UniversalEditor.Plugins.Setup.UserInterface.csproj @@ -64,4 +64,4 @@ - + diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface/Dialogs/Unreal/Package/UnrealPackageEntryPropertiesDialog.cs b/Plugins.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface/Dialogs/Unreal/Package/UnrealPackageEntryPropertiesDialog.cs index 7c5226ea..10716067 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface/Dialogs/Unreal/Package/UnrealPackageEntryPropertiesDialog.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface/Dialogs/Unreal/Package/UnrealPackageEntryPropertiesDialog.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework.UserInterface; using MBS.Framework.UserInterface.Controls; using MBS.Framework.UserInterface.Dialogs; diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface.csproj b/Plugins.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface.csproj index a29521a3..c25d60bd 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface.csproj +++ b/Plugins.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface/UniversalEditor.Plugins.UnrealEngine.UserInterface.csproj @@ -70,4 +70,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Adobe/UniversalEditor.Plugins.Adobe.csproj b/Plugins/UniversalEditor.Plugins.Adobe/UniversalEditor.Plugins.Adobe.csproj index 7e33129a..4e7d92c4 100644 --- a/Plugins/UniversalEditor.Plugins.Adobe/UniversalEditor.Plugins.Adobe.csproj +++ b/Plugins/UniversalEditor.Plugins.Adobe/UniversalEditor.Plugins.Adobe.csproj @@ -55,4 +55,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.AutoSave/AutoSaveDataFormat.cs b/Plugins/UniversalEditor.Plugins.AutoSave/AutoSaveDataFormat.cs index 2c77b731..367ce64c 100644 --- a/Plugins/UniversalEditor.Plugins.AutoSave/AutoSaveDataFormat.cs +++ b/Plugins/UniversalEditor.Plugins.AutoSave/AutoSaveDataFormat.cs @@ -1,17 +1,17 @@ using System; -using System.Reflection; -using UniversalEditor.Accessors; -using UniversalEditor.IO; - -namespace UniversalEditor.Plugins.AutoSave -{ - internal class AutoSaveDataFormat : DataFormat - { +using System.Reflection; +using UniversalEditor.Accessors; +using UniversalEditor.IO; + +namespace UniversalEditor.Plugins.AutoSave +{ + internal class AutoSaveDataFormat : DataFormat + { public float Version { get; set; } = 1.0f; - public static float MAX_SUPPORTED_VERSION = 1.0f; - - protected override void LoadInternal(ref ObjectModel objectModel) + public static float MAX_SUPPORTED_VERSION = 1.0f; + + protected override void LoadInternal(ref ObjectModel objectModel) { Reader r = Accessor.Reader; AutoSaveObjectModel autosave = (objectModel as AutoSaveObjectModel); @@ -21,9 +21,9 @@ namespace UniversalEditor.Plugins.AutoSave throw new InvalidDataFormatException("file does not begin with 'UE4 AutoSave'"); Version = r.ReadSingle(); - if (Version > MAX_SUPPORTED_VERSION) - { - throw new InvalidDataFormatException(String.Format("format version {0} not supported!", Version)); + if (Version > MAX_SUPPORTED_VERSION) + { + throw new InvalidDataFormatException(String.Format("format version {0} not supported!", Version)); } autosave.OriginalFileName = r.ReadNullTerminatedString(); @@ -34,99 +34,99 @@ namespace UniversalEditor.Plugins.AutoSave r.Seek(offsetToStringTable, SeekOrigin.Begin); int stringTableCount = r.ReadInt32(); - for (int i = 0; i < stringTableCount; i++) - { + for (int i = 0; i < stringTableCount; i++) + { string value = r.ReadNullTerminatedString(); - _StringTable.Add(value); + _StringTable.Add(value); } r.Accessor.LoadPosition(); object om = ReadObject(r); - if (om is ObjectModel) - { - autosave.ObjectModel = (om as ObjectModel); - } + if (om is ObjectModel) + { + autosave.ObjectModel = (om as ObjectModel); + } } - - protected override void SaveInternal(ObjectModel objectModel) - { + + protected override void SaveInternal(ObjectModel objectModel) + { Writer w = Accessor.Writer; - AutoSaveObjectModel autosave = (objectModel as AutoSaveObjectModel); + AutoSaveObjectModel autosave = (objectModel as AutoSaveObjectModel); w.AutoFlush = true; // should be removed for release - - w.WriteFixedLengthString("UE4 AutoSave"); + + w.WriteFixedLengthString("UE4 AutoSave"); w.WriteSingle(Version); - if (autosave.OriginalFileName != null) - { - w.WriteNullTerminatedString(autosave.OriginalFileName); + if (autosave.OriginalFileName != null) + { + w.WriteNullTerminatedString(autosave.OriginalFileName); } - else - { - w.WriteByte(0); + else + { + w.WriteByte(0); } // last update date time - w.WriteDateTime(DateTime.Now); + w.WriteDateTime(DateTime.Now); - MemoryAccessor ma = new MemoryAccessor(); + MemoryAccessor ma = new MemoryAccessor(); WriteObject(ma.Writer, autosave.ObjectModel); ma.Flush(); ma.Close(); - w.WriteInt64(ma.Length); // offset to string table + w.WriteInt64(ma.Length); // offset to string table w.WriteBytes(ma.ToArray()); w.WriteInt32(_StringTable.Count); for (int i = 0; i < _StringTable.Count; i++) { w.WriteNullTerminatedString(_StringTable[i]); - } + } } private System.Collections.Specialized.StringCollection _StringTable = new System.Collections.Specialized.StringCollection(); - private int MakeStringTableEntry(string value) + private int MakeStringTableEntry(string value) { if (!_StringTable.Contains(value)) _StringTable.Add(value); - return _StringTable.IndexOf(value); + return _StringTable.IndexOf(value); } - private object ReadObject(Reader r) + private object ReadObject(Reader r) { AutoSaveKnownType typeId = (AutoSaveKnownType) r.ReadInt32(); - switch (typeId) - { - case AutoSaveKnownType.Null: return null; + switch (typeId) + { + case AutoSaveKnownType.Null: return null; case AutoSaveKnownType.Object: { int index = r.ReadInt32(); - string typeName = _StringTable[index]; - break; - } - } - return null; + string typeName = _StringTable[index]; + break; + } + } + return null; } - private void WriteObject(Writer w, object o) + private void WriteObject(Writer w, object o) { - if (o == null) + if (o == null) { - w.WriteInt32((int)AutoSaveKnownType.Null); // null - return; - } - - w.WriteInt32((int)AutoSaveKnownType.Object); - + w.WriteInt32((int)AutoSaveKnownType.Null); // null + return; + } + + w.WriteInt32((int)AutoSaveKnownType.Object); + Type t = o.GetType(); - + w.WriteInt32(MakeStringTableEntry(t.FullName)); - - // public instance properties are really the only things we care about + + // public instance properties are really the only things we care about System.Reflection.PropertyInfo[] pis = t.GetProperties(System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Instance); System.Collections.Generic.List list = new System.Collections.Generic.List(); @@ -142,23 +142,23 @@ namespace UniversalEditor.Plugins.AutoSave for (int i = 0; i < list.Count; i++) { WriteProperty(w, list[i], o); - } - } - - private void WriteProperty(Writer w, PropertyInfo propertyInfo, object obj) + } + } + + private void WriteProperty(Writer w, PropertyInfo propertyInfo, object obj) { - w.WriteInt32(MakeStringTableEntry(propertyInfo.Name)); - w.WriteInt32(MakeStringTableEntry(propertyInfo.PropertyType.FullName)); - + w.WriteInt32(MakeStringTableEntry(propertyInfo.Name)); + w.WriteInt32(MakeStringTableEntry(propertyInfo.PropertyType.FullName)); + object val = propertyInfo.GetValue(obj); if (val == obj) return; - WriteValue(w, val); - } - - private void WriteValue(Writer w, object val) + WriteValue(w, val); + } + + private void WriteValue(Writer w, object val) { if (val is string) { @@ -245,7 +245,7 @@ namespace UniversalEditor.Plugins.AutoSave { w.WriteInt32((int)AutoSaveKnownType.Object); WriteObject(w, val); - } - } - } -} + } + } + } +} diff --git a/Plugins/UniversalEditor.Plugins.AutoSave/UniversalEditor.Plugins.AutoSave.csproj b/Plugins/UniversalEditor.Plugins.AutoSave/UniversalEditor.Plugins.AutoSave.csproj index ebf1fa07..39923668 100644 --- a/Plugins/UniversalEditor.Plugins.AutoSave/UniversalEditor.Plugins.AutoSave.csproj +++ b/Plugins/UniversalEditor.Plugins.AutoSave/UniversalEditor.Plugins.AutoSave.csproj @@ -63,4 +63,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Blockchain/UniversalEditor.Plugins.Blockchain.csproj b/Plugins/UniversalEditor.Plugins.Blockchain/UniversalEditor.Plugins.Blockchain.csproj index 6424fca3..6449e101 100644 --- a/Plugins/UniversalEditor.Plugins.Blockchain/UniversalEditor.Plugins.Blockchain.csproj +++ b/Plugins/UniversalEditor.Plugins.Blockchain/UniversalEditor.Plugins.Blockchain.csproj @@ -55,4 +55,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXBlock.cs b/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXBlock.cs index f90c3aa6..748eac0e 100644 --- a/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXBlock.cs +++ b/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXBlock.cs @@ -19,16 +19,16 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX +namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX { /// /// Provides metadata information for a block in an ADX-encoded audio file. - /// + /// public class ADXBlock { - /// - /// The scale is a 16bit unsigned integer (big-endian like the header) which is essentially the amplification of all the samples in that block. - /// + /// + /// The scale is a 16bit unsigned integer (big-endian like the header) which is essentially the amplification of all the samples in that block. + /// public ushort Scale { get; set; } = 0; - } -} + } +} diff --git a/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXDataFormat.cs b/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXDataFormat.cs index f4aeb697..b297fdc6 100644 --- a/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXDataFormat.cs +++ b/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXDataFormat.cs @@ -19,15 +19,15 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using UniversalEditor.IO; using UniversalEditor.ObjectModels.Multimedia.Audio.Waveform; -namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX +namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX { /// /// Provides a for manipulating audio files in ADX format. - /// + /// public class ADXDataFormat : DataFormat { public byte[] Signature { get; set; } = new byte[] { 0x80, 0x00 }; @@ -186,7 +186,7 @@ namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX _dfr.Capabilities.Add(typeof(WaveformAudioObjectModel), DataFormatCapabilities.All); } return _dfr; - } + } protected override void LoadInternal(ref ObjectModel objectModel) { @@ -197,7 +197,7 @@ namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX Reader reader = base.Accessor.Reader; throw new NotImplementedException(); - } + } protected override void SaveInternal(ObjectModel objectModel) { WaveformAudioObjectModel wave = (objectModel as WaveformAudioObjectModel); @@ -247,5 +247,5 @@ namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX // Audio data starts here! throw new NotImplementedException(); } - } -} + } +} diff --git a/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXEncodingType.cs b/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXEncodingType.cs index 6ef14fff..8c96c1cc 100644 --- a/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXEncodingType.cs +++ b/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXEncodingType.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX +namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX { /// /// Indicates the encoding type for the ADX codec. @@ -30,5 +30,5 @@ namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX ADXWithExponentialScale = 0x04, AHX10 = 0x10, AHX11 = 0x11 - } -} + } +} diff --git a/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXVersion.cs b/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXVersion.cs index 9e519074..bcb44575 100644 --- a/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXVersion.cs +++ b/Plugins/UniversalEditor.Plugins.CRI/DataFormats/Multimedia/Audio/Waveform/CRI/ADX/ADXVersion.cs @@ -18,17 +18,17 @@ // // You should have received a copy of the GNU General Public License // along with this program. If not, see . - -namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX + +namespace UniversalEditor.DataFormats.Multimedia.Audio.Waveform.CRI.ADX { /// /// Indicates the version of the ADX codec in use. - /// + /// public enum ADXVersion : byte { ADXVersion3DifferentDecoder = 0x02, ADXVersion3 = 0x03, ADXVersion4 = 0x04, ADXVersion4WithoutLooping = 0x05 - } -} + } +} diff --git a/Plugins/UniversalEditor.Plugins.CRI/UniversalEditor.Plugins.CRI.csproj b/Plugins/UniversalEditor.Plugins.CRI/UniversalEditor.Plugins.CRI.csproj index 1c740189..28bda793 100644 --- a/Plugins/UniversalEditor.Plugins.CRI/UniversalEditor.Plugins.CRI.csproj +++ b/Plugins/UniversalEditor.Plugins.CRI/UniversalEditor.Plugins.CRI.csproj @@ -92,4 +92,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Collaboration/UniversalEditor.Plugins.Collaboration.csproj b/Plugins/UniversalEditor.Plugins.Collaboration/UniversalEditor.Plugins.Collaboration.csproj index 0c1faaee..6d50a693 100644 --- a/Plugins/UniversalEditor.Plugins.Collaboration/UniversalEditor.Plugins.Collaboration.csproj +++ b/Plugins/UniversalEditor.Plugins.Collaboration/UniversalEditor.Plugins.Collaboration.csproj @@ -64,4 +64,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Database/UniversalEditor.Plugins.Database.csproj b/Plugins/UniversalEditor.Plugins.Database/UniversalEditor.Plugins.Database.csproj index d403cc78..9f0b461a 100644 --- a/Plugins/UniversalEditor.Plugins.Database/UniversalEditor.Plugins.Database.csproj +++ b/Plugins/UniversalEditor.Plugins.Database/UniversalEditor.Plugins.Database.csproj @@ -55,4 +55,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Designer/ObjectModels/Designer/Design.cs b/Plugins/UniversalEditor.Plugins.Designer/ObjectModels/Designer/Design.cs index 53170e48..b940ecbf 100644 --- a/Plugins/UniversalEditor.Plugins.Designer/ObjectModels/Designer/Design.cs +++ b/Plugins/UniversalEditor.Plugins.Designer/ObjectModels/Designer/Design.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework.Drawing; namespace UniversalEditor.ObjectModels.Designer diff --git a/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/ARCV/ARCVDataFormat.cs b/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/ARCV/ARCVDataFormat.cs index 83ff71f4..f9aa7a45 100644 --- a/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/ARCV/ARCVDataFormat.cs +++ b/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/ARCV/ARCVDataFormat.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using UniversalEditor.IO; +using UniversalEditor.IO; using UniversalEditor.ObjectModels.FileSystem; namespace UniversalEditor.DataFormats.FileSystem.ARCV diff --git a/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/BPlus/BPlusFileFlags.cs b/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/BPlus/BPlusFileFlags.cs index ec942ce1..9ce13c96 100644 --- a/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/BPlus/BPlusFileFlags.cs +++ b/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/BPlus/BPlusFileFlags.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; namespace UniversalEditor.DataFormats.FileSystem.BPlus { diff --git a/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKAdapterType.cs b/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKAdapterType.cs index 4f5fbabb..7a26ce43 100644 --- a/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKAdapterType.cs +++ b/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKAdapterType.cs @@ -19,16 +19,16 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -namespace UniversalEditor.Plugins.FileSystem.VMware +namespace UniversalEditor.Plugins.FileSystem.VMware { /// /// Indicates the type of adapter associated with a VMware VMDK disk image. - /// + /// public enum VMDKAdapterType { IDE, BusLogic, LSILogic, LegacyESX - } -} + } +} diff --git a/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKCreateType.cs b/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKCreateType.cs index 77ebfe76..d7f9fadc 100644 --- a/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKCreateType.cs +++ b/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKCreateType.cs @@ -19,11 +19,11 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -namespace UniversalEditor.Plugins.FileSystem.VMware +namespace UniversalEditor.Plugins.FileSystem.VMware { /// /// Indicates the type of disk image represented by a VMDK file. - /// + /// public enum VMDKCreateType { monolithicSparse, @@ -38,5 +38,5 @@ namespace UniversalEditor.Plugins.FileSystem.VMware vmfsRawDeviceMap, vmfsPassthroughRawDeviceMap, streamOptimized - } -} + } +} diff --git a/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKDiskGeometry.cs b/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKDiskGeometry.cs index 4bcf79fd..97621b6c 100644 --- a/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKDiskGeometry.cs +++ b/Plugins/UniversalEditor.Plugins.FileSystem/DataFormats/FileSystem/VMware/VMDKDiskGeometry.cs @@ -19,15 +19,15 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -namespace UniversalEditor.Plugins.FileSystem.VMware +namespace UniversalEditor.Plugins.FileSystem.VMware { /// /// Describes the cylinders, heads, and sectors for a VMDK disk image. - /// + /// public class VMDKDiskGeometry { public int Cylinders { get; set; } = 0; public int Heads { get; set; } = 0; public int Sectors { get; set; } = 0; - } -} + } +} diff --git a/Plugins/UniversalEditor.Plugins.Genealogy/DataFormats/FamilyTreeMaker/Windows/FTWDataFormat.cs b/Plugins/UniversalEditor.Plugins.Genealogy/DataFormats/FamilyTreeMaker/Windows/FTWDataFormat.cs index b25cd554..9ceeaf94 100644 --- a/Plugins/UniversalEditor.Plugins.Genealogy/DataFormats/FamilyTreeMaker/Windows/FTWDataFormat.cs +++ b/Plugins/UniversalEditor.Plugins.Genealogy/DataFormats/FamilyTreeMaker/Windows/FTWDataFormat.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using UniversalEditor.DataFormats.FileSystem.Microsoft.CompoundDocument; using UniversalEditor.Plugins.Genealogy.ObjectModels.FamilyTree; @@ -19,29 +19,29 @@ namespace UniversalEditor.Plugins.Genealogy.DataFormats.FamilyTreeMaker.Windows FileSystemObjectModel fsom = (objectModels.Pop () as FileSystemObjectModel); - File IND_DB = fsom.Files["IND.DB"]; - File INDGROUPS = fsom.Files["QEDIT0.DB"]; - - if (IND_DB == null) - throw new InvalidDataFormatException("IND.DB not found"); - - INDDBObjectModel objm = IND_DB.GetObjectModel(new INDDBDataFormat()); - - int maxNameLength = 0; + File IND_DB = fsom.Files["IND.DB"]; + File INDGROUPS = fsom.Files["QEDIT0.DB"]; + + if (IND_DB == null) + throw new InvalidDataFormatException("IND.DB not found"); + + INDDBObjectModel objm = IND_DB.GetObjectModel(new INDDBDataFormat()); + + int maxNameLength = 0; foreach (INDDBRecord item in objm.Items) - { + { Console.WriteLine("{0} {1}", item.name.PadRight(40, ' '), item.testdt.ToString()); if (item.name.Length > maxNameLength) maxNameLength = item.name.Length; - } - - Console.WriteLine(); - - INDGROUPSObjectModel objm1 = INDGROUPS.GetObjectModel(new INDGROUPSDataFormat()); - + } + + Console.WriteLine(); + + INDGROUPSObjectModel objm1 = INDGROUPS.GetObjectModel(new INDGROUPSDataFormat()); + foreach (INDGROUPSRecord rec in objm1.Items) - { + { Console.WriteLine("{0}", rec.name); - } + } FamilyTreeObjectModel ft = (objectModels.Pop () as FamilyTreeObjectModel); } diff --git a/Plugins/UniversalEditor.Plugins.MTP/UniversalEditor.Plugins.MTP.csproj b/Plugins/UniversalEditor.Plugins.MTP/UniversalEditor.Plugins.MTP.csproj index 60475460..86e86dee 100644 --- a/Plugins/UniversalEditor.Plugins.MTP/UniversalEditor.Plugins.MTP.csproj +++ b/Plugins/UniversalEditor.Plugins.MTP/UniversalEditor.Plugins.MTP.csproj @@ -59,4 +59,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Microsoft.Xaml/DataFormats/BAML/BAMLDataFormat.cs b/Plugins/UniversalEditor.Plugins.Microsoft.Xaml/DataFormats/BAML/BAMLDataFormat.cs index dd5f7a72..ec0efd65 100644 --- a/Plugins/UniversalEditor.Plugins.Microsoft.Xaml/DataFormats/BAML/BAMLDataFormat.cs +++ b/Plugins/UniversalEditor.Plugins.Microsoft.Xaml/DataFormats/BAML/BAMLDataFormat.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using UniversalEditor; using UniversalEditor.IO; using UniversalEditor.Plugins.Microsoft.Xaml.ObjectModels.XAML; diff --git a/Plugins/UniversalEditor.Plugins.Microsoft.Xaml/UniversalEditor.Plugins.Microsoft.Xaml.csproj b/Plugins/UniversalEditor.Plugins.Microsoft.Xaml/UniversalEditor.Plugins.Microsoft.Xaml.csproj index f3c256d5..0b24e511 100644 --- a/Plugins/UniversalEditor.Plugins.Microsoft.Xaml/UniversalEditor.Plugins.Microsoft.Xaml.csproj +++ b/Plugins/UniversalEditor.Plugins.Microsoft.Xaml/UniversalEditor.Plugins.Microsoft.Xaml.csproj @@ -52,4 +52,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDFeatures.cs b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDFeatures.cs index 4593b352..fe4d732f 100644 --- a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDFeatures.cs +++ b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDFeatures.cs @@ -18,25 +18,25 @@ // // You should have received a copy of the GNU General Public License // along with this program. If not, see . - -namespace UniversalEditor.DataFormats.FileSystem.Microsoft.VirtualHardDisk + +namespace UniversalEditor.DataFormats.FileSystem.Microsoft.VirtualHardDisk { - /// - /// Indicates the special features enabled for the virtual hard disk. - /// - public enum VHDFeatures - { - /// - /// The hard disk image has no special features enabled in it. - /// - None = 0, - /// - /// This bit is set if the current disk is a temporary disk. A temporary disk designation indicates to an application that this disk is a candidate for deletion on shutdown. - /// - Temporary = 1, - /// - /// This bit must always be set to 1. - /// - Reserved = 2 - } -} + /// + /// Indicates the special features enabled for the virtual hard disk. + /// + public enum VHDFeatures + { + /// + /// The hard disk image has no special features enabled in it. + /// + None = 0, + /// + /// This bit is set if the current disk is a temporary disk. A temporary disk designation indicates to an application that this disk is a candidate for deletion on shutdown. + /// + Temporary = 1, + /// + /// This bit must always be set to 1. + /// + Reserved = 2 + } +} diff --git a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskDynamicHeader.cs b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskDynamicHeader.cs index 4bd28f6b..70649a03 100644 --- a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskDynamicHeader.cs +++ b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskDynamicHeader.cs @@ -1,23 +1,23 @@ -// -// VHDHardDiskDynamicHeader.cs - represents the header in a dynamic virtual hard disk -// -// Author: -// Michael Becker -// -// Copyright (c) 2010-2020 Mike Becker's Software -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// +// VHDHardDiskDynamicHeader.cs - represents the header in a dynamic virtual hard disk +// +// Author: +// Michael Becker +// +// Copyright (c) 2010-2020 Mike Becker's Software +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . namespace UniversalEditor.DataFormats.FileSystem.Microsoft.VirtualHardDisk { diff --git a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskFooter.cs b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskFooter.cs index 5defd06f..e15db188 100644 --- a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskFooter.cs +++ b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskFooter.cs @@ -1,26 +1,26 @@ -// -// VHDHardDiskFooter.cs - represents the footer in a Microsoft Virtual PC VHD file -// -// Author: -// Michael Becker -// -// Copyright (c) 2010-2020 Mike Becker's Software -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License +// +// VHDHardDiskFooter.cs - represents the footer in a Microsoft Virtual PC VHD file +// +// Author: +// Michael Becker +// +// Copyright (c) 2010-2020 Mike Becker's Software +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License // along with this program. If not, see . namespace UniversalEditor.DataFormats.FileSystem.Microsoft.VirtualHardDisk -{ +{ /// /// Represents the footer in a Microsoft Virtual PC VHD file. /// diff --git a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskGeometry.cs b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskGeometry.cs index dac9db42..89be743f 100644 --- a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskGeometry.cs +++ b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskGeometry.cs @@ -1,26 +1,26 @@ -// -// VHDHardDiskGeometry.cs - describes the geometry of a virtual hard disk in Microsoft Virtual PC VHD format -// -// Author: -// Michael Becker -// -// Copyright (c) 2010-2020 Mike Becker's Software -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// +// VHDHardDiskGeometry.cs - describes the geometry of a virtual hard disk in Microsoft Virtual PC VHD format +// +// Author: +// Michael Becker +// +// Copyright (c) 2010-2020 Mike Becker's Software +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . namespace UniversalEditor.DataFormats.FileSystem.Microsoft.VirtualHardDisk -{ +{ /// /// Describes the geometry of a virtual hard disk in Microsoft Virtual PC VHD format. /// diff --git a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskParentLocatorEntry.cs b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskParentLocatorEntry.cs index 47bfb28f..67d439ed 100644 --- a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskParentLocatorEntry.cs +++ b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskParentLocatorEntry.cs @@ -1,26 +1,26 @@ -// -// VHDHardDiskParentLocatorEntry.cs - describes the parent locator entry for a Microsoft Virtual PC VHD virtual hard disk -// -// Author: -// Michael Becker -// -// Copyright (c) 2010-2020 Mike Becker's Software -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// +// VHDHardDiskParentLocatorEntry.cs - describes the parent locator entry for a Microsoft Virtual PC VHD virtual hard disk +// +// Author: +// Michael Becker +// +// Copyright (c) 2010-2020 Mike Becker's Software +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . namespace UniversalEditor.DataFormats.FileSystem.Microsoft.VirtualHardDisk -{ +{ /// /// Describes the parent locator entry for a Microsoft Virtual PC VHD virtual hard disk. /// diff --git a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskType.cs b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskType.cs index 8312a770..0033781c 100644 --- a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskType.cs +++ b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/FileSystem/Microsoft/VirtualHardDisk/VHDHardDiskType.cs @@ -19,21 +19,21 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; - -namespace UniversalEditor.DataFormats.FileSystem.Microsoft.VirtualHardDisk +using System; + +namespace UniversalEditor.DataFormats.FileSystem.Microsoft.VirtualHardDisk { - /// - /// Indicates the type of virtual hard disk represented by the VHD file. - /// - public enum VHDHardDiskType - { - None = 0, - Reserved1 = 1, - Fixed = 2, - Dynamic = 3, - Differencing = 4, - Reserved5 = 5, - Reserved6 = 6 - } -} + /// + /// Indicates the type of virtual hard disk represented by the VHD file. + /// + public enum VHDHardDiskType + { + None = 0, + Reserved1 = 1, + Fixed = 2, + Dynamic = 3, + Differencing = 4, + Reserved5 = 5, + Reserved6 = 6 + } +} diff --git a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/PropertyList/Registry/MicrosoftRegistryDataFormat.cs b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/PropertyList/Registry/MicrosoftRegistryDataFormat.cs index 854b0b8e..4001f418 100644 --- a/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/PropertyList/Registry/MicrosoftRegistryDataFormat.cs +++ b/Plugins/UniversalEditor.Plugins.Microsoft/DataFormats/PropertyList/Registry/MicrosoftRegistryDataFormat.cs @@ -19,9 +19,9 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using MBS.Framework; -using UniversalEditor.IO; +using UniversalEditor.IO; using UniversalEditor.ObjectModels.PropertyList; using UniversalEditor.UserInterface; diff --git a/Plugins/UniversalEditor.Plugins.Multimedia/DataFormats/Multimedia/Audio/Synthesized/ExtendedMIDI/XMIDataFormat.cs b/Plugins/UniversalEditor.Plugins.Multimedia/DataFormats/Multimedia/Audio/Synthesized/ExtendedMIDI/XMIDataFormat.cs index d52e9cf9..c2b27d52 100644 --- a/Plugins/UniversalEditor.Plugins.Multimedia/DataFormats/Multimedia/Audio/Synthesized/ExtendedMIDI/XMIDataFormat.cs +++ b/Plugins/UniversalEditor.Plugins.Multimedia/DataFormats/Multimedia/Audio/Synthesized/ExtendedMIDI/XMIDataFormat.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; +using System; using System.Collections.Generic; using UniversalEditor.Accessors; using UniversalEditor.DataFormats.Chunked.RIFF; diff --git a/Plugins/UniversalEditor.Plugins.Multimedia/ObjectModels/Multimedia/Audio/Synthesized/SynthesizedAudioObjectModel.cs b/Plugins/UniversalEditor.Plugins.Multimedia/ObjectModels/Multimedia/Audio/Synthesized/SynthesizedAudioObjectModel.cs index 72784c03..82e3a37b 100644 --- a/Plugins/UniversalEditor.Plugins.Multimedia/ObjectModels/Multimedia/Audio/Synthesized/SynthesizedAudioObjectModel.cs +++ b/Plugins/UniversalEditor.Plugins.Multimedia/ObjectModels/Multimedia/Audio/Synthesized/SynthesizedAudioObjectModel.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System.Collections.Generic; +using System.Collections.Generic; using UniversalEditor.ObjectModels.Multimedia.Audio.Voicebank; namespace UniversalEditor.ObjectModels.Multimedia.Audio.Synthesized diff --git a/Plugins/UniversalEditor.Plugins.Office/UniversalEditor.Plugins.Office.csproj b/Plugins/UniversalEditor.Plugins.Office/UniversalEditor.Plugins.Office.csproj index 10bf4b32..744d2978 100644 --- a/Plugins/UniversalEditor.Plugins.Office/UniversalEditor.Plugins.Office.csproj +++ b/Plugins/UniversalEditor.Plugins.Office/UniversalEditor.Plugins.Office.csproj @@ -91,4 +91,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Scientific/UniversalEditor.Plugins.Scientific.csproj b/Plugins/UniversalEditor.Plugins.Scientific/UniversalEditor.Plugins.Scientific.csproj index 44d7316c..1b9ad27e 100644 --- a/Plugins/UniversalEditor.Plugins.Scientific/UniversalEditor.Plugins.Scientific.csproj +++ b/Plugins/UniversalEditor.Plugins.Scientific/UniversalEditor.Plugins.Scientific.csproj @@ -58,4 +58,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Sega/UniversalEditor.Plugins.Sega.csproj b/Plugins/UniversalEditor.Plugins.Sega/UniversalEditor.Plugins.Sega.csproj index 205a2585..7e1d32a8 100644 --- a/Plugins/UniversalEditor.Plugins.Sega/UniversalEditor.Plugins.Sega.csproj +++ b/Plugins/UniversalEditor.Plugins.Sega/UniversalEditor.Plugins.Sega.csproj @@ -74,4 +74,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Sony/UniversalEditor.Plugins.Sony.csproj b/Plugins/UniversalEditor.Plugins.Sony/UniversalEditor.Plugins.Sony.csproj index d0074139..0ebbd985 100644 --- a/Plugins/UniversalEditor.Plugins.Sony/UniversalEditor.Plugins.Sony.csproj +++ b/Plugins/UniversalEditor.Plugins.Sony/UniversalEditor.Plugins.Sony.csproj @@ -58,4 +58,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Synalysis/UniversalEditor.Plugins.Synalysis.csproj b/Plugins/UniversalEditor.Plugins.Synalysis/UniversalEditor.Plugins.Synalysis.csproj index a986b2f1..a94ececc 100644 --- a/Plugins/UniversalEditor.Plugins.Synalysis/UniversalEditor.Plugins.Synalysis.csproj +++ b/Plugins/UniversalEditor.Plugins.Synalysis/UniversalEditor.Plugins.Synalysis.csproj @@ -52,4 +52,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Vocaloid/DataFormats/Multimedia/Audio/Synthesized/Vocaloid/VPR/VPRProjectZIPDataFormat.cs b/Plugins/UniversalEditor.Plugins.Vocaloid/DataFormats/Multimedia/Audio/Synthesized/Vocaloid/VPR/VPRProjectZIPDataFormat.cs index e80efc42..e0c7e4eb 100644 --- a/Plugins/UniversalEditor.Plugins.Vocaloid/DataFormats/Multimedia/Audio/Synthesized/Vocaloid/VPR/VPRProjectZIPDataFormat.cs +++ b/Plugins/UniversalEditor.Plugins.Vocaloid/DataFormats/Multimedia/Audio/Synthesized/Vocaloid/VPR/VPRProjectZIPDataFormat.cs @@ -19,7 +19,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System.Collections.Generic; +using System.Collections.Generic; using UniversalEditor.Accessors; using UniversalEditor.DataFormats.FileSystem.ZIP; using UniversalEditor.ObjectModels.FileSystem; diff --git a/Plugins/UniversalEditor.Plugins.Vocaloid/UniversalEditor.Plugins.Vocaloid.csproj b/Plugins/UniversalEditor.Plugins.Vocaloid/UniversalEditor.Plugins.Vocaloid.csproj index 657b4c60..4528effb 100644 --- a/Plugins/UniversalEditor.Plugins.Vocaloid/UniversalEditor.Plugins.Vocaloid.csproj +++ b/Plugins/UniversalEditor.Plugins.Vocaloid/UniversalEditor.Plugins.Vocaloid.csproj @@ -82,4 +82,4 @@ - + diff --git a/Plugins/UniversalEditor.Plugins.Webfoot/UniversalEditor.Plugins.Webfoot.csproj b/Plugins/UniversalEditor.Plugins.Webfoot/UniversalEditor.Plugins.Webfoot.csproj index 59a64ead..61448d5b 100644 --- a/Plugins/UniversalEditor.Plugins.Webfoot/UniversalEditor.Plugins.Webfoot.csproj +++ b/Plugins/UniversalEditor.Plugins.Webfoot/UniversalEditor.Plugins.Webfoot.csproj @@ -58,4 +58,4 @@ - + diff --git a/UniversalEditor.Compiler.targets b/UniversalEditor.Compiler.targets deleted file mode 100644 index 1c67c965..00000000 --- a/UniversalEditor.Compiler.targets +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/UniversalEditor.MSBuild.Tasks.dll b/UniversalEditor.MSBuild.Tasks.dll deleted file mode 120000 index 2274f1d0..00000000 --- a/UniversalEditor.MSBuild.Tasks.dll +++ /dev/null @@ -1 +0,0 @@ -Output/Debug/UniversalEditor.MSBuild.Tasks.dll \ No newline at end of file diff --git a/UniversalEditor.sln b/UniversalEditor.sln index fdbb3753..2b5e1af1 100644 --- a/UniversalEditor.sln +++ b/UniversalEditor.sln @@ -181,22 +181,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.Doc EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.Setup.UserInterface", "Plugins.UserInterface\UniversalEditor.Plugins.Setup.UserInterface\UniversalEditor.Plugins.Setup.UserInterface.csproj", "{047F47EF-2A68-45A6-9F81-4EB499D9FB06}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extensions", "Extensions", "{5E4765D1-3959-4433-8E9C-992E26D7BE62}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Extensions.SoftwareDeveloper", "Extensions\UniversalEditor.Extensions.SoftwareDeveloper\UniversalEditor.Extensions.SoftwareDeveloper.csproj", "{8A0618F6-4FE6-4BA2-81DE-87C222235FBE}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.MSBuild.Tasks", "Libraries\UniversalEditor.MSBuild.Tasks\UniversalEditor.MSBuild.Tasks.csproj", "{676D52A3-F285-4F58-B7A8-7BF415E3F733}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Compiler", "Applications\UniversalEditor.Compiler\UniversalEditor.Compiler.csproj", "{5E639F63-97B0-4B34-8928-29A5A3C661F4}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.Scientific.UserInterface", "Plugins.UserInterface\UniversalEditor.Plugins.Scientific.UserInterface\UniversalEditor.Plugins.Scientific.UserInterface.csproj", "{5F7935DF-55DF-44AC-8B0F-A395658AD7E0}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.Scientific", "Plugins\UniversalEditor.Plugins.Scientific\UniversalEditor.Plugins.Scientific.csproj", "{B9E4DD2F-A059-476F-823A-1AA8C1970663}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Extensions.Scientific", "Extensions\UniversalEditor.Extensions.Scientific\UniversalEditor.Extensions.Scientific.csproj", "{D46D9232-F585-4552-B3CA-6B0F284B746A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Extensions.Abomination", "Extensions\UniversalEditor.Extensions.Abomination\UniversalEditor.Extensions.Abomination.csproj", "{D1FB19C4-025E-4D4A-8532-4196AFCC8813}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Content", "Content", "{63E2F10F-27A6-4BAA-BF4A-4422D0934E91}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MBS.Framework.UserInterface.Content.PlatformIndependent", "..\MBS.Framework.UserInterface\Content\MBS.Framework.UserInterface.Content.PlatformIndependent\MBS.Framework.UserInterface.Content.PlatformIndependent.csproj", "{FAE48F29-DB35-4CD6-8A55-6C1FDDFBE6AF}" @@ -217,6 +207,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.Blo EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Plugins.AutoSave", "Plugins\UniversalEditor.Plugins.AutoSave\UniversalEditor.Plugins.AutoSave.csproj", "{385AB5A6-3EB6-4DF6-A7BF-DF9FFE43F192}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalEditor.Compiler", "Applications\UniversalEditor.Compiler\UniversalEditor.Compiler.csproj", "{5E639F63-97B0-4B34-8928-29A5A3C661F4}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -561,18 +553,10 @@ Global {047F47EF-2A68-45A6-9F81-4EB499D9FB06}.Debug|Any CPU.Build.0 = Debug|Any CPU {047F47EF-2A68-45A6-9F81-4EB499D9FB06}.Release|Any CPU.ActiveCfg = Release|Any CPU {047F47EF-2A68-45A6-9F81-4EB499D9FB06}.Release|Any CPU.Build.0 = Release|Any CPU - {8A0618F6-4FE6-4BA2-81DE-87C222235FBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8A0618F6-4FE6-4BA2-81DE-87C222235FBE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8A0618F6-4FE6-4BA2-81DE-87C222235FBE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8A0618F6-4FE6-4BA2-81DE-87C222235FBE}.Release|Any CPU.Build.0 = Release|Any CPU {676D52A3-F285-4F58-B7A8-7BF415E3F733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {676D52A3-F285-4F58-B7A8-7BF415E3F733}.Debug|Any CPU.Build.0 = Debug|Any CPU {676D52A3-F285-4F58-B7A8-7BF415E3F733}.Release|Any CPU.ActiveCfg = Release|Any CPU {676D52A3-F285-4F58-B7A8-7BF415E3F733}.Release|Any CPU.Build.0 = Release|Any CPU - {5E639F63-97B0-4B34-8928-29A5A3C661F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5E639F63-97B0-4B34-8928-29A5A3C661F4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5E639F63-97B0-4B34-8928-29A5A3C661F4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5E639F63-97B0-4B34-8928-29A5A3C661F4}.Release|Any CPU.Build.0 = Release|Any CPU {5F7935DF-55DF-44AC-8B0F-A395658AD7E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5F7935DF-55DF-44AC-8B0F-A395658AD7E0}.Debug|Any CPU.Build.0 = Debug|Any CPU {5F7935DF-55DF-44AC-8B0F-A395658AD7E0}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -581,14 +565,6 @@ Global {B9E4DD2F-A059-476F-823A-1AA8C1970663}.Debug|Any CPU.Build.0 = Debug|Any CPU {B9E4DD2F-A059-476F-823A-1AA8C1970663}.Release|Any CPU.ActiveCfg = Release|Any CPU {B9E4DD2F-A059-476F-823A-1AA8C1970663}.Release|Any CPU.Build.0 = Release|Any CPU - {D46D9232-F585-4552-B3CA-6B0F284B746A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D46D9232-F585-4552-B3CA-6B0F284B746A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D46D9232-F585-4552-B3CA-6B0F284B746A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D46D9232-F585-4552-B3CA-6B0F284B746A}.Release|Any CPU.Build.0 = Release|Any CPU - {D1FB19C4-025E-4D4A-8532-4196AFCC8813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D1FB19C4-025E-4D4A-8532-4196AFCC8813}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D1FB19C4-025E-4D4A-8532-4196AFCC8813}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D1FB19C4-025E-4D4A-8532-4196AFCC8813}.Release|Any CPU.Build.0 = Release|Any CPU {FAE48F29-DB35-4CD6-8A55-6C1FDDFBE6AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FAE48F29-DB35-4CD6-8A55-6C1FDDFBE6AF}.Debug|Any CPU.Build.0 = Debug|Any CPU {FAE48F29-DB35-4CD6-8A55-6C1FDDFBE6AF}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -625,6 +601,10 @@ Global {385AB5A6-3EB6-4DF6-A7BF-DF9FFE43F192}.Debug|Any CPU.Build.0 = Debug|Any CPU {385AB5A6-3EB6-4DF6-A7BF-DF9FFE43F192}.Release|Any CPU.ActiveCfg = Release|Any CPU {385AB5A6-3EB6-4DF6-A7BF-DF9FFE43F192}.Release|Any CPU.Build.0 = Release|Any CPU + {5E639F63-97B0-4B34-8928-29A5A3C661F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5E639F63-97B0-4B34-8928-29A5A3C661F4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5E639F63-97B0-4B34-8928-29A5A3C661F4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5E639F63-97B0-4B34-8928-29A5A3C661F4}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(NestedProjects) = preSolution {6F0AB1AF-E1A1-4D19-B19C-05BBB15C94B2} = {05D15661-E684-4EC9-8FBD-C014BA433CC5} @@ -710,13 +690,9 @@ Global {317CDFBC-9B41-4157-B2C0-D37E2BCEB42B} = {7B535D74-5496-4802-B809-89ED88274A91} {2EAA8C7E-F8EE-4567-9B5D-481D6FB18268} = {7B535D74-5496-4802-B809-89ED88274A91} {047F47EF-2A68-45A6-9F81-4EB499D9FB06} = {7B535D74-5496-4802-B809-89ED88274A91} - {8A0618F6-4FE6-4BA2-81DE-87C222235FBE} = {5E4765D1-3959-4433-8E9C-992E26D7BE62} {676D52A3-F285-4F58-B7A8-7BF415E3F733} = {0399182F-AF56-4E86-B229-EAB38C2EE6AF} - {5E639F63-97B0-4B34-8928-29A5A3C661F4} = {05D15661-E684-4EC9-8FBD-C014BA433CC5} {5F7935DF-55DF-44AC-8B0F-A395658AD7E0} = {7B535D74-5496-4802-B809-89ED88274A91} {B9E4DD2F-A059-476F-823A-1AA8C1970663} = {2ED32D16-6C06-4450-909A-40D32DA67FB4} - {D46D9232-F585-4552-B3CA-6B0F284B746A} = {5E4765D1-3959-4433-8E9C-992E26D7BE62} - {D1FB19C4-025E-4D4A-8532-4196AFCC8813} = {5E4765D1-3959-4433-8E9C-992E26D7BE62} {63E2F10F-27A6-4BAA-BF4A-4422D0934E91} = {20F315E0-52AE-479F-AF43-3402482C1FC8} {FAE48F29-DB35-4CD6-8A55-6C1FDDFBE6AF} = {63E2F10F-27A6-4BAA-BF4A-4422D0934E91} {77C96685-268E-4CAD-867E-C19BBBEB1F3F} = {7B535D74-5496-4802-B809-89ED88274A91} @@ -727,6 +703,7 @@ Global {C54F6BCD-60CD-4603-B0C9-CD0864455CB1} = {2ED32D16-6C06-4450-909A-40D32DA67FB4} {B6E600F5-E5BC-4DC2-8B41-7B11EB0A11B3} = {7B535D74-5496-4802-B809-89ED88274A91} {385AB5A6-3EB6-4DF6-A7BF-DF9FFE43F192} = {2ED32D16-6C06-4450-909A-40D32DA67FB4} + {5E639F63-97B0-4B34-8928-29A5A3C661F4} = {05D15661-E684-4EC9-8FBD-C014BA433CC5} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution Policies = $0 diff --git a/after.UniversalEditor.sln.targets b/after.UniversalEditor.sln.targets deleted file mode 100644 index 66fcecc9..00000000 --- a/after.UniversalEditor.sln.targets +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/firstrun.sh b/firstrun.sh index d5e3d900..e0f98c7c 100755 --- a/firstrun.sh +++ b/firstrun.sh @@ -20,6 +20,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +APPNAME=UniversalEditor WD=$(pwd) # ================ INSTALL PACKAGE DEPENDENCIES FROM OFFICIAL REPOSITORY ================ @@ -89,6 +90,9 @@ cd $WD # install other junk sudo cp MainIcon.png /usr/share/icons/universal-editor.png +# link Production.snk to UniversalEditor.snk +ln -s ../Production.snk $(APPNAME).snk + # start the build msbuild diff --git a/uecc.exe b/uecc.exe deleted file mode 120000 index 95935a8a..00000000 --- a/uecc.exe +++ /dev/null @@ -1 +0,0 @@ -Output/Debug/uecc.exe \ No newline at end of file