From 08071ac05d208ce2ab2eab40ea1f2a7d5b14c7d8 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, 9 Jun 2023 18:47:43 +0800 Subject: [PATCH] removes .net framework legacy project files --- Parallel/My Project/Application.Designer.vb | 13 --- Parallel/My Project/Application.myapp | 10 -- Parallel/My Project/AssemblyInfo.vb | 36 ------ Parallel/My Project/Resources.Designer.vb | 62 ----------- Parallel/My Project/Resources.resx | 117 -------------------- Parallel/My Project/Settings.Designer.vb | 74 ------------- Parallel/My Project/Settings.settings | 7 -- Parallel/parallel-netcore5.vbproj | 5 +- 8 files changed, 4 insertions(+), 320 deletions(-) delete mode 100644 Parallel/My Project/Application.Designer.vb delete mode 100644 Parallel/My Project/Application.myapp delete mode 100644 Parallel/My Project/AssemblyInfo.vb delete mode 100644 Parallel/My Project/Resources.Designer.vb delete mode 100644 Parallel/My Project/Resources.resx delete mode 100644 Parallel/My Project/Settings.Designer.vb delete mode 100644 Parallel/My Project/Settings.settings diff --git a/Parallel/My Project/Application.Designer.vb b/Parallel/My Project/Application.Designer.vb deleted file mode 100644 index 88dd01c..0000000 --- a/Parallel/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/Parallel/My Project/Application.myapp b/Parallel/My Project/Application.myapp deleted file mode 100644 index 758895d..0000000 --- a/Parallel/My Project/Application.myapp +++ /dev/null @@ -1,10 +0,0 @@ - - - false - false - 0 - true - 0 - 1 - true - diff --git a/Parallel/My Project/AssemblyInfo.vb b/Parallel/My Project/AssemblyInfo.vb deleted file mode 100644 index 60d4727..0000000 --- a/Parallel/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/Parallel/My Project/Resources.Designer.vb b/Parallel/My Project/Resources.Designer.vb deleted file mode 100644 index ec2c7e1..0000000 --- a/Parallel/My Project/Resources.Designer.vb +++ /dev/null @@ -1,62 +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.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("Parallel.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(value As Global.System.Globalization.CultureInfo) - resourceCulture = value - End Set - End Property - End Module -End Namespace diff --git a/Parallel/My Project/Resources.resx b/Parallel/My Project/Resources.resx deleted file mode 100644 index af7dbeb..0000000 --- a/Parallel/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/Parallel/My Project/Settings.Designer.vb b/Parallel/My Project/Settings.Designer.vb deleted file mode 100644 index fd995a5..0000000 --- a/Parallel/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.Parallel.My.MySettings - Get - Return Global.Parallel.My.MySettings.Default - End Get - End Property - End Module -End Namespace -#end if \ No newline at end of file diff --git a/Parallel/My Project/Settings.settings b/Parallel/My Project/Settings.settings deleted file mode 100644 index 85b890b..0000000 --- a/Parallel/My Project/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/Parallel/parallel-netcore5.vbproj b/Parallel/parallel-netcore5.vbproj index 1679020..f5b758e 100644 --- a/Parallel/parallel-netcore5.vbproj +++ b/Parallel/parallel-netcore5.vbproj @@ -4,7 +4,7 @@ Parallel net6.0-windows;net6.0;net48 Parallel - High Performance Parallel Compute Library on Unix .NET 5 runtime + High Performance Parallel Compute Library on Unix .NET 6 runtime true true i@xieguigang.me @@ -15,6 +15,9 @@ https://github.com/xieguigang/Darwinism git true + Darwinism HPC parallel library for VisualBasic on unix platform + Darwinism + parallel;ipc