From 0478c836c219bbc066385d06c72e70267673eb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=AE=E4=B8=AD=E4=BA=8C=E7=97=85=E3=81=AB?= =?UTF-8?q?=E7=88=86=E7=84=94=E3=82=92=EF=BC=81?= Date: Fri, 15 Sep 2023 19:50:33 +0800 Subject: [PATCH] removes un-used legacy porject files --- src/LINQ/LINQ/LINQ.vbproj | 254 -------------- .../LINQ/My Project/Application.Designer.vb | 13 - src/LINQ/LINQ/My Project/Application.myapp | 10 - src/LINQ/LINQ/My Project/AssemblyInfo.vb | 35 -- .../LINQ/My Project/Resources.Designer.vb | 63 ---- src/LINQ/LINQ/My Project/Resources.resx | 117 ------- src/LINQ/LINQ/My Project/Settings.Designer.vb | 73 ---- src/LINQ/LINQ/My Project/Settings.settings | 7 - .../RQL/My Project/Application.Designer.vb | 13 - src/LINQ/RQL/My Project/Application.myapp | 10 - src/LINQ/RQL/My Project/AssemblyInfo.vb | 35 -- src/LINQ/RQL/My Project/Resources.Designer.vb | 63 ---- src/LINQ/RQL/My Project/Resources.resx | 117 ------- src/LINQ/RQL/My Project/Settings.Designer.vb | 73 ---- src/LINQ/RQL/My Project/Settings.settings | 7 - src/LINQ/RQL/RQL.vbproj | 311 ------------------ 16 files changed, 1201 deletions(-) delete mode 100644 src/LINQ/LINQ/LINQ.vbproj delete mode 100644 src/LINQ/LINQ/My Project/Application.Designer.vb delete mode 100644 src/LINQ/LINQ/My Project/Application.myapp delete mode 100644 src/LINQ/LINQ/My Project/AssemblyInfo.vb delete mode 100644 src/LINQ/LINQ/My Project/Resources.Designer.vb delete mode 100644 src/LINQ/LINQ/My Project/Resources.resx delete mode 100644 src/LINQ/LINQ/My Project/Settings.Designer.vb delete mode 100644 src/LINQ/LINQ/My Project/Settings.settings delete mode 100644 src/LINQ/RQL/My Project/Application.Designer.vb delete mode 100644 src/LINQ/RQL/My Project/Application.myapp delete mode 100644 src/LINQ/RQL/My Project/AssemblyInfo.vb delete mode 100644 src/LINQ/RQL/My Project/Resources.Designer.vb delete mode 100644 src/LINQ/RQL/My Project/Resources.resx delete mode 100644 src/LINQ/RQL/My Project/Settings.Designer.vb delete mode 100644 src/LINQ/RQL/My Project/Settings.settings delete mode 100644 src/LINQ/RQL/RQL.vbproj diff --git a/src/LINQ/LINQ/LINQ.vbproj b/src/LINQ/LINQ/LINQ.vbproj deleted file mode 100644 index ef67078..0000000 --- a/src/LINQ/LINQ/LINQ.vbproj +++ /dev/null @@ -1,254 +0,0 @@ - - - - - Debug - AnyCPU - {AB01B142-B535-4B90-A7D3-D663F61A559A} - Exe - LINQ - LINQ - 512 - Console - v4.8 - true - - - true - full - true - true - bin\Debug\ - LINQ.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - x64 - - - pdbonly - false - true - true - bin\Release\ - LINQ.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - - On - - - Binary - - - Off - - - On - - - true - true - true - bin\x64\Debug\ - LINQ.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - x64 - MinimumRecommendedRules.ruleset - - - true - bin\x64\Release\ - LINQ.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x64 - MinimumRecommendedRules.ruleset - - - true - bin\GCModeller%28UNIX-Release_X64%29\ - LINQ.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - AnyCPU - MinimumRecommendedRules.ruleset - - - true - bin\x64\GCModeller%28UNIX-Release_X64%29\ - LINQ.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x64 - MinimumRecommendedRules.ruleset - - - true - bin\GCModeller%28Release_X64%29\ - LINQ.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - AnyCPU - MinimumRecommendedRules.ruleset - - - true - bin\x64\GCModeller%28Release_X64%29\ - LINQ.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x64 - MinimumRecommendedRules.ruleset - - - LINQ.Program - - - LINQ.ico - - - true - bin\Publish\ - LINQ.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - AnyCPU - MinimumRecommendedRules.ruleset - true - - - true - ..\..\build\ - LINQ.xml - false - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - x64 - MinimumRecommendedRules.ruleset - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - True - Application.myapp - True - - - True - True - Resources.resx - - - True - Settings.settings - True - - - - - - - - - - - - - - - - - - - - VbMyResourcesResXFileCodeGenerator - Resources.Designer.vb - My.Resources - Designer - - - - - - MyApplicationCodeGenerator - Application.Designer.vb - - - SettingsSingleFileGenerator - My - Settings.Designer.vb - - - - - - - - {ef075a21-793b-45ed-9c38-ad5d04744aec} - Core - - - - \ No newline at end of file diff --git a/src/LINQ/LINQ/My Project/Application.Designer.vb b/src/LINQ/LINQ/My Project/Application.Designer.vb deleted file mode 100644 index 88dd01c..0000000 --- a/src/LINQ/LINQ/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/LINQ/LINQ/My Project/Application.myapp b/src/LINQ/LINQ/My Project/Application.myapp deleted file mode 100644 index 758895d..0000000 --- a/src/LINQ/LINQ/My Project/Application.myapp +++ /dev/null @@ -1,10 +0,0 @@ - - - false - false - 0 - true - 0 - 1 - true - diff --git a/src/LINQ/LINQ/My Project/AssemblyInfo.vb b/src/LINQ/LINQ/My Project/AssemblyInfo.vb deleted file mode 100644 index c15bd34..0000000 --- a/src/LINQ/LINQ/My Project/AssemblyInfo.vb +++ /dev/null @@ -1,35 +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 - - - - - - - - - - -'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: -' - - - diff --git a/src/LINQ/LINQ/My Project/Resources.Designer.vb b/src/LINQ/LINQ/My Project/Resources.Designer.vb deleted file mode 100644 index 9ac74d8..0000000 --- a/src/LINQ/LINQ/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("LINQ.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/LINQ/LINQ/My Project/Resources.resx b/src/LINQ/LINQ/My Project/Resources.resx deleted file mode 100644 index af7dbeb..0000000 --- a/src/LINQ/LINQ/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/LINQ/LINQ/My Project/Settings.Designer.vb b/src/LINQ/LINQ/My Project/Settings.Designer.vb deleted file mode 100644 index 8282859..0000000 --- a/src/LINQ/LINQ/My Project/Settings.Designer.vb +++ /dev/null @@ -1,73 +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 - - -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.LINQ.My.MySettings - Get - Return Global.LINQ.My.MySettings.Default - End Get - End Property - End Module -End Namespace diff --git a/src/LINQ/LINQ/My Project/Settings.settings b/src/LINQ/LINQ/My Project/Settings.settings deleted file mode 100644 index 85b890b..0000000 --- a/src/LINQ/LINQ/My Project/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/src/LINQ/RQL/My Project/Application.Designer.vb b/src/LINQ/RQL/My Project/Application.Designer.vb deleted file mode 100644 index 88dd01c..0000000 --- a/src/LINQ/RQL/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/LINQ/RQL/My Project/Application.myapp b/src/LINQ/RQL/My Project/Application.myapp deleted file mode 100644 index 758895d..0000000 --- a/src/LINQ/RQL/My Project/Application.myapp +++ /dev/null @@ -1,10 +0,0 @@ - - - false - false - 0 - true - 0 - 1 - true - diff --git a/src/LINQ/RQL/My Project/AssemblyInfo.vb b/src/LINQ/RQL/My Project/AssemblyInfo.vb deleted file mode 100644 index 47c1a3c..0000000 --- a/src/LINQ/RQL/My Project/AssemblyInfo.vb +++ /dev/null @@ -1,35 +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 - - - - - - - - - - -'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: -' - - - diff --git a/src/LINQ/RQL/My Project/Resources.Designer.vb b/src/LINQ/RQL/My Project/Resources.Designer.vb deleted file mode 100644 index 5ba8b27..0000000 --- a/src/LINQ/RQL/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("sciBASIC.ComputingServices.RQL.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/LINQ/RQL/My Project/Resources.resx b/src/LINQ/RQL/My Project/Resources.resx deleted file mode 100644 index af7dbeb..0000000 --- a/src/LINQ/RQL/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/LINQ/RQL/My Project/Settings.Designer.vb b/src/LINQ/RQL/My Project/Settings.Designer.vb deleted file mode 100644 index f63ed36..0000000 --- a/src/LINQ/RQL/My Project/Settings.Designer.vb +++ /dev/null @@ -1,73 +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 - - -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.sciBASIC.ComputingServices.RQL.My.MySettings - Get - Return Global.sciBASIC.ComputingServices.RQL.My.MySettings.Default - End Get - End Property - End Module -End Namespace diff --git a/src/LINQ/RQL/My Project/Settings.settings b/src/LINQ/RQL/My Project/Settings.settings deleted file mode 100644 index 85b890b..0000000 --- a/src/LINQ/RQL/My Project/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/src/LINQ/RQL/RQL.vbproj b/src/LINQ/RQL/RQL.vbproj deleted file mode 100644 index edbb40c..0000000 --- a/src/LINQ/RQL/RQL.vbproj +++ /dev/null @@ -1,311 +0,0 @@ - - - - - Debug - AnyCPU - {BC922A27-9BC3-4E7E-BE3D-55FC03FB4160} - Library - sciBASIC.ComputingServices.RQL - sciBASIC#.ComputingServices.RQL - 512 - Windows - v4.8 - - - - true - full - true - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - - pdbonly - false - true - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - - On - - - Binary - - - Off - - - On - - - true - true - true - ..\..\..\..\GCModeller\bin\ - sciBASIC#.ComputingServices.RQL.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - x64 - MinimumRecommendedRules.ruleset - - - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x64 - MinimumRecommendedRules.ruleset - - - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - AnyCPU - MinimumRecommendedRules.ruleset - - - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x64 - MinimumRecommendedRules.ruleset - - - true - true - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - x86 - MinimumRecommendedRules.ruleset - - - true - bin\x86\ - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x86 - MinimumRecommendedRules.ruleset - - - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x86 - MinimumRecommendedRules.ruleset - - - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - AnyCPU - MinimumRecommendedRules.ruleset - - - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x64 - MinimumRecommendedRules.ruleset - - - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x86 - MinimumRecommendedRules.ruleset - - - ./bin - sciBASIC#.ComputingServices.RQL.xml - - - ..\..\..\..\GCModeller\bin\ - sciBASIC#.ComputingServices.RQL.xml - true - true - full - true - x64 - - - ./bin - sciBASIC#.ComputingServices.RQL.xml - - - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - AnyCPU - MinimumRecommendedRules.ruleset - - - true - ..\..\..\..\GCModeller\bin\ - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x64 - MinimumRecommendedRules.ruleset - - - true - ./bin - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x86 - MinimumRecommendedRules.ruleset - - - true - bin\Biostack\ - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - AnyCPU - MinimumRecommendedRules.ruleset - - - true - bin\x64\Biostack\ - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x64 - MinimumRecommendedRules.ruleset - - - true - bin\x86\Biostack\ - sciBASIC#.ComputingServices.RQL.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x86 - MinimumRecommendedRules.ruleset - - - - - - - - - - - - - - - - - - - - - - - - - - - - - True - Application.myapp - - - True - True - Resources.resx - - - True - Settings.settings - True - - - - - VbMyResourcesResXFileCodeGenerator - Resources.Designer.vb - My.Resources - Designer - - - - - MyApplicationCodeGenerator - Application.Designer.vb - - - SettingsSingleFileGenerator - My - Settings.Designer.vb - - - - - {62c4d50c-cf02-4f49-80a6-170bf92c331e} - binarydata-netcore5 - - - {c1413834-6eba-4668-b3e4-9dfa1edb9a5d} - HDSPack - - - {ae10f033-1ee2-44ef-af06-f1c81411d069} - graph-netcore5 - - - {ef075a21-793b-45ed-9c38-ad5d04744aec} - Core - - - - - \ No newline at end of file