From d22fb30fb35730c0240ec7ce89c1141213e9b07a Mon Sep 17 00:00:00 2001 From: "ankostis@host:STUW025" <ankostis@gmail.com> Date: Mon, 19 May 2014 19:58:38 +0200 Subject: [PATCH] RENAME project folder to remove version info. --- CSE.sln | 2 +- {CSE2.01 => CSE}/App.config | 0 {CSE2.01 => CSE}/CSE.vbproj | 0 {CSE2.01 => CSE}/CSE_Globals.vb | 0 {CSE2.01 => CSE}/CSE_Types.vb | 0 .../Calculation/Minor_routines_calculate.vb | 0 .../Calculation/Signal_identification.vb | 0 .../Calculation/main_calculation_call.vb | 0 .../Calculation/sub_linear_regression.vb | 0 {CSE2.01 => CSE}/Classes/CResult.vb | 0 {CSE2.01 => CSE}/Classes/cGenShp.vb | 0 {CSE2.01 => CSE}/Classes/cMSC.vb | 0 {CSE2.01 => CSE}/Classes/cUTMCoord.vb | 0 {CSE2.01 => CSE}/Classes/cValidSec.vb | 0 {CSE2.01 => CSE}/Classes/cVehicle.vb | 0 {CSE2.01 => CSE}/Classes/cVirtMSC.vb | 0 {CSE2.01 => CSE}/Classes/csKey.vb | 0 {CSE2.01 => CSE}/Export/Minor_routines_output.vb | 0 {CSE2.01 => CSE}/Export/OutputTest.vb | 0 {CSE2.01 => CSE}/Export/output.vb | 0 {CSE2.01 => CSE}/GUI/CSEMain.Designer.vb | 0 {CSE2.01 => CSE}/GUI/CSEMain.resx | 0 {CSE2.01 => CSE}/GUI/CSEMain.vb | 0 {CSE2.01 => CSE}/GUI/CSE_Config.designer.vb | 0 {CSE2.01 => CSE}/GUI/CSE_Config.resx | 0 {CSE2.01 => CSE}/GUI/CSE_Config.vb | 0 {CSE2.01 => CSE}/GUI/CSE_Info.Designer.vb | 0 {CSE2.01 => CSE}/GUI/CSE_Info.resx | 0 {CSE2.01 => CSE}/GUI/CSE_Info.vb | 0 {CSE2.01 => CSE}/GUI/Export_GUI.vb | 0 {CSE2.01 => CSE}/GUI/FB_Dialog.Designer.vb | 0 {CSE2.01 => CSE}/GUI/FB_Dialog.resx | 0 {CSE2.01 => CSE}/GUI/FB_Dialog.vb | 0 {CSE2.01 => CSE}/GUI/FB_FavDlog.Designer.vb | 0 {CSE2.01 => CSE}/GUI/FB_FavDlog.resx | 0 {CSE2.01 => CSE}/GUI/FB_FavDlog.vb | 0 {CSE2.01 => CSE}/GUI/cFileBrowser.vb | 0 {CSE2.01 => CSE}/GUI/minor_routines_GUI.vb | 0 {CSE2.01 => CSE}/Import/read_input.vb | 0 {CSE2.01 => CSE}/My Project/Application.Designer.vb | 0 {CSE2.01 => CSE}/My Project/Application.myapp | 0 {CSE2.01 => CSE}/My Project/AssemblyInfo.vb | 0 {CSE2.01 => CSE}/My Project/Resources.Designer.vb | 0 {CSE2.01 => CSE}/My Project/Resources.resx | 0 {CSE2.01 => CSE}/My Project/Settings.Designer.vb | 0 {CSE2.01 => CSE}/My Project/Settings.settings | 0 {CSE2.01 => CSE}/Resources/Beenden.png | Bin {CSE2.01 => CSE}/Resources/CSE.ico | Bin {CSE2.01 => CSE}/Resources/FVT_91x39.png | Bin {CSE2.01 => CSE}/Resources/Help.png | Bin {CSE2.01 => CSE}/Resources/IVT_About.png | Bin {CSE2.01 => CSE}/Resources/Icon.ico | Bin {CSE2.01 => CSE}/Resources/Info.png | Bin {CSE2.01 => CSE}/Resources/JRC-About.png | Bin {CSE2.01 => CSE}/Resources/Licencefile.png | Bin {CSE2.01 => CSE}/Resources/Log-File.png | Bin {CSE2.01 => CSE}/Resources/Neu.png | Bin {CSE2.01 => CSE}/Resources/Optionen.png | Bin {CSE2.01 => CSE}/Resources/Speichern.png | Bin {CSE2.01 => CSE}/Resources/Speichern_unter.png | Bin {CSE2.01 => CSE}/Resources/TUG_91x34.png | Bin {CSE2.01 => CSE}/Resources/VECTO-About.png | Bin {CSE2.01 => CSE}/Resources/VECTO_LOGO.png | Bin {CSE2.01 => CSE}/Resources/export_excel.png | Bin {CSE2.01 => CSE}/Resources/minus-circle-icon.png | Bin {CSE2.01 => CSE}/Resources/plus-circle-icon.png | Bin .../Resources/\303\226ffnen.png" | Bin {CSE2.01 => CSE}/Tools/ApplicationEvents.vb | 0 {CSE2.01 => CSE}/Tools/Minor_routines.vb | 0 {CSE2.01 => CSE}/Tools/cFile_v3.vb | 0 {CSE2.01 => CSE}/declaration_public.vb | 2 +- 71 files changed, 2 insertions(+), 2 deletions(-) rename {CSE2.01 => CSE}/App.config (100%) rename {CSE2.01 => CSE}/CSE.vbproj (100%) rename {CSE2.01 => CSE}/CSE_Globals.vb (100%) rename {CSE2.01 => CSE}/CSE_Types.vb (100%) rename {CSE2.01 => CSE}/Calculation/Minor_routines_calculate.vb (100%) rename {CSE2.01 => CSE}/Calculation/Signal_identification.vb (100%) rename {CSE2.01 => CSE}/Calculation/main_calculation_call.vb (100%) rename {CSE2.01 => CSE}/Calculation/sub_linear_regression.vb (100%) rename {CSE2.01 => CSE}/Classes/CResult.vb (100%) rename {CSE2.01 => CSE}/Classes/cGenShp.vb (100%) rename {CSE2.01 => CSE}/Classes/cMSC.vb (100%) rename {CSE2.01 => CSE}/Classes/cUTMCoord.vb (100%) rename {CSE2.01 => CSE}/Classes/cValidSec.vb (100%) rename {CSE2.01 => CSE}/Classes/cVehicle.vb (100%) rename {CSE2.01 => CSE}/Classes/cVirtMSC.vb (100%) rename {CSE2.01 => CSE}/Classes/csKey.vb (100%) rename {CSE2.01 => CSE}/Export/Minor_routines_output.vb (100%) rename {CSE2.01 => CSE}/Export/OutputTest.vb (100%) rename {CSE2.01 => CSE}/Export/output.vb (100%) rename {CSE2.01 => CSE}/GUI/CSEMain.Designer.vb (100%) rename {CSE2.01 => CSE}/GUI/CSEMain.resx (100%) rename {CSE2.01 => CSE}/GUI/CSEMain.vb (100%) rename {CSE2.01 => CSE}/GUI/CSE_Config.designer.vb (100%) rename {CSE2.01 => CSE}/GUI/CSE_Config.resx (100%) rename {CSE2.01 => CSE}/GUI/CSE_Config.vb (100%) rename {CSE2.01 => CSE}/GUI/CSE_Info.Designer.vb (100%) rename {CSE2.01 => CSE}/GUI/CSE_Info.resx (100%) rename {CSE2.01 => CSE}/GUI/CSE_Info.vb (100%) rename {CSE2.01 => CSE}/GUI/Export_GUI.vb (100%) rename {CSE2.01 => CSE}/GUI/FB_Dialog.Designer.vb (100%) rename {CSE2.01 => CSE}/GUI/FB_Dialog.resx (100%) rename {CSE2.01 => CSE}/GUI/FB_Dialog.vb (100%) rename {CSE2.01 => CSE}/GUI/FB_FavDlog.Designer.vb (100%) rename {CSE2.01 => CSE}/GUI/FB_FavDlog.resx (100%) rename {CSE2.01 => CSE}/GUI/FB_FavDlog.vb (100%) rename {CSE2.01 => CSE}/GUI/cFileBrowser.vb (100%) rename {CSE2.01 => CSE}/GUI/minor_routines_GUI.vb (100%) rename {CSE2.01 => CSE}/Import/read_input.vb (100%) rename {CSE2.01 => CSE}/My Project/Application.Designer.vb (100%) rename {CSE2.01 => CSE}/My Project/Application.myapp (100%) rename {CSE2.01 => CSE}/My Project/AssemblyInfo.vb (100%) rename {CSE2.01 => CSE}/My Project/Resources.Designer.vb (100%) rename {CSE2.01 => CSE}/My Project/Resources.resx (100%) rename {CSE2.01 => CSE}/My Project/Settings.Designer.vb (100%) rename {CSE2.01 => CSE}/My Project/Settings.settings (100%) rename {CSE2.01 => CSE}/Resources/Beenden.png (100%) rename {CSE2.01 => CSE}/Resources/CSE.ico (100%) rename {CSE2.01 => CSE}/Resources/FVT_91x39.png (100%) rename {CSE2.01 => CSE}/Resources/Help.png (100%) rename {CSE2.01 => CSE}/Resources/IVT_About.png (100%) rename {CSE2.01 => CSE}/Resources/Icon.ico (100%) rename {CSE2.01 => CSE}/Resources/Info.png (100%) rename {CSE2.01 => CSE}/Resources/JRC-About.png (100%) rename {CSE2.01 => CSE}/Resources/Licencefile.png (100%) rename {CSE2.01 => CSE}/Resources/Log-File.png (100%) rename {CSE2.01 => CSE}/Resources/Neu.png (100%) rename {CSE2.01 => CSE}/Resources/Optionen.png (100%) rename {CSE2.01 => CSE}/Resources/Speichern.png (100%) rename {CSE2.01 => CSE}/Resources/Speichern_unter.png (100%) rename {CSE2.01 => CSE}/Resources/TUG_91x34.png (100%) rename {CSE2.01 => CSE}/Resources/VECTO-About.png (100%) rename {CSE2.01 => CSE}/Resources/VECTO_LOGO.png (100%) rename {CSE2.01 => CSE}/Resources/export_excel.png (100%) rename {CSE2.01 => CSE}/Resources/minus-circle-icon.png (100%) rename {CSE2.01 => CSE}/Resources/plus-circle-icon.png (100%) rename "CSE2.01/Resources/\303\226ffnen.png" => "CSE/Resources/\303\226ffnen.png" (100%) rename {CSE2.01 => CSE}/Tools/ApplicationEvents.vb (100%) rename {CSE2.01 => CSE}/Tools/Minor_routines.vb (100%) rename {CSE2.01 => CSE}/Tools/cFile_v3.vb (100%) rename {CSE2.01 => CSE}/declaration_public.vb (99%) diff --git a/CSE.sln b/CSE.sln index c65c845..9bfab49 100644 --- a/CSE.sln +++ b/CSE.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CSE", "CSE2.01\CSE.vbproj", "{6845E24A-D1E7-4B28-92E7-2EBF850F044B}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CSE", "CSE\CSE.vbproj", "{6845E24A-D1E7-4B28-92E7-2EBF850F044B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/CSE2.01/App.config b/CSE/App.config similarity index 100% rename from CSE2.01/App.config rename to CSE/App.config diff --git a/CSE2.01/CSE.vbproj b/CSE/CSE.vbproj similarity index 100% rename from CSE2.01/CSE.vbproj rename to CSE/CSE.vbproj diff --git a/CSE2.01/CSE_Globals.vb b/CSE/CSE_Globals.vb similarity index 100% rename from CSE2.01/CSE_Globals.vb rename to CSE/CSE_Globals.vb diff --git a/CSE2.01/CSE_Types.vb b/CSE/CSE_Types.vb similarity index 100% rename from CSE2.01/CSE_Types.vb rename to CSE/CSE_Types.vb diff --git a/CSE2.01/Calculation/Minor_routines_calculate.vb b/CSE/Calculation/Minor_routines_calculate.vb similarity index 100% rename from CSE2.01/Calculation/Minor_routines_calculate.vb rename to CSE/Calculation/Minor_routines_calculate.vb diff --git a/CSE2.01/Calculation/Signal_identification.vb b/CSE/Calculation/Signal_identification.vb similarity index 100% rename from CSE2.01/Calculation/Signal_identification.vb rename to CSE/Calculation/Signal_identification.vb diff --git a/CSE2.01/Calculation/main_calculation_call.vb b/CSE/Calculation/main_calculation_call.vb similarity index 100% rename from CSE2.01/Calculation/main_calculation_call.vb rename to CSE/Calculation/main_calculation_call.vb diff --git a/CSE2.01/Calculation/sub_linear_regression.vb b/CSE/Calculation/sub_linear_regression.vb similarity index 100% rename from CSE2.01/Calculation/sub_linear_regression.vb rename to CSE/Calculation/sub_linear_regression.vb diff --git a/CSE2.01/Classes/CResult.vb b/CSE/Classes/CResult.vb similarity index 100% rename from CSE2.01/Classes/CResult.vb rename to CSE/Classes/CResult.vb diff --git a/CSE2.01/Classes/cGenShp.vb b/CSE/Classes/cGenShp.vb similarity index 100% rename from CSE2.01/Classes/cGenShp.vb rename to CSE/Classes/cGenShp.vb diff --git a/CSE2.01/Classes/cMSC.vb b/CSE/Classes/cMSC.vb similarity index 100% rename from CSE2.01/Classes/cMSC.vb rename to CSE/Classes/cMSC.vb diff --git a/CSE2.01/Classes/cUTMCoord.vb b/CSE/Classes/cUTMCoord.vb similarity index 100% rename from CSE2.01/Classes/cUTMCoord.vb rename to CSE/Classes/cUTMCoord.vb diff --git a/CSE2.01/Classes/cValidSec.vb b/CSE/Classes/cValidSec.vb similarity index 100% rename from CSE2.01/Classes/cValidSec.vb rename to CSE/Classes/cValidSec.vb diff --git a/CSE2.01/Classes/cVehicle.vb b/CSE/Classes/cVehicle.vb similarity index 100% rename from CSE2.01/Classes/cVehicle.vb rename to CSE/Classes/cVehicle.vb diff --git a/CSE2.01/Classes/cVirtMSC.vb b/CSE/Classes/cVirtMSC.vb similarity index 100% rename from CSE2.01/Classes/cVirtMSC.vb rename to CSE/Classes/cVirtMSC.vb diff --git a/CSE2.01/Classes/csKey.vb b/CSE/Classes/csKey.vb similarity index 100% rename from CSE2.01/Classes/csKey.vb rename to CSE/Classes/csKey.vb diff --git a/CSE2.01/Export/Minor_routines_output.vb b/CSE/Export/Minor_routines_output.vb similarity index 100% rename from CSE2.01/Export/Minor_routines_output.vb rename to CSE/Export/Minor_routines_output.vb diff --git a/CSE2.01/Export/OutputTest.vb b/CSE/Export/OutputTest.vb similarity index 100% rename from CSE2.01/Export/OutputTest.vb rename to CSE/Export/OutputTest.vb diff --git a/CSE2.01/Export/output.vb b/CSE/Export/output.vb similarity index 100% rename from CSE2.01/Export/output.vb rename to CSE/Export/output.vb diff --git a/CSE2.01/GUI/CSEMain.Designer.vb b/CSE/GUI/CSEMain.Designer.vb similarity index 100% rename from CSE2.01/GUI/CSEMain.Designer.vb rename to CSE/GUI/CSEMain.Designer.vb diff --git a/CSE2.01/GUI/CSEMain.resx b/CSE/GUI/CSEMain.resx similarity index 100% rename from CSE2.01/GUI/CSEMain.resx rename to CSE/GUI/CSEMain.resx diff --git a/CSE2.01/GUI/CSEMain.vb b/CSE/GUI/CSEMain.vb similarity index 100% rename from CSE2.01/GUI/CSEMain.vb rename to CSE/GUI/CSEMain.vb diff --git a/CSE2.01/GUI/CSE_Config.designer.vb b/CSE/GUI/CSE_Config.designer.vb similarity index 100% rename from CSE2.01/GUI/CSE_Config.designer.vb rename to CSE/GUI/CSE_Config.designer.vb diff --git a/CSE2.01/GUI/CSE_Config.resx b/CSE/GUI/CSE_Config.resx similarity index 100% rename from CSE2.01/GUI/CSE_Config.resx rename to CSE/GUI/CSE_Config.resx diff --git a/CSE2.01/GUI/CSE_Config.vb b/CSE/GUI/CSE_Config.vb similarity index 100% rename from CSE2.01/GUI/CSE_Config.vb rename to CSE/GUI/CSE_Config.vb diff --git a/CSE2.01/GUI/CSE_Info.Designer.vb b/CSE/GUI/CSE_Info.Designer.vb similarity index 100% rename from CSE2.01/GUI/CSE_Info.Designer.vb rename to CSE/GUI/CSE_Info.Designer.vb diff --git a/CSE2.01/GUI/CSE_Info.resx b/CSE/GUI/CSE_Info.resx similarity index 100% rename from CSE2.01/GUI/CSE_Info.resx rename to CSE/GUI/CSE_Info.resx diff --git a/CSE2.01/GUI/CSE_Info.vb b/CSE/GUI/CSE_Info.vb similarity index 100% rename from CSE2.01/GUI/CSE_Info.vb rename to CSE/GUI/CSE_Info.vb diff --git a/CSE2.01/GUI/Export_GUI.vb b/CSE/GUI/Export_GUI.vb similarity index 100% rename from CSE2.01/GUI/Export_GUI.vb rename to CSE/GUI/Export_GUI.vb diff --git a/CSE2.01/GUI/FB_Dialog.Designer.vb b/CSE/GUI/FB_Dialog.Designer.vb similarity index 100% rename from CSE2.01/GUI/FB_Dialog.Designer.vb rename to CSE/GUI/FB_Dialog.Designer.vb diff --git a/CSE2.01/GUI/FB_Dialog.resx b/CSE/GUI/FB_Dialog.resx similarity index 100% rename from CSE2.01/GUI/FB_Dialog.resx rename to CSE/GUI/FB_Dialog.resx diff --git a/CSE2.01/GUI/FB_Dialog.vb b/CSE/GUI/FB_Dialog.vb similarity index 100% rename from CSE2.01/GUI/FB_Dialog.vb rename to CSE/GUI/FB_Dialog.vb diff --git a/CSE2.01/GUI/FB_FavDlog.Designer.vb b/CSE/GUI/FB_FavDlog.Designer.vb similarity index 100% rename from CSE2.01/GUI/FB_FavDlog.Designer.vb rename to CSE/GUI/FB_FavDlog.Designer.vb diff --git a/CSE2.01/GUI/FB_FavDlog.resx b/CSE/GUI/FB_FavDlog.resx similarity index 100% rename from CSE2.01/GUI/FB_FavDlog.resx rename to CSE/GUI/FB_FavDlog.resx diff --git a/CSE2.01/GUI/FB_FavDlog.vb b/CSE/GUI/FB_FavDlog.vb similarity index 100% rename from CSE2.01/GUI/FB_FavDlog.vb rename to CSE/GUI/FB_FavDlog.vb diff --git a/CSE2.01/GUI/cFileBrowser.vb b/CSE/GUI/cFileBrowser.vb similarity index 100% rename from CSE2.01/GUI/cFileBrowser.vb rename to CSE/GUI/cFileBrowser.vb diff --git a/CSE2.01/GUI/minor_routines_GUI.vb b/CSE/GUI/minor_routines_GUI.vb similarity index 100% rename from CSE2.01/GUI/minor_routines_GUI.vb rename to CSE/GUI/minor_routines_GUI.vb diff --git a/CSE2.01/Import/read_input.vb b/CSE/Import/read_input.vb similarity index 100% rename from CSE2.01/Import/read_input.vb rename to CSE/Import/read_input.vb diff --git a/CSE2.01/My Project/Application.Designer.vb b/CSE/My Project/Application.Designer.vb similarity index 100% rename from CSE2.01/My Project/Application.Designer.vb rename to CSE/My Project/Application.Designer.vb diff --git a/CSE2.01/My Project/Application.myapp b/CSE/My Project/Application.myapp similarity index 100% rename from CSE2.01/My Project/Application.myapp rename to CSE/My Project/Application.myapp diff --git a/CSE2.01/My Project/AssemblyInfo.vb b/CSE/My Project/AssemblyInfo.vb similarity index 100% rename from CSE2.01/My Project/AssemblyInfo.vb rename to CSE/My Project/AssemblyInfo.vb diff --git a/CSE2.01/My Project/Resources.Designer.vb b/CSE/My Project/Resources.Designer.vb similarity index 100% rename from CSE2.01/My Project/Resources.Designer.vb rename to CSE/My Project/Resources.Designer.vb diff --git a/CSE2.01/My Project/Resources.resx b/CSE/My Project/Resources.resx similarity index 100% rename from CSE2.01/My Project/Resources.resx rename to CSE/My Project/Resources.resx diff --git a/CSE2.01/My Project/Settings.Designer.vb b/CSE/My Project/Settings.Designer.vb similarity index 100% rename from CSE2.01/My Project/Settings.Designer.vb rename to CSE/My Project/Settings.Designer.vb diff --git a/CSE2.01/My Project/Settings.settings b/CSE/My Project/Settings.settings similarity index 100% rename from CSE2.01/My Project/Settings.settings rename to CSE/My Project/Settings.settings diff --git a/CSE2.01/Resources/Beenden.png b/CSE/Resources/Beenden.png similarity index 100% rename from CSE2.01/Resources/Beenden.png rename to CSE/Resources/Beenden.png diff --git a/CSE2.01/Resources/CSE.ico b/CSE/Resources/CSE.ico similarity index 100% rename from CSE2.01/Resources/CSE.ico rename to CSE/Resources/CSE.ico diff --git a/CSE2.01/Resources/FVT_91x39.png b/CSE/Resources/FVT_91x39.png similarity index 100% rename from CSE2.01/Resources/FVT_91x39.png rename to CSE/Resources/FVT_91x39.png diff --git a/CSE2.01/Resources/Help.png b/CSE/Resources/Help.png similarity index 100% rename from CSE2.01/Resources/Help.png rename to CSE/Resources/Help.png diff --git a/CSE2.01/Resources/IVT_About.png b/CSE/Resources/IVT_About.png similarity index 100% rename from CSE2.01/Resources/IVT_About.png rename to CSE/Resources/IVT_About.png diff --git a/CSE2.01/Resources/Icon.ico b/CSE/Resources/Icon.ico similarity index 100% rename from CSE2.01/Resources/Icon.ico rename to CSE/Resources/Icon.ico diff --git a/CSE2.01/Resources/Info.png b/CSE/Resources/Info.png similarity index 100% rename from CSE2.01/Resources/Info.png rename to CSE/Resources/Info.png diff --git a/CSE2.01/Resources/JRC-About.png b/CSE/Resources/JRC-About.png similarity index 100% rename from CSE2.01/Resources/JRC-About.png rename to CSE/Resources/JRC-About.png diff --git a/CSE2.01/Resources/Licencefile.png b/CSE/Resources/Licencefile.png similarity index 100% rename from CSE2.01/Resources/Licencefile.png rename to CSE/Resources/Licencefile.png diff --git a/CSE2.01/Resources/Log-File.png b/CSE/Resources/Log-File.png similarity index 100% rename from CSE2.01/Resources/Log-File.png rename to CSE/Resources/Log-File.png diff --git a/CSE2.01/Resources/Neu.png b/CSE/Resources/Neu.png similarity index 100% rename from CSE2.01/Resources/Neu.png rename to CSE/Resources/Neu.png diff --git a/CSE2.01/Resources/Optionen.png b/CSE/Resources/Optionen.png similarity index 100% rename from CSE2.01/Resources/Optionen.png rename to CSE/Resources/Optionen.png diff --git a/CSE2.01/Resources/Speichern.png b/CSE/Resources/Speichern.png similarity index 100% rename from CSE2.01/Resources/Speichern.png rename to CSE/Resources/Speichern.png diff --git a/CSE2.01/Resources/Speichern_unter.png b/CSE/Resources/Speichern_unter.png similarity index 100% rename from CSE2.01/Resources/Speichern_unter.png rename to CSE/Resources/Speichern_unter.png diff --git a/CSE2.01/Resources/TUG_91x34.png b/CSE/Resources/TUG_91x34.png similarity index 100% rename from CSE2.01/Resources/TUG_91x34.png rename to CSE/Resources/TUG_91x34.png diff --git a/CSE2.01/Resources/VECTO-About.png b/CSE/Resources/VECTO-About.png similarity index 100% rename from CSE2.01/Resources/VECTO-About.png rename to CSE/Resources/VECTO-About.png diff --git a/CSE2.01/Resources/VECTO_LOGO.png b/CSE/Resources/VECTO_LOGO.png similarity index 100% rename from CSE2.01/Resources/VECTO_LOGO.png rename to CSE/Resources/VECTO_LOGO.png diff --git a/CSE2.01/Resources/export_excel.png b/CSE/Resources/export_excel.png similarity index 100% rename from CSE2.01/Resources/export_excel.png rename to CSE/Resources/export_excel.png diff --git a/CSE2.01/Resources/minus-circle-icon.png b/CSE/Resources/minus-circle-icon.png similarity index 100% rename from CSE2.01/Resources/minus-circle-icon.png rename to CSE/Resources/minus-circle-icon.png diff --git a/CSE2.01/Resources/plus-circle-icon.png b/CSE/Resources/plus-circle-icon.png similarity index 100% rename from CSE2.01/Resources/plus-circle-icon.png rename to CSE/Resources/plus-circle-icon.png diff --git "a/CSE2.01/Resources/\303\226ffnen.png" "b/CSE/Resources/\303\226ffnen.png" similarity index 100% rename from "CSE2.01/Resources/\303\226ffnen.png" rename to "CSE/Resources/\303\226ffnen.png" diff --git a/CSE2.01/Tools/ApplicationEvents.vb b/CSE/Tools/ApplicationEvents.vb similarity index 100% rename from CSE2.01/Tools/ApplicationEvents.vb rename to CSE/Tools/ApplicationEvents.vb diff --git a/CSE2.01/Tools/Minor_routines.vb b/CSE/Tools/Minor_routines.vb similarity index 100% rename from CSE2.01/Tools/Minor_routines.vb rename to CSE/Tools/Minor_routines.vb diff --git a/CSE2.01/Tools/cFile_v3.vb b/CSE/Tools/cFile_v3.vb similarity index 100% rename from CSE2.01/Tools/cFile_v3.vb rename to CSE/Tools/cFile_v3.vb diff --git a/CSE2.01/declaration_public.vb b/CSE/declaration_public.vb similarity index 99% rename from CSE2.01/declaration_public.vb rename to CSE/declaration_public.vb index 6513a09..215a00a 100644 --- a/CSE2.01/declaration_public.vb +++ b/CSE/declaration_public.vb @@ -2,7 +2,7 @@ ' Description of the form Public Const AppName As String = "VECTO-CSE" ' Name of the programm - Public Const AppVers As String = "2.01" ' Version of the Programm + Public Const AppVers As String = "2.0.1" ' Version of the Programm Public AppDate As String ' Date of the compilation of the programm ' Control variables -- GitLab