From c211366cb7e5931ffab25af5916ffe03ec372a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=A1=82=E7=BA=B2?= Date: Fri, 26 Jan 2024 08:35:11 +0800 Subject: [PATCH] removes un-used legacy project file --- Darwinism.sln | 75 +++++++++++ src/CloudKit/Centos/Centos.NET5.vbproj | 105 +--------------- .../Centos/My Project/Application.Designer.vb | 13 -- .../Centos/My Project/Application.myapp | 10 -- .../Centos/My Project/AssemblyInfo.vb | 36 ------ .../Centos/My Project/Resources.Designer.vb | 63 ---------- src/CloudKit/Centos/My Project/Resources.resx | 117 ------------------ .../Centos/My Project/Settings.Designer.vb | 74 ----------- .../Centos/My Project/Settings.settings | 7 -- src/{CloudKit/Centos => Darwinism}/Bash.vb | 0 src/Darwinism/Darwinism.vbproj | 1 + 11 files changed, 77 insertions(+), 424 deletions(-) delete mode 100644 src/CloudKit/Centos/My Project/Application.Designer.vb delete mode 100644 src/CloudKit/Centos/My Project/Application.myapp delete mode 100644 src/CloudKit/Centos/My Project/AssemblyInfo.vb delete mode 100644 src/CloudKit/Centos/My Project/Resources.Designer.vb delete mode 100644 src/CloudKit/Centos/My Project/Resources.resx delete mode 100644 src/CloudKit/Centos/My Project/Settings.Designer.vb delete mode 100644 src/CloudKit/Centos/My Project/Settings.settings rename src/{CloudKit/Centos => Darwinism}/Bash.vb (100%) diff --git a/Darwinism.sln b/Darwinism.sln index dd9278a..e8d22ec 100644 --- a/Darwinism.sln +++ b/Darwinism.sln @@ -45,6 +45,8 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "dataframeHelper", "..\..\R- EndProject Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "dataframework-netcore5", "..\sciBASIC#\Data\DataFrame\dataframework-netcore5.vbproj", "{D3122300-826E-4507-A33D-D3DE3A0D920A}" EndProject +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Centos.NET5", "src\CloudKit\Centos\Centos.NET5.vbproj", "{2CC35727-34FE-45AA-975A-7B210F30AE67}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution CFD_win32|Any CPU = CFD_win32|Any CPU @@ -1093,6 +1095,78 @@ Global {D3122300-826E-4507-A33D-D3DE3A0D920A}.Rsharp_app_release|x64.Build.0 = Rsharp_app_release|x64 {D3122300-826E-4507-A33D-D3DE3A0D920A}.Rsharp_app_release|x86.ActiveCfg = Rsharp_app_release|Any CPU {D3122300-826E-4507-A33D-D3DE3A0D920A}.Rsharp_app_release|x86.Build.0 = Rsharp_app_release|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.CFD_win32|Any CPU.ActiveCfg = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.CFD_win32|Any CPU.Build.0 = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.CFD_win32|x64.ActiveCfg = Debug|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.CFD_win32|x64.Build.0 = Debug|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.CFD_win32|x86.ActiveCfg = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.CFD_win32|x86.Build.0 = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Debug|x64.ActiveCfg = Debug|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Debug|x64.Build.0 = Debug|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Debug|x86.ActiveCfg = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Debug|x86.Build.0 = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Docker|Any CPU.ActiveCfg = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Docker|Any CPU.Build.0 = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Docker|x64.ActiveCfg = Debug|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Docker|x64.Build.0 = Debug|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Docker|x86.ActiveCfg = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Docker|x86.Build.0 = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.gcmodeller_desktop|Any CPU.ActiveCfg = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.gcmodeller_desktop|Any CPU.Build.0 = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.gcmodeller_desktop|x64.ActiveCfg = Debug|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.gcmodeller_desktop|x64.Build.0 = Debug|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.gcmodeller_desktop|x86.ActiveCfg = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.gcmodeller_desktop|x86.Build.0 = Debug|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.LipidSearch|Any CPU.ActiveCfg = LipidSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.LipidSearch|Any CPU.Build.0 = LipidSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.LipidSearch|x64.ActiveCfg = LipidSearch|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.LipidSearch|x64.Build.0 = LipidSearch|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.LipidSearch|x86.ActiveCfg = LipidSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.LipidSearch|x86.Build.0 = LipidSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit_win32|Any CPU.ActiveCfg = mzkit_win32|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit_win32|Any CPU.Build.0 = mzkit_win32|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit_win32|x64.ActiveCfg = mzkit_win32|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit_win32|x64.Build.0 = mzkit_win32|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit_win32|x86.ActiveCfg = mzkit_win32|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit_win32|x86.Build.0 = mzkit_win32|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit|Any CPU.ActiveCfg = mzkit_win32|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit|Any CPU.Build.0 = mzkit_win32|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit|x64.ActiveCfg = mzkit_win32|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit|x64.Build.0 = mzkit_win32|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit|x86.ActiveCfg = mzkit_win32|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.mzkit|x86.Build.0 = mzkit_win32|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.NPSearch|Any CPU.ActiveCfg = NPSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.NPSearch|Any CPU.Build.0 = NPSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.NPSearch|x64.ActiveCfg = NPSearch|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.NPSearch|x64.Build.0 = NPSearch|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.NPSearch|x86.ActiveCfg = NPSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.NPSearch|x86.Build.0 = NPSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.nuget_release|Any CPU.ActiveCfg = NPSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.nuget_release|Any CPU.Build.0 = NPSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.nuget_release|x64.ActiveCfg = NPSearch|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.nuget_release|x64.Build.0 = NPSearch|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.nuget_release|x86.ActiveCfg = NPSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.nuget_release|x86.Build.0 = NPSearch|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.PlantMAT|Any CPU.ActiveCfg = PlantMAT|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.PlantMAT|Any CPU.Build.0 = PlantMAT|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.PlantMAT|x64.ActiveCfg = PlantMAT|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.PlantMAT|x64.Build.0 = PlantMAT|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.PlantMAT|x86.ActiveCfg = PlantMAT|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.PlantMAT|x86.Build.0 = PlantMAT|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Release|Any CPU.Build.0 = Release|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Release|x64.ActiveCfg = Release|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Release|x64.Build.0 = Release|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Release|x86.ActiveCfg = Release|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Release|x86.Build.0 = Release|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Rsharp_app_release|Any CPU.ActiveCfg = Rsharp_app_release|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Rsharp_app_release|Any CPU.Build.0 = Rsharp_app_release|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Rsharp_app_release|x64.ActiveCfg = Rsharp_app_release|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Rsharp_app_release|x64.Build.0 = Rsharp_app_release|x64 + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Rsharp_app_release|x86.ActiveCfg = Rsharp_app_release|Any CPU + {2CC35727-34FE-45AA-975A-7B210F30AE67}.Rsharp_app_release|x86.Build.0 = Rsharp_app_release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -1115,6 +1189,7 @@ Global {BA1F56CA-8F53-4717-81B1-FE1980B11E0A} = {18E8B119-A38E-4597-95F7-C0DAD9A29DFD} {843B6786-8992-48BF-99BE-6579B9645961} = {18E8B119-A38E-4597-95F7-C0DAD9A29DFD} {D3122300-826E-4507-A33D-D3DE3A0D920A} = {56290C43-4CEE-463A-96E8-DD326E090F98} + {2CC35727-34FE-45AA-975A-7B210F30AE67} = {3610AC87-EB26-4D33-96C7-38BDA6E6170E} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {CFBEFD3F-063D-4AF0-A361-52C190B91CCA} diff --git a/src/CloudKit/Centos/Centos.NET5.vbproj b/src/CloudKit/Centos/Centos.NET5.vbproj index d608610..b98498b 100644 --- a/src/CloudKit/Centos/Centos.NET5.vbproj +++ b/src/CloudKit/Centos/Centos.NET5.vbproj @@ -15,112 +15,9 @@ https://github.com/xieguigang/Darwinism git true + Helper for remote connect to the linux via putty on windows and some common linux command parser - - true - true - full - netcore5=1,UNIX=1 - Docker.xml - - - - true - true - full - netcore5=1,UNIX=1 - Docker.xml - - - - true - false - true - full - false - true - netcore5=1,UNIX=1 - Docker.xml - - - - - true - false - true - full - false - true - netcore5=1,UNIX=1 - Docker.xml - - - - - true - false - true - full - false - true - netcore5=1,UNIX=1 - Docker.xml - - - - - true - false - true - full - false - true - netcore5=1,UNIX=1 - Docker.xml - - - - - true - false - true - full - false - true - netcore5=1,UNIX=1 - Docker.xml - - - - Docker.xml - - - - Docker.xml - - - - Docker.xml - - - - Docker.xml - - - - Docker.xml - - - - Docker.xml - - - - Docker.xml - - - diff --git a/src/CloudKit/Centos/My Project/Application.Designer.vb b/src/CloudKit/Centos/My Project/Application.Designer.vb deleted file mode 100644 index 88dd01c..0000000 --- a/src/CloudKit/Centos/My Project/Application.Designer.vb +++ /dev/null @@ -1,13 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - diff --git a/src/CloudKit/Centos/My Project/Application.myapp b/src/CloudKit/Centos/My Project/Application.myapp deleted file mode 100644 index 758895d..0000000 --- a/src/CloudKit/Centos/My Project/Application.myapp +++ /dev/null @@ -1,10 +0,0 @@ - - - false - false - 0 - true - 0 - 1 - true - diff --git a/src/CloudKit/Centos/My Project/AssemblyInfo.vb b/src/CloudKit/Centos/My Project/AssemblyInfo.vb deleted file mode 100644 index b3c2533..0000000 --- a/src/CloudKit/Centos/My Project/AssemblyInfo.vb +++ /dev/null @@ -1,36 +0,0 @@ -Imports System -Imports System.Reflection -Imports 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. - -' Review the values of the assembly attributes -#if netcore5=0 then - - - - - - - - - -'The following GUID is for the ID of the typelib if this project is exposed to COM - - -' 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: -' - - - -#end if \ No newline at end of file diff --git a/src/CloudKit/Centos/My Project/Resources.Designer.vb b/src/CloudKit/Centos/My Project/Resources.Designer.vb deleted file mode 100644 index 106ce4d..0000000 --- a/src/CloudKit/Centos/My Project/Resources.Designer.vb +++ /dev/null @@ -1,63 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -Imports System - -Namespace My.Resources - - 'This class was auto-generated by the StronglyTypedResourceBuilder - 'class via a tool like ResGen or Visual Studio. - 'To add or remove a member, edit your .ResX file then rerun ResGen - 'with the /str option, or rebuild your VS project. - ''' - ''' A strongly-typed resource class, for looking up localized strings, etc. - ''' - _ - Friend Module Resources - - Private resourceMan As Global.System.Resources.ResourceManager - - Private resourceCulture As Global.System.Globalization.CultureInfo - - ''' - ''' Returns the cached ResourceManager instance used by this class. - ''' - _ - Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager - Get - If Object.ReferenceEquals(resourceMan, Nothing) Then - Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Darwinism.Centos.Resources", GetType(Resources).Assembly) - resourceMan = temp - End If - Return resourceMan - End Get - End Property - - ''' - ''' Overrides the current thread's CurrentUICulture property for all - ''' resource lookups using this strongly typed resource class. - ''' - _ - Friend Property Culture() As Global.System.Globalization.CultureInfo - Get - Return resourceCulture - End Get - Set - resourceCulture = value - End Set - End Property - End Module -End Namespace diff --git a/src/CloudKit/Centos/My Project/Resources.resx b/src/CloudKit/Centos/My Project/Resources.resx deleted file mode 100644 index af7dbeb..0000000 --- a/src/CloudKit/Centos/My Project/Resources.resx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/src/CloudKit/Centos/My Project/Settings.Designer.vb b/src/CloudKit/Centos/My Project/Settings.Designer.vb deleted file mode 100644 index 5b45e56..0000000 --- a/src/CloudKit/Centos/My Project/Settings.Designer.vb +++ /dev/null @@ -1,74 +0,0 @@ -'------------------------------------------------------------------------------ -' -' This code was generated by a tool. -' Runtime Version:4.0.30319.42000 -' -' Changes to this file may cause incorrect behavior and will be lost if -' the code is regenerated. -' -'------------------------------------------------------------------------------ - -Option Strict On -Option Explicit On - -#if netcore5=0 then -Namespace My - - _ - Partial Friend NotInheritable Class MySettings - Inherits Global.System.Configuration.ApplicationSettingsBase - - Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) - -#Region "My.Settings Auto-Save Functionality" -#If _MyType = "WindowsForms" Then - Private Shared addedHandler As Boolean - - Private Shared addedHandlerLockObject As New Object - - _ - Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs) - If My.Application.SaveMySettingsOnExit Then - My.Settings.Save() - End If - End Sub -#End If -#End Region - - Public Shared ReadOnly Property [Default]() As MySettings - Get - -#If _MyType = "WindowsForms" Then - If Not addedHandler Then - SyncLock addedHandlerLockObject - If Not addedHandler Then - AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings - addedHandler = True - End If - End SyncLock - End If -#End If - Return defaultInstance - End Get - End Property - End Class -End Namespace - -Namespace My - - _ - Friend Module MySettingsProperty - - _ - Friend ReadOnly Property Settings() As Global.Darwinism.Centos.My.MySettings - Get - Return Global.Darwinism.Centos.My.MySettings.Default - End Get - End Property - End Module -End Namespace -#end if \ No newline at end of file diff --git a/src/CloudKit/Centos/My Project/Settings.settings b/src/CloudKit/Centos/My Project/Settings.settings deleted file mode 100644 index 85b890b..0000000 --- a/src/CloudKit/Centos/My Project/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/src/CloudKit/Centos/Bash.vb b/src/Darwinism/Bash.vb similarity index 100% rename from src/CloudKit/Centos/Bash.vb rename to src/Darwinism/Bash.vb diff --git a/src/Darwinism/Darwinism.vbproj b/src/Darwinism/Darwinism.vbproj index bb628be..fb8749e 100644 --- a/src/Darwinism/Darwinism.vbproj +++ b/src/Darwinism/Darwinism.vbproj @@ -53,6 +53,7 @@ +