From a5a408bc94582ab7c6dc68ade227f6cfed3a0fe4 Mon Sep 17 00:00:00 2001 From: xieguigang Date: Tue, 12 Apr 2022 22:33:17 +0800 Subject: [PATCH] config for build mzkit --- .vs/ProjectSettings.json | 3 - .vs/VSWorkspaceState.json | 8 - .vs/config/applicationhost.config | 1030 ----------------- CLI_tools/.vs/ProjectSettings.json | 3 - CLI_tools/.vs/VSWorkspaceState.json | 8 - .../BinaryData/binarydata-netcore5.vbproj | 130 ++- .../DataStorage/datastorage-netcore5.vbproj | 18 +- .../msgpack/msgpack-netcore5.vbproj | 24 +- .../DataFramework.Extensions-netcore5.vbproj | 18 +- Data/DataFrame/dataframework-netcore5.vbproj | 19 +- Data/GraphQuery/GraphQuery.NET5.vbproj | 19 +- Data_science/.vs/ProjectSettings.json | 3 - Data_science/.vs/VSWorkspaceState.json | 6 - .../BinaryTree/btree-netcore5.vbproj | 18 +- .../DataMining/DataMining.NET5.vbproj | 18 +- .../DensityQuery/DensityQuery.NET5.vbproj | 18 +- .../DynamicProgramming.NET5.vbproj | 20 +- Data_science/DataMining/HMM/HMM.NET5.vbproj | 24 +- .../hctree.NET5.vbproj | 18 +- .../Graph/Network/SubNetworkComponents.vb | 161 +-- Data_science/Graph/graph-netcore5.vbproj | 24 +- .../MLDebugger/ML_debugger-netcore5.vbproj | 17 +- .../machine_learning-netcore5.vbproj | 18 +- .../XGBoostDataSet/XGBoostDataSet.vbproj | 18 +- .../MachineLearning/t-SNE/t-SNE.NET5.vbproj | 18 +- .../xgboost/xgboost.NET5.vbproj | 128 ++ .../MachineLearning/xgboost/xgboost.vbproj | 22 +- .../.vs/config/applicationhost.config | 1030 ----------------- .../Math/DataFittings/linear-netcore5.vbproj | 19 +- .../DataFrame/dataframeUtils-netcore5.vbproj | 24 +- .../Mathematica/Math/Math/Math.NET5.vbproj | 18 +- .../Math/MathLambda/symbolic-netcore5.vbproj | 19 +- .../wav/wav/waveFile-netcore5.vbproj | 18 +- Data_science/NLP/NLP.NET.vbproj | 10 +- .../data_visualize-netcore5.vbproj | 17 +- .../.vs/ProjectSettings.json | 3 - .../.vs/VSWorkspaceState.json | 6 - Microsoft.VisualBasic.Core/src/Core.vbproj | 19 +- gr/.vs/config/applicationhost.config | 1030 ----------------- .../imaging.NET5.vbproj | 18 +- gr/SVG/.vs/ProjectSettings.json | 3 - gr/SVG/.vs/VSWorkspaceState.json | 7 - gr/avi/AVI.NET5.vbproj | 150 +++ gr/avi/My Project/AssemblyInfo.vb | 3 +- gr/avi/My Project/Settings.Designer.vb | 3 +- .../network_io-netcore5.vbproj | 24 +- .../NetworkCanvas/My Project/AssemblyInfo.vb | 3 +- .../My Project/Settings.Designer.vb | 3 +- .../NetworkCanvas/My Project/app.manifest | 79 ++ .../NetworkCanvas/NetworkCanvas.NET5.vbproj | 113 ++ .../Visualizer/networkVisualizer.NET5.vbproj | 24 +- mime/.vs/config/applicationhost.config | 1030 ----------------- mime/application%json/JSON-netcore5.vbproj | 18 +- .../rdf_xml-netcore5.vbproj | 17 +- .../test/themed/.vs/ProjectSettings.json | 3 - .../test/themed/.vs/VSWorkspaceState.json | 11 - mime/application%xml/xml-netcore5.vbproj | 18 +- mime/text%html/html_netcore5.vbproj | 17 +- mime/text%markdown/markdown.NET5.vbproj | 18 +- vs_solutions/dev/.vs/ProjectSettings.json | 3 - vs_solutions/dev/.vs/VSWorkspaceState.json | 8 - .../ApplicationServices.vbproj | 25 +- .../dev/VisualStudio/VisualStudio.NET5.vbproj | 19 +- .../dev/VisualStudio/VisualStudio.vbproj | 26 +- .../network-netcore5.vbproj | 18 +- .../.vs/config/applicationhost.config | 1022 ---------------- 66 files changed, 1373 insertions(+), 5334 deletions(-) delete mode 100644 .vs/ProjectSettings.json delete mode 100644 .vs/VSWorkspaceState.json delete mode 100644 .vs/config/applicationhost.config delete mode 100644 CLI_tools/.vs/ProjectSettings.json delete mode 100644 CLI_tools/.vs/VSWorkspaceState.json delete mode 100644 Data_science/.vs/ProjectSettings.json delete mode 100644 Data_science/.vs/VSWorkspaceState.json create mode 100644 Data_science/MachineLearning/xgboost/xgboost.NET5.vbproj delete mode 100644 Data_science/Mathematica/.vs/config/applicationhost.config delete mode 100644 Microsoft.VisualBasic.Core/.vs/ProjectSettings.json delete mode 100644 Microsoft.VisualBasic.Core/.vs/VSWorkspaceState.json delete mode 100644 gr/.vs/config/applicationhost.config delete mode 100644 gr/SVG/.vs/ProjectSettings.json delete mode 100644 gr/SVG/.vs/VSWorkspaceState.json create mode 100644 gr/avi/AVI.NET5.vbproj create mode 100644 gr/network-visualization/NetworkCanvas/My Project/app.manifest create mode 100644 gr/network-visualization/NetworkCanvas/NetworkCanvas.NET5.vbproj delete mode 100644 mime/.vs/config/applicationhost.config delete mode 100644 mime/application%vnd.openxmlformats-officedocument.spreadsheetml.sheet/test/themed/.vs/ProjectSettings.json delete mode 100644 mime/application%vnd.openxmlformats-officedocument.spreadsheetml.sheet/test/themed/.vs/VSWorkspaceState.json delete mode 100644 vs_solutions/dev/.vs/ProjectSettings.json delete mode 100644 vs_solutions/dev/.vs/VSWorkspaceState.json delete mode 100644 www/githubAPI/.vs/config/applicationhost.config diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json deleted file mode 100644 index f8b488856..000000000 --- a/.vs/ProjectSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "CurrentProjectSetting": null -} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json deleted file mode 100644 index 281ed52a2..000000000 --- a/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ExpandedNodes": [ - "", - "\\Microsoft.VisualBasic.Core" - ], - "SelectedNode": "\\CODE_OF_CONDUCT.md", - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/.vs/config/applicationhost.config b/.vs/config/applicationhost.config deleted file mode 100644 index c2abfb480..000000000 --- a/.vs/config/applicationhost.config +++ /dev/null @@ -1,1030 +0,0 @@ - - - - - - - - -
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
- -
-
- -
-
-
- - -
-
-
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CLI_tools/.vs/ProjectSettings.json b/CLI_tools/.vs/ProjectSettings.json deleted file mode 100644 index f8b488856..000000000 --- a/CLI_tools/.vs/ProjectSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "CurrentProjectSetting": null -} \ No newline at end of file diff --git a/CLI_tools/.vs/VSWorkspaceState.json b/CLI_tools/.vs/VSWorkspaceState.json deleted file mode 100644 index 84e931d07..000000000 --- a/CLI_tools/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ExpandedNodes": [ - "", - "\\URI" - ], - "SelectedNode": "\\URI", - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/Data/BinaryData/BinaryData/binarydata-netcore5.vbproj b/Data/BinaryData/BinaryData/binarydata-netcore5.vbproj index 5b5b0606c..dd8bc2a73 100644 --- a/Data/BinaryData/BinaryData/binarydata-netcore5.vbproj +++ b/Data/BinaryData/BinaryData/binarydata-netcore5.vbproj @@ -1,14 +1,16 @@ - + Microsoft.VisualBasic.Data.IO net6.0;net5.0;net48 Microsoft.VisualBasic.Data.BinaryData AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch + Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch;mzkit_win32 true true LICENSE + true + true @@ -38,6 +40,16 @@ false + + Microsoft.VisualBasic.Data.BinaryData.xml + true + true + full + false + netcore5=1 + false + + Microsoft.VisualBasic.Data.BinaryData.xml true @@ -90,6 +102,12 @@ Microsoft.VisualBasic.Data.BinaryData.xml + true + + + + Microsoft.VisualBasic.Data.BinaryData.xml + true @@ -154,6 +172,114 @@ netcore5=1,UNIX=1 + + true + false + true + full + false + true + netcore5=1 + true + 1 + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + true + 1 + true + + + + + + + + diff --git a/Data/BinaryData/DataStorage/datastorage-netcore5.vbproj b/Data/BinaryData/DataStorage/datastorage-netcore5.vbproj index 4dd64bd11..16830e97d 100644 --- a/Data/BinaryData/DataStorage/datastorage-netcore5.vbproj +++ b/Data/BinaryData/DataStorage/datastorage-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.Data.Storage AnyCPU;x64 - Debug;Release;Rsharp_app_release;mzkit + Debug;Release;Rsharp_app_release;mzkit;mzkit_win32 @@ -32,6 +32,10 @@ Microsoft.VisualBasic.Data.Storage.xml + + Microsoft.VisualBasic.Data.Storage.xml + + Microsoft.VisualBasic.Data.Storage.xml @@ -58,6 +62,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.Storage.xml + true + false + true + full + false + netcore5=1,UNIX=1 + true + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.Storage.xml true diff --git a/Data/BinaryData/msgpack/msgpack-netcore5.vbproj b/Data/BinaryData/msgpack/msgpack-netcore5.vbproj index 00441464c..a863ba199 100644 --- a/Data/BinaryData/msgpack/msgpack-netcore5.vbproj +++ b/Data/BinaryData/msgpack/msgpack-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.Data.IO.MessagePack AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;mzkit;PlantMAT;NPSearch + Debug;Release;LipidSearch;Rsharp_app_release;mzkit;PlantMAT;NPSearch;mzkit_win32 @@ -43,6 +43,16 @@ false + + Microsoft.VisualBasic.Data.IO.MessagePack.xml + true + true + full + false + netcore5=1 + false + + Microsoft.VisualBasic.Data.IO.MessagePack.xml true @@ -99,6 +109,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.IO.MessagePack.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.IO.MessagePack.xml true diff --git a/Data/DataFrame.Extensions/DataFramework.Extensions-netcore5.vbproj b/Data/DataFrame.Extensions/DataFramework.Extensions-netcore5.vbproj index eb8039e4e..7f42f5b06 100644 --- a/Data/DataFrame.Extensions/DataFramework.Extensions-netcore5.vbproj +++ b/Data/DataFrame.Extensions/DataFramework.Extensions-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.Data.Framework.Extensions AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release + Debug;Release;LipidSearch;Rsharp_app_release;mzkit_win32 Microsoft.VisualBasic.Data.Framework.Extensions xieguigang 5.0.2323 @@ -37,6 +37,10 @@ Microsoft.VisualBasic.Data.Csv.Extensions.xml + + Microsoft.VisualBasic.Data.Csv.Extensions.xml + + Microsoft.VisualBasic.Data.Csv.Extensions.xml @@ -57,6 +61,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.Csv.Extensions.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.Csv.Extensions.xml true diff --git a/Data/DataFrame/dataframework-netcore5.vbproj b/Data/DataFrame/dataframework-netcore5.vbproj index 38624c4a1..0a3a3c276 100644 --- a/Data/DataFrame/dataframework-netcore5.vbproj +++ b/Data/DataFrame/dataframework-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.Data.Framework AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch + Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch;mzkit_win32 Microsoft.VisualBasic.Data.Framework 5.0.123 Data Framework for sciBASIC based on the csv 2D table @@ -103,6 +103,19 @@ D:\biodeep\biodeepdb_v3\metaCluster\NPSearch\assembly\ + + true + false + true + full + false + 4194304 + netcore5=1,UNIX=1 + true + Microsoft.VisualBasic.Data.Framework.xml + D:\biodeep\biodeepdb_v3\metaCluster\NPSearch\assembly\ + + Microsoft.VisualBasic.Data.Framework.xml @@ -127,6 +140,10 @@ Microsoft.VisualBasic.Data.Framework.xml + + Microsoft.VisualBasic.Data.Framework.xml + + diff --git a/Data/GraphQuery/GraphQuery.NET5.vbproj b/Data/GraphQuery/GraphQuery.NET5.vbproj index 229d4134e..395848749 100644 --- a/Data/GraphQuery/GraphQuery.NET5.vbproj +++ b/Data/GraphQuery/GraphQuery.NET5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.Data.GraphQuery AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch + Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch;mzkit_win32 Microsoft.VisualBasic.Data.GraphQuery 5.0.123 GraphQuery is a query language and execution engine tied to any backend service. It is back-end language independent. @@ -65,6 +65,19 @@ D:\GCModeller\src\R-sharp\App\ + + true + false + true + full + false + 4194304 + netcore5=1,UNIX=1 + true + Microsoft.VisualBasic.Data.GraphQuery.xml + D:\GCModeller\src\R-sharp\App\ + + true false @@ -116,6 +129,10 @@ Microsoft.VisualBasic.Data.GraphQuery.xml + + Microsoft.VisualBasic.Data.GraphQuery.xml + + Microsoft.VisualBasic.Data.GraphQuery.xml diff --git a/Data_science/.vs/ProjectSettings.json b/Data_science/.vs/ProjectSettings.json deleted file mode 100644 index f8b488856..000000000 --- a/Data_science/.vs/ProjectSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "CurrentProjectSetting": null -} \ No newline at end of file diff --git a/Data_science/.vs/VSWorkspaceState.json b/Data_science/.vs/VSWorkspaceState.json deleted file mode 100644 index 6b6114114..000000000 --- a/Data_science/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ExpandedNodes": [ - "" - ], - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/Data_science/DataMining/BinaryTree/btree-netcore5.vbproj b/Data_science/DataMining/BinaryTree/btree-netcore5.vbproj index fd883ae74..cb5422b03 100644 --- a/Data_science/DataMining/BinaryTree/btree-netcore5.vbproj +++ b/Data_science/DataMining/BinaryTree/btree-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.DataMining.BinaryTreeClustering AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release + Debug;Release;LipidSearch;Rsharp_app_release;mzkit_win32 @@ -34,6 +34,10 @@ Microsoft.VisualBasic.DataMining.BinaryTreeClustering.xml + + Microsoft.VisualBasic.DataMining.BinaryTreeClustering.xml + + Microsoft.VisualBasic.DataMining.BinaryTreeClustering.xml @@ -61,6 +65,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.DataMining.BinaryTreeClustering.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + diff --git a/Data_science/DataMining/DataMining/DataMining.NET5.vbproj b/Data_science/DataMining/DataMining/DataMining.NET5.vbproj index 855dc6a24..c1e3b0629 100644 --- a/Data_science/DataMining/DataMining/DataMining.NET5.vbproj +++ b/Data_science/DataMining/DataMining/DataMining.NET5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.DataMining.Framework AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;mzkit + Debug;Release;LipidSearch;Rsharp_app_release;mzkit;mzkit_win32 true true xieguigang <I@xieguigang.me> @@ -42,6 +42,10 @@ Microsoft.VisualBasic.DataMining.Framework.xml + + Microsoft.VisualBasic.DataMining.Framework.xml + + Microsoft.VisualBasic.DataMining.Framework.xml netcore5=1 @@ -81,6 +85,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.DataMining.Framework.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + diff --git a/Data_science/DataMining/DensityQuery/DensityQuery.NET5.vbproj b/Data_science/DataMining/DensityQuery/DensityQuery.NET5.vbproj index 912aecf46..2cde78241 100644 --- a/Data_science/DataMining/DensityQuery/DensityQuery.NET5.vbproj +++ b/Data_science/DataMining/DensityQuery/DensityQuery.NET5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.DataMining.DensityQuery AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;mzkit + Debug;Release;LipidSearch;Rsharp_app_release;mzkit;mzkit_win32 xieguigang <I@xieguigang.me> true true @@ -42,6 +42,10 @@ Microsoft.VisualBasic.DataMining.DensityQuery.xml + + Microsoft.VisualBasic.DataMining.DensityQuery.xml + + Microsoft.VisualBasic.DataMining.DensityQuery.xml netcore5=1 @@ -81,6 +85,18 @@ + + Microsoft.VisualBasic.DataMining.DensityQuery.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + + + diff --git a/Data_science/DataMining/DynamicProgramming/DynamicProgramming.NET5.vbproj b/Data_science/DataMining/DynamicProgramming/DynamicProgramming.NET5.vbproj index 6499aefd3..b3957d357 100644 --- a/Data_science/DataMining/DynamicProgramming/DynamicProgramming.NET5.vbproj +++ b/Data_science/DataMining/DynamicProgramming/DynamicProgramming.NET5.vbproj @@ -5,10 +5,11 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.DataMining.DynamicProgramming AnyCPU;x64 - Debug;Release;Rsharp_app_release + Debug;Release;Rsharp_app_release;mzkit_win32 true true LICENSE + true @@ -23,6 +24,10 @@ Microsoft.VisualBasic.DataMining.DynamicProgramming.xml + + Microsoft.VisualBasic.DataMining.DynamicProgramming.xml + + Microsoft.VisualBasic.DataMining.DynamicProgramming.xml @@ -36,6 +41,19 @@ netcore5=1 + + Microsoft.VisualBasic.DataMining.DynamicProgramming.xml + netcore5=1 + + + + true + true + full + false + netcore5=1 + + diff --git a/Data_science/DataMining/HMM/HMM.NET5.vbproj b/Data_science/DataMining/HMM/HMM.NET5.vbproj index de49a492d..53e66901f 100644 --- a/Data_science/DataMining/HMM/HMM.NET5.vbproj +++ b/Data_science/DataMining/HMM/HMM.NET5.vbproj @@ -6,7 +6,7 @@ Microsoft.VisualBasic.DataMining.HiddenMarkovChain true AnyCPU;x64 - Debug;Release;Rsharp_app_release + Debug;Release;Rsharp_app_release;mzkit_win32 @@ -45,6 +45,16 @@ netcore5=1 + + Microsoft.VisualBasic.DataMining.HiddenMarkovChain.xml + true + false + true + full + false + netcore5=1 + + Microsoft.VisualBasic.DataMining.HiddenMarkovChain.xml true @@ -67,6 +77,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.DataMining.HiddenMarkovChain.xml + true + false + true + full + false + netcore5=1 + true + D:\GCModeller\src\R-sharp\App\ + + diff --git a/Data_science/DataMining/hierarchical-clustering/hierarchical-clustering/hctree.NET5.vbproj b/Data_science/DataMining/hierarchical-clustering/hierarchical-clustering/hctree.NET5.vbproj index a546bf088..bf8dae80e 100644 --- a/Data_science/DataMining/hierarchical-clustering/hierarchical-clustering/hctree.NET5.vbproj +++ b/Data_science/DataMining/hierarchical-clustering/hierarchical-clustering/hctree.NET5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.DataMining.HierarchicalClustering AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;mzkit + Debug;Release;LipidSearch;Rsharp_app_release;mzkit;mzkit_win32 true true LICENSE @@ -41,6 +41,10 @@ Microsoft.VisualBasic.DataMining.HierarchicalClustering.xml + + Microsoft.VisualBasic.DataMining.HierarchicalClustering.xml + + Microsoft.VisualBasic.DataMining.HierarchicalClustering.xml @@ -79,6 +83,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.DataMining.HierarchicalClustering.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + diff --git a/Data_science/Graph/Network/SubNetworkComponents.vb b/Data_science/Graph/Network/SubNetworkComponents.vb index 37eafaf31..cb35b7969 100644 --- a/Data_science/Graph/Network/SubNetworkComponents.vb +++ b/Data_science/Graph/Network/SubNetworkComponents.vb @@ -1,58 +1,59 @@ #Region "Microsoft.VisualBasic::fe83d00ae41972618fcf897231bf4adb, sciBASIC#\Data_science\Graph\Network\SubNetworkComponents.vb" - ' Author: - ' - ' asuka (amethyst.asuka@gcmodeller.org) - ' xie (genetics@smrucc.org) - ' xieguigang (xie.guigang@live.com) - ' - ' Copyright (c) 2018 GPL3 Licensed - ' - ' - ' GNU GENERAL PUBLIC LICENSE (GPL3) - ' - ' - ' 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 . - - - - ' /********************************************************************************/ - - ' Summaries: - - - ' Code Statistics: - - ' Total Lines: 100 - ' Code Lines: 78 - ' Comment Lines: 2 - ' Blank Lines: 20 - ' File Size: 3.60 KB - - - ' Class SubNetworkComponents - ' - ' Constructor: (+1 Overloads) Sub New - ' Function: GetEnumerator, GetSingleNodeGraphs, IEnumerable_GetEnumerator, IteratesSubNetworks, measureSubComponent - ' popFirstEdge - ' - ' - ' /********************************************************************************/ +' Author: +' +' asuka (amethyst.asuka@gcmodeller.org) +' xie (genetics@smrucc.org) +' xieguigang (xie.guigang@live.com) +' +' Copyright (c) 2018 GPL3 Licensed +' +' +' GNU GENERAL PUBLIC LICENSE (GPL3) +' +' +' 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 . + + + +' /********************************************************************************/ + +' Summaries: + + +' Code Statistics: + +' Total Lines: 100 +' Code Lines: 78 +' Comment Lines: 2 +' Blank Lines: 20 +' File Size: 3.60 KB + + +' Class SubNetworkComponents +' +' Constructor: (+1 Overloads) Sub New +' Function: GetEnumerator, GetSingleNodeGraphs, IEnumerable_GetEnumerator, IteratesSubNetworks, measureSubComponent +' popFirstEdge +' +' +' /********************************************************************************/ #End Region Imports Microsoft.VisualBasic.ComponentModel.Collection +Imports Microsoft.VisualBasic.ComponentModel.DataSourceModel Imports Microsoft.VisualBasic.Language Imports Microsoft.VisualBasic.Linq @@ -61,14 +62,26 @@ Namespace Network Public Class SubNetworkComponents(Of Node As {New, Network.Node}, U As {New, Network.Edge(Of Node)}, Graph As {New, NetworkGraph(Of Node, U)}) Implements IEnumerable(Of Graph) - Dim edges As List(Of U) + ''' + ''' enable id data cache + ''' + Dim edges As New Dictionary(Of String, NamedValue(Of U)) Dim network As NetworkGraph(Of Node, U) Dim components As Graph() Dim populatedNodes As New List(Of Node) Sub New(network As NetworkGraph(Of Node, U), Optional singleNodeAsGraph As Boolean = False) + Dim label As String + Dim tag As NamedValue(Of U) + + For Each link As U In network.graphEdges + label = link.ID + tag = New NamedValue(Of U) With {.Name = label, .Value = link} + + Call edges.Add(label, tag) + Next + Me.network = network - Me.edges = network.graphEdges.AsList Me.components = IteratesSubNetworks.ToArray If singleNodeAsGraph Then @@ -96,53 +109,61 @@ Namespace Network Next End Function - Private Function popFirstEdge(n As Node) As U + Private Function popFirstEdge(n As Node) As NamedValue(Of U) Return edges _ - .Where(Function(e) e.U Is n OrElse e.V Is n) _ + .Values _ + .Where(Function(e) + Dim link As U = e.Value + Dim test As Boolean = link.U Is n OrElse link.V Is n + + Return test + End Function) _ .FirstOrDefault End Function Private Function measureSubComponent() As Graph Dim subnetwork As New Graph - Dim edge As U = edges.First + Dim edge As NamedValue(Of U) = edges.First.Value Dim list As New List(Of Node) - Call list.Add(edge.U) - Call list.Add(edge.V) + Call list.Add(edge.Value.U) + Call list.Add(edge.Value.V) Do While list > 0 ' U和V是由edge带进来的,可能会产生重复 - subnetwork.AddVertex(edge.U) - subnetwork.AddVertex(edge.V) - subnetwork.AddEdge(edge.U, edge.V) - populatedNodes.Add(edge.U) - populatedNodes.Add(edge.V) - edges.Remove(edge) - - If -1 = list.IndexOf(edge.U) Then - Call list.Add(edge.U) + subnetwork.AddVertex(edge.Value.U) + subnetwork.AddVertex(edge.Value.V) + subnetwork.AddEdge(edge.Value.U, edge.Value.V) + populatedNodes.Add(edge.Value.U) + populatedNodes.Add(edge.Value.V) + edges.Remove(edge.Name) + + If -1 = list.IndexOf(edge.Value.U) Then + Call list.Add(edge.Value.U) End If - If -1 = list.IndexOf(edge.V) Then - Call list.Add(edge.V) + If -1 = list.IndexOf(edge.Value.V) Then + Call list.Add(edge.Value.V) End If edge = Nothing - Do While edge Is Nothing AndAlso list > 0 + Do While edge.Value Is Nothing AndAlso list > 0 edge = popFirstEdge(list.First) - If edge Is Nothing Then + If edge.Value Is Nothing Then ' 当前的这个节点已经没有相连的边了,移除这个节点 Call list.RemoveAt(Scan0) End If Loop Loop + Call Console.WriteLine($"sub-graph: {subnetwork.ToString}!") + Return subnetwork End Function Private Iterator Function IteratesSubNetworks() As IEnumerable(Of Graph) - Do While edges > 0 + Do While edges.Count > 0 Yield measureSubComponent() Loop End Function diff --git a/Data_science/Graph/graph-netcore5.vbproj b/Data_science/Graph/graph-netcore5.vbproj index 7edc2abb8..081f583f4 100644 --- a/Data_science/Graph/graph-netcore5.vbproj +++ b/Data_science/Graph/graph-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.Data.GraphTheory AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;mzkit;NPSearch + Debug;Release;LipidSearch;Rsharp_app_release;mzkit;NPSearch;mzkit_win32 true true xieguigang <I@xieguigang.me> @@ -47,6 +47,16 @@ false + + Microsoft.VisualBasic.Data.GraphTheory.xml + true + true + full + false + netcore5=1 + false + + Microsoft.VisualBasic.Data.GraphTheory.xml true @@ -94,6 +104,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.GraphTheory.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.GraphTheory.xml true diff --git a/Data_science/MachineLearning/MLDebugger/ML_debugger-netcore5.vbproj b/Data_science/MachineLearning/MLDebugger/ML_debugger-netcore5.vbproj index 617aa76fa..bd7ccec1f 100644 --- a/Data_science/MachineLearning/MLDebugger/ML_debugger-netcore5.vbproj +++ b/Data_science/MachineLearning/MLDebugger/ML_debugger-netcore5.vbproj @@ -15,7 +15,7 @@ AnyCPU;x64 true true - Debug;Release;LipidSearch;Rsharp_app_release + Debug;Release;LipidSearch;Rsharp_app_release;mzkit_win32 @@ -43,6 +43,10 @@ Microsoft.VisualBasic.MachineLearning.Debugger.xml + + Microsoft.VisualBasic.MachineLearning.Debugger.xml + + Microsoft.VisualBasic.MachineLearning.Debugger.xml @@ -68,6 +72,17 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.MachineLearning.Debugger.xml + true + false + true + full + false + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.MachineLearning.Debugger.xml true diff --git a/Data_science/MachineLearning/MachineLearning/machine_learning-netcore5.vbproj b/Data_science/MachineLearning/MachineLearning/machine_learning-netcore5.vbproj index 3d4fe69e4..b1afcfbc7 100644 --- a/Data_science/MachineLearning/MachineLearning/machine_learning-netcore5.vbproj +++ b/Data_science/MachineLearning/MachineLearning/machine_learning-netcore5.vbproj @@ -15,7 +15,7 @@ AnyCPU;x64 true true - Debug;Release;LipidSearch;Rsharp_app_release;mzkit + Debug;Release;LipidSearch;Rsharp_app_release;mzkit;mzkit_win32 @@ -47,6 +47,10 @@ Microsoft.VisualBasic.MachineLearning.xml + + Microsoft.VisualBasic.MachineLearning.xml + + Microsoft.VisualBasic.MachineLearning.xml @@ -83,6 +87,18 @@ true + + Microsoft.VisualBasic.MachineLearning.xml + true + false + true + full + false + netcore5=1,UNIX=1 + ../../../../../\R-sharp\App\ + true + + Microsoft.VisualBasic.MachineLearning.xml true diff --git a/Data_science/MachineLearning/XGBoostDataSet/XGBoostDataSet.vbproj b/Data_science/MachineLearning/XGBoostDataSet/XGBoostDataSet.vbproj index 117491b03..9045d2d28 100644 --- a/Data_science/MachineLearning/XGBoostDataSet/XGBoostDataSet.vbproj +++ b/Data_science/MachineLearning/XGBoostDataSet/XGBoostDataSet.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.MachineLearning.XGBoost.DataSet AnyCPU;x64 - Debug;Release;Rsharp_app_release + Debug;Release;Rsharp_app_release;mzkit_win32 @@ -23,6 +23,11 @@ true + + Microsoft.VisualBasic.MachineLearning.XGBoost.DataSet.xml + true + + Microsoft.VisualBasic.MachineLearning.XGBoost.DataSet.xml true @@ -44,6 +49,17 @@ true + + Microsoft.VisualBasic.MachineLearning.XGBoost.DataSet.xml + true + false + true + full + false + true + true + + diff --git a/Data_science/MachineLearning/t-SNE/t-SNE.NET5.vbproj b/Data_science/MachineLearning/t-SNE/t-SNE.NET5.vbproj index 5f07caeb8..4e46ab4ce 100644 --- a/Data_science/MachineLearning/t-SNE/t-SNE.NET5.vbproj +++ b/Data_science/MachineLearning/t-SNE/t-SNE.NET5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.MachineLearning.t-SNE AnyCPU;x64 - Debug;Release;Rsharp_app_release + Debug;Release;Rsharp_app_release;mzkit_win32 true @@ -33,6 +33,10 @@ Microsoft.VisualBasic.MachineLearning.t-SNE.xml + + Microsoft.VisualBasic.MachineLearning.t-SNE.xml + + Microsoft.VisualBasic.MachineLearning.t-SNE.xml @@ -49,6 +53,18 @@ netcore5=1 + + Microsoft.VisualBasic.MachineLearning.t-SNE.xml + D:\GCModeller\src\R-sharp\App\ + true + false + true + full + false + true + netcore5=1 + + diff --git a/Data_science/MachineLearning/xgboost/xgboost.NET5.vbproj b/Data_science/MachineLearning/xgboost/xgboost.NET5.vbproj new file mode 100644 index 000000000..8e2ee1ff3 --- /dev/null +++ b/Data_science/MachineLearning/xgboost/xgboost.NET5.vbproj @@ -0,0 +1,128 @@ + + + + Microsoft.VisualBasic.MachineLearning.XGBoost + net6.0;net5.0;net48 + Microsoft.VisualBasic.MachineLearning.XGBoost + xie.guigang@live.com + sciBASIC.NET + 5.0.1.2389 + GPL3 + LICENSE + http://sciBASIC.NET + logo-knot.png + https://github.com/xieguigang/sciBASIC + AnyCPU;x64 + true + true + Debug;Release;LipidSearch;Rsharp_app_release;mzkit + + + + bin\x64\ + true + true + full + Microsoft.VisualBasic.MachineLearning.xml + netcore5=1 + + + + Microsoft.VisualBasic.MachineLearning.xml + netcore5=1 + true + true + full + + + + Microsoft.VisualBasic.MachineLearning.xml + + + + Microsoft.VisualBasic.MachineLearning.xml + + + + Microsoft.VisualBasic.MachineLearning.xml + + + + Microsoft.VisualBasic.MachineLearning.xml + + + + Microsoft.VisualBasic.MachineLearning.xml + true + false + true + full + false + netcore5=1,UNIX=1 + + + + Microsoft.VisualBasic.MachineLearning.xml + true + false + true + full + false + netcore5=1,UNIX=1 + + + + Microsoft.VisualBasic.MachineLearning.xml + true + false + true + full + false + netcore5=1,UNIX=1 + ../../../../../\R-sharp\App\ + true + + + + Microsoft.VisualBasic.MachineLearning.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + + + + + + + + + + + + + + True + + + + True + + + + + + + + + + + + + + + + diff --git a/Data_science/MachineLearning/xgboost/xgboost.vbproj b/Data_science/MachineLearning/xgboost/xgboost.vbproj index f62a879ed..65472e022 100644 --- a/Data_science/MachineLearning/xgboost/xgboost.vbproj +++ b/Data_science/MachineLearning/xgboost/xgboost.vbproj @@ -13,7 +13,7 @@ logo.png Extreme Gradient Boosting - Debug;Release;Rsharp_app_release + Debug;Release;Rsharp_app_release;mzkit_win32 Off On @@ -39,6 +39,13 @@ true + + Microsoft.VisualBasic.MachineLearning.XGBoost.xml + 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 + + true + + Microsoft.VisualBasic.MachineLearning.XGBoost.xml true @@ -69,6 +76,19 @@ true + + Microsoft.VisualBasic.MachineLearning.XGBoost.xml + false + true + full + false + true + true + 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 + + true + + diff --git a/Data_science/Mathematica/.vs/config/applicationhost.config b/Data_science/Mathematica/.vs/config/applicationhost.config deleted file mode 100644 index c2abfb480..000000000 --- a/Data_science/Mathematica/.vs/config/applicationhost.config +++ /dev/null @@ -1,1030 +0,0 @@ - - - - - - - - -
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
- -
-
- -
-
-
- - -
-
-
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Data_science/Mathematica/Math/DataFittings/linear-netcore5.vbproj b/Data_science/Mathematica/Math/DataFittings/linear-netcore5.vbproj index 1f1eb2af7..e2d7d2e92 100644 --- a/Data_science/Mathematica/Math/DataFittings/linear-netcore5.vbproj +++ b/Data_science/Mathematica/Math/DataFittings/linear-netcore5.vbproj @@ -16,7 +16,7 @@ true true LAPACK (Linear Algebra PACKage) - Debug;Release;Rsharp_app_release;LipidSearch;mzkit + Debug;Release;Rsharp_app_release;LipidSearch;mzkit;mzkit_win32 @@ -49,6 +49,10 @@ Microsoft.VisualBasic.Data.Bootstrapping.Fittings.xml + + Microsoft.VisualBasic.Data.Bootstrapping.Fittings.xml + + Microsoft.VisualBasic.Data.Bootstrapping.Fittings.xml @@ -86,6 +90,19 @@ ../../../../../../\R-sharp\App\ + + Microsoft.VisualBasic.Data.Bootstrapping.Fittings.xml + netcore5=1,UNIX=1 + true + false + true + full + false + true + 4194304 + ../../../../../../\R-sharp\App\ + + Microsoft.VisualBasic.Data.Bootstrapping.Fittings.xml netcore5=1,UNIX=1 diff --git a/Data_science/Mathematica/Math/DataFrame/dataframeUtils-netcore5.vbproj b/Data_science/Mathematica/Math/DataFrame/dataframeUtils-netcore5.vbproj index 270566cb2..d6e30f607 100644 --- a/Data_science/Mathematica/Math/DataFrame/dataframeUtils-netcore5.vbproj +++ b/Data_science/Mathematica/Math/DataFrame/dataframeUtils-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.Math.DataFrame AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;mzkit + Debug;Release;LipidSearch;Rsharp_app_release;mzkit;mzkit_win32 true @@ -44,6 +44,16 @@ false + + Microsoft.VisualBasic.Math.DataFrame.xml + true + true + full + false + netcore5=1 + false + + Microsoft.VisualBasic.Math.DataFrame.xml true @@ -80,6 +90,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Math.DataFrame.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Math.DataFrame.xml true diff --git a/Data_science/Mathematica/Math/Math/Math.NET5.vbproj b/Data_science/Mathematica/Math/Math/Math.NET5.vbproj index bff36d742..99ff31ce0 100644 --- a/Data_science/Mathematica/Math/Math/Math.NET5.vbproj +++ b/Data_science/Mathematica/Math/Math/Math.NET5.vbproj @@ -15,7 +15,7 @@ AnyCPU;x64 true true - Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch + Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch;mzkit_win32 @@ -47,6 +47,10 @@ Microsoft.VisualBasic.Math.Core.xml + + Microsoft.VisualBasic.Math.Core.xml + + Microsoft.VisualBasic.Math.Core.xml @@ -92,6 +96,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Math.Core.xml + true + false + true + full + false + netcore5=1,UNIX=1 + true + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Math.Core.xml true diff --git a/Data_science/Mathematica/Math/MathLambda/symbolic-netcore5.vbproj b/Data_science/Mathematica/Math/MathLambda/symbolic-netcore5.vbproj index ae58a4008..8360f3585 100644 --- a/Data_science/Mathematica/Math/MathLambda/symbolic-netcore5.vbproj +++ b/Data_science/Mathematica/Math/MathLambda/symbolic-netcore5.vbproj @@ -16,7 +16,7 @@ true true LAPACK (Linear Algebra PACKage) - Debug;Release;Rsharp_app_release;LipidSearch + Debug;Release;Rsharp_app_release;LipidSearch;mzkit_win32 @@ -45,6 +45,10 @@ Microsoft.VisualBasic.Math.Lambda.xml + + Microsoft.VisualBasic.Math.Lambda.xml + + Microsoft.VisualBasic.Math.Lambda.xml @@ -72,6 +76,19 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Math.Lambda.xml + netcore5=1,UNIX=1 + true + false + true + full + false + true + 4194304 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Math.Lambda.xml netcore5=1,UNIX=1 diff --git a/Data_science/Mathematica/SignalProcessing/wav/wav/waveFile-netcore5.vbproj b/Data_science/Mathematica/SignalProcessing/wav/wav/waveFile-netcore5.vbproj index 2c5a66026..6a34075d2 100644 --- a/Data_science/Mathematica/SignalProcessing/wav/wav/waveFile-netcore5.vbproj +++ b/Data_science/Mathematica/SignalProcessing/wav/wav/waveFile-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 AnyCPU;x64 Microsoft.VisualBasic.Data.Wave - Debug;Release;Rsharp_app_release + Debug;Release;Rsharp_app_release;mzkit_win32 true true LICENSE @@ -29,6 +29,10 @@ Microsoft.VisualBasic.Data.Wave.xml + + Microsoft.VisualBasic.Data.Wave.xml + + Microsoft.VisualBasic.Data.Wave.xml @@ -45,6 +49,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.Wave.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + diff --git a/Data_science/NLP/NLP.NET.vbproj b/Data_science/NLP/NLP.NET.vbproj index 58988d863..c5ab6e2c1 100644 --- a/Data_science/NLP/NLP.NET.vbproj +++ b/Data_science/NLP/NLP.NET.vbproj @@ -7,7 +7,7 @@ $(DefaultItemExcludes);$(ProjectDir)**\*.cs Microsoft.VisualBasic.Data.NLP Microsoft.VisualBasic.Data.NLP - Debug;Release;Rsharp_app_release + Debug;Release;Rsharp_app_release;mzkit_win32 @@ -22,6 +22,10 @@ Microsoft.VisualBasic.Data.NLP.xml + + Microsoft.VisualBasic.Data.NLP.xml + + Microsoft.VisualBasic.Data.NLP.xml true @@ -37,6 +41,10 @@ Microsoft.VisualBasic.Data.NLP.xml + + Microsoft.VisualBasic.Data.NLP.xml + + diff --git a/Data_science/Visualization/Visualization/data_visualize-netcore5.vbproj b/Data_science/Visualization/Visualization/data_visualize-netcore5.vbproj index 5c40b4acc..18e0c81f4 100644 --- a/Data_science/Visualization/Visualization/data_visualize-netcore5.vbproj +++ b/Data_science/Visualization/Visualization/data_visualize-netcore5.vbproj @@ -15,7 +15,7 @@ AnyCPU;x64 true true - Debug;Release;LipidSearch;Rsharp_app_release + Debug;Release;LipidSearch;Rsharp_app_release;mzkit_win32 @@ -43,6 +43,10 @@ Microsoft.VisualBasic.Data.visualize.xml + + Microsoft.VisualBasic.Data.visualize.xml + + Microsoft.VisualBasic.Data.visualize.xml @@ -68,6 +72,17 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.visualize.xml + true + false + true + full + false + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.visualize.xml true diff --git a/Microsoft.VisualBasic.Core/.vs/ProjectSettings.json b/Microsoft.VisualBasic.Core/.vs/ProjectSettings.json deleted file mode 100644 index f8b488856..000000000 --- a/Microsoft.VisualBasic.Core/.vs/ProjectSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "CurrentProjectSetting": null -} \ No newline at end of file diff --git a/Microsoft.VisualBasic.Core/.vs/VSWorkspaceState.json b/Microsoft.VisualBasic.Core/.vs/VSWorkspaceState.json deleted file mode 100644 index 6b6114114..000000000 --- a/Microsoft.VisualBasic.Core/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ExpandedNodes": [ - "" - ], - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/Microsoft.VisualBasic.Core/src/Core.vbproj b/Microsoft.VisualBasic.Core/src/Core.vbproj index d77d0c1d5..0b8ae1d1a 100644 --- a/Microsoft.VisualBasic.Core/src/Core.vbproj +++ b/Microsoft.VisualBasic.Core/src/Core.vbproj @@ -17,7 +17,7 @@ logo-knot.png https://github.com/xieguigang/sciBASIC AnyCPU;x64 - Debug;Release;Rsharp_app_release;LipidSearch;PlantMAT;mzkit;NPSearch + Debug;Release;Rsharp_app_release;LipidSearch;PlantMAT;mzkit;NPSearch;mzkit_win32 true true sciBASIC#: Microsoft VisualBasic for Scientific Computing @@ -67,6 +67,10 @@ Microsoft.VisualBasic.Runtime.xml + + Microsoft.VisualBasic.Runtime.xml + + Microsoft.VisualBasic.Runtime.xml @@ -113,6 +117,19 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Runtime.xml + netcore5=1,UNIX=1,FRAMEWORD_CORE=1 + true + false + 4194304 + true + full + false + true + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Runtime.xml netcore5=1,UNIX=1,FRAMEWORD_CORE=1 diff --git a/gr/.vs/config/applicationhost.config b/gr/.vs/config/applicationhost.config deleted file mode 100644 index c2abfb480..000000000 --- a/gr/.vs/config/applicationhost.config +++ /dev/null @@ -1,1030 +0,0 @@ - - - - - - - - -
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
- -
-
- -
-
-
- - -
-
-
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gr/Microsoft.VisualBasic.Imaging/imaging.NET5.vbproj b/gr/Microsoft.VisualBasic.Imaging/imaging.NET5.vbproj index c936409f5..6386487c4 100644 --- a/gr/Microsoft.VisualBasic.Imaging/imaging.NET5.vbproj +++ b/gr/Microsoft.VisualBasic.Imaging/imaging.NET5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.Imaging AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;mzkit;NPSearch + Debug;Release;LipidSearch;Rsharp_app_release;mzkit;NPSearch;mzkit_win32 true @@ -47,6 +47,18 @@ + + true + false + true + full + false + true + netcore5=1,UNIX=1 + Microsoft.VisualBasic.Imaging.xml + + + true false @@ -83,6 +95,10 @@ Microsoft.VisualBasic.Imaging.xml + + Microsoft.VisualBasic.Imaging.xml + + Microsoft.VisualBasic.Imaging.xml diff --git a/gr/SVG/.vs/ProjectSettings.json b/gr/SVG/.vs/ProjectSettings.json deleted file mode 100644 index f8b488856..000000000 --- a/gr/SVG/.vs/ProjectSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "CurrentProjectSetting": null -} \ No newline at end of file diff --git a/gr/SVG/.vs/VSWorkspaceState.json b/gr/SVG/.vs/VSWorkspaceState.json deleted file mode 100644 index 238783d1f..000000000 --- a/gr/SVG/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ExpandedNodes": [ - "" - ], - "SelectedNode": "\\demo.css", - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/gr/avi/AVI.NET5.vbproj b/gr/avi/AVI.NET5.vbproj new file mode 100644 index 000000000..ff1eae105 --- /dev/null +++ b/gr/avi/AVI.NET5.vbproj @@ -0,0 +1,150 @@ + + + + Microsoft.VisualBasic.Imaging.AVIMedia + net6.0;net5.0;net48 + Microsoft.VisualBasic.Imaging.AVIMedia + AnyCPU;x64 + Debug;Release;Rsharp_app_release;LipidSearch;mzkit;NPSearch;mzkit_win32 + true + LICENSE + git + true + true + + + + netcore5=1 + Microsoft.VisualBasic.Imaging.PDF.xml + true + true + full + false + + + + netcore5=1 + Microsoft.VisualBasic.Imaging.PDF.xml + + + + netcore5=1,UNIX=1 + Microsoft.VisualBasic.Imaging.PDF.xml + true + false + true + full + false + true + 4194304 + D:\GCModeller\src\R-sharp\App\ + + + + netcore5=1,UNIX=1 + Microsoft.VisualBasic.Imaging.PDF.xml + true + false + true + full + false + true + 4194304 + D:\biodeep\biodeepdb_v3\metaCluster\NPSearch\assembly\ + + + + netcore5=1,UNIX=1 + Microsoft.VisualBasic.Imaging.PDF.xml + true + false + true + full + false + true + 4194304 + + + + Microsoft.VisualBasic.Imaging.PDF.xml + + + + Microsoft.VisualBasic.Imaging.PDF.xml + + + + Microsoft.VisualBasic.Imaging.PDF.xml + + + + Microsoft.VisualBasic.Imaging.PDF.xml + + + + Microsoft.VisualBasic.Imaging.PDF.xml + + + + Microsoft.VisualBasic.Imaging.PDF.xml + + + + Microsoft.VisualBasic.Imaging.PDF.xml + true + false + true + full + false + netcore5=1,UNIX=1 + + + + Microsoft.VisualBasic.Imaging.PDF.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + + + + Microsoft.VisualBasic.Imaging.PDF.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + + + + + + + + + + + True + + + + + + + + + + + + + + + + + + diff --git a/gr/avi/My Project/AssemblyInfo.vb b/gr/avi/My Project/AssemblyInfo.vb index 50d2f6363..3f14be73e 100644 --- a/gr/avi/My Project/AssemblyInfo.vb +++ b/gr/avi/My Project/AssemblyInfo.vb @@ -1,7 +1,7 @@ Imports System Imports System.Reflection Imports System.Runtime.InteropServices - +#if netcore5=0 then ' 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. @@ -33,3 +33,4 @@ Imports System.Runtime.InteropServices +#end if \ No newline at end of file diff --git a/gr/avi/My Project/Settings.Designer.vb b/gr/avi/My Project/Settings.Designer.vb index 10596a89d..b7133e34b 100644 --- a/gr/avi/My Project/Settings.Designer.vb +++ b/gr/avi/My Project/Settings.Designer.vb @@ -11,7 +11,7 @@ Option Strict On Option Explicit On - +#if netcore5=0 then Namespace My net6.0;net5.0;net48 Microsoft.VisualBasic.Data.visualize.Network.IO.Extensions AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;NPSearch + Debug;Release;LipidSearch;Rsharp_app_release;NPSearch;mzkit_win32 @@ -43,6 +43,16 @@ false + + Microsoft.VisualBasic.Data.visualize.Network.IO.Extensions.xml + true + true + full + false + netcore5=1 + false + + Microsoft.VisualBasic.Data.visualize.Network.IO.Extensions.xml true @@ -80,6 +90,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.visualize.Network.IO.Extensions.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.visualize.Network.IO.Extensions.xml true diff --git a/gr/network-visualization/NetworkCanvas/My Project/AssemblyInfo.vb b/gr/network-visualization/NetworkCanvas/My Project/AssemblyInfo.vb index b37a7f865..bee5878b6 100644 --- a/gr/network-visualization/NetworkCanvas/My Project/AssemblyInfo.vb +++ b/gr/network-visualization/NetworkCanvas/My Project/AssemblyInfo.vb @@ -7,7 +7,7 @@ Imports System.Runtime.InteropServices ' associated with an assembly. ' Review the values of the assembly attributes - +#if netcore5=0 then @@ -33,3 +33,4 @@ Imports System.Runtime.InteropServices +#end if \ No newline at end of file diff --git a/gr/network-visualization/NetworkCanvas/My Project/Settings.Designer.vb b/gr/network-visualization/NetworkCanvas/My Project/Settings.Designer.vb index b94e9c5f1..9b53be170 100644 --- a/gr/network-visualization/NetworkCanvas/My Project/Settings.Designer.vb +++ b/gr/network-visualization/NetworkCanvas/My Project/Settings.Designer.vb @@ -11,7 +11,7 @@ Option Strict On Option Explicit On - +#if netcore5=0 then Namespace My + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gr/network-visualization/NetworkCanvas/NetworkCanvas.NET5.vbproj b/gr/network-visualization/NetworkCanvas/NetworkCanvas.NET5.vbproj new file mode 100644 index 000000000..824a45d16 --- /dev/null +++ b/gr/network-visualization/NetworkCanvas/NetworkCanvas.NET5.vbproj @@ -0,0 +1,113 @@ + + + + Library + Microsoft.VisualBasic.Data.visualize.Network.Canvas + net6.0-windows;net5.0-windows;net48 + Microsoft.VisualBasic.Data.visualize.Network.Canvas + + AnyCPU;x64 + Debug;Release;Rsharp_app_release;mzkit + true + 2.33.* + false + win7-x64;win7-x86;win-x64;linux-x64;linux-arm64;osx-x64 + true + My Project\app.manifest + + true + true + true + GPL3 + GPL3 + + + + + + true + true + full + netcore5=1 + Rstudio.xml + + + + true + true + full + netcore5=1 + Rstudio.xml + D:\GCModeller\src\R-sharp\App\ + + + + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + Rstudio.xml + true + full + true + false + false + + + + Rstudio.xml + + + + Rstudio.xml + + + + Rstudio.xml + + + + Rstudio.xml + ../../App/ + true + false + true + full + false + true + netcore5=1,UNIX=1 + + + + Rstudio.xml + D:\mzkit\Rscript\Library\mzkit_app\assembly\ + true + false + true + full + false + true + netcore5=1,UNIX=1 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gr/network-visualization/Visualizer/networkVisualizer.NET5.vbproj b/gr/network-visualization/Visualizer/networkVisualizer.NET5.vbproj index f7a8055b2..182da621b 100644 --- a/gr/network-visualization/Visualizer/networkVisualizer.NET5.vbproj +++ b/gr/network-visualization/Visualizer/networkVisualizer.NET5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.Data.visualize.Network.Visualizer AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release;NPSearch + Debug;Release;LipidSearch;Rsharp_app_release;NPSearch;mzkit_win32 @@ -43,6 +43,16 @@ false + + Microsoft.VisualBasic.Data.visualize.Network.Visualizer.xml + true + true + full + false + netcore5=1 + false + + Microsoft.VisualBasic.Data.visualize.Network.Visualizer.xml true @@ -79,6 +89,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.visualize.Network.Visualizer.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.Data.visualize.Network.Visualizer.xml true diff --git a/mime/.vs/config/applicationhost.config b/mime/.vs/config/applicationhost.config deleted file mode 100644 index b42cd34a9..000000000 --- a/mime/.vs/config/applicationhost.config +++ /dev/null @@ -1,1030 +0,0 @@ - - - - - - - - -
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
- -
-
- -
-
-
- - -
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mime/application%json/JSON-netcore5.vbproj b/mime/application%json/JSON-netcore5.vbproj index 96757ac4d..45e31464c 100644 --- a/mime/application%json/JSON-netcore5.vbproj +++ b/mime/application%json/JSON-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.MIME.application.json AnyCPU;x64 - Debug;Release;Rsharp_app_release;PlantMAT;NPSearch;LipidSearch + Debug;Release;Rsharp_app_release;PlantMAT;NPSearch;LipidSearch;mzkit_win32 @@ -54,6 +54,18 @@ D:\PlantMAT\PlantMAT\assembly\ + + true + false + true + full + false + true + netcore5=1,UNIX=1 + Microsoft.VisualBasic.MIME.application.json.xml + D:\PlantMAT\PlantMAT\assembly\ + + true false @@ -82,6 +94,10 @@ Microsoft.VisualBasic.MIME.application.json.xml + + Microsoft.VisualBasic.MIME.application.json.xml + + Microsoft.VisualBasic.MIME.application.json.xml diff --git a/mime/application%rdf+xml/rdf_xml-netcore5.vbproj b/mime/application%rdf+xml/rdf_xml-netcore5.vbproj index 27225ab3c..a282c6a0f 100644 --- a/mime/application%rdf+xml/rdf_xml-netcore5.vbproj +++ b/mime/application%rdf+xml/rdf_xml-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.MIME.application.rdf_xml AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release + Debug;Release;LipidSearch;Rsharp_app_release;mzkit_win32 @@ -30,6 +30,10 @@ Microsoft.VisualBasic.MIME.application.rdf_xml.xml + + Microsoft.VisualBasic.MIME.application.rdf_xml.xml + + Microsoft.VisualBasic.MIME.application.rdf_xml.xml @@ -49,6 +53,17 @@ netcore5=1,UNIX=1 + + Microsoft.VisualBasic.MIME.application.rdf_xml.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + + Microsoft.VisualBasic.MIME.application.rdf_xml.xml true diff --git a/mime/application%vnd.openxmlformats-officedocument.spreadsheetml.sheet/test/themed/.vs/ProjectSettings.json b/mime/application%vnd.openxmlformats-officedocument.spreadsheetml.sheet/test/themed/.vs/ProjectSettings.json deleted file mode 100644 index f8b488856..000000000 --- a/mime/application%vnd.openxmlformats-officedocument.spreadsheetml.sheet/test/themed/.vs/ProjectSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "CurrentProjectSetting": null -} \ No newline at end of file diff --git a/mime/application%vnd.openxmlformats-officedocument.spreadsheetml.sheet/test/themed/.vs/VSWorkspaceState.json b/mime/application%vnd.openxmlformats-officedocument.spreadsheetml.sheet/test/themed/.vs/VSWorkspaceState.json deleted file mode 100644 index 83ccca83a..000000000 --- a/mime/application%vnd.openxmlformats-officedocument.spreadsheetml.sheet/test/themed/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "ExpandedNodes": [ - "", - "\\xl", - "\\xl\\theme", - "\\xl\\worksheets", - "\\xl\\_rels" - ], - "SelectedNode": "\\xl\\workbook.xml", - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/mime/application%xml/xml-netcore5.vbproj b/mime/application%xml/xml-netcore5.vbproj index 364ac4c1f..7ce548326 100644 --- a/mime/application%xml/xml-netcore5.vbproj +++ b/mime/application%xml/xml-netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.MIME.application.xml AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release + Debug;Release;LipidSearch;Rsharp_app_release;mzkit_win32 @@ -30,6 +30,10 @@ Microsoft.VisualBasic.MIME.application.xml.xml + + Microsoft.VisualBasic.MIME.application.xml.xml + + Microsoft.VisualBasic.MIME.application.xml.xml @@ -50,6 +54,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.MIME.application.xml.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.MIME.application.xml.xml true diff --git a/mime/text%html/html_netcore5.vbproj b/mime/text%html/html_netcore5.vbproj index 22ceb2479..433ae424c 100644 --- a/mime/text%html/html_netcore5.vbproj +++ b/mime/text%html/html_netcore5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.MIME.Html AnyCPU;x64 - Debug;Release;Rsharp_app_release;LipidSearch;mzkit;NPSearch + Debug;Release;Rsharp_app_release;LipidSearch;mzkit;NPSearch;mzkit_win32 true LICENSE git @@ -67,6 +67,10 @@ Microsoft.VisualBasic.MIME.Html.xml + + Microsoft.VisualBasic.MIME.Html.xml + + Microsoft.VisualBasic.MIME.Html.xml @@ -100,6 +104,17 @@ netcore5=1,UNIX=1 + + Microsoft.VisualBasic.MIME.Html.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + + diff --git a/mime/text%markdown/markdown.NET5.vbproj b/mime/text%markdown/markdown.NET5.vbproj index 4d1ce6d25..a38d449e4 100644 --- a/mime/text%markdown/markdown.NET5.vbproj +++ b/mime/text%markdown/markdown.NET5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.MIME.text.markdown AnyCPU;x64 - Debug;Release;LipidSearch;Rsharp_app_release + Debug;Release;LipidSearch;Rsharp_app_release;mzkit_win32 true true LICENSE @@ -33,6 +33,10 @@ Microsoft.VisualBasic.MIME.text.markdown.xml + + Microsoft.VisualBasic.MIME.text.markdown.xml + + Microsoft.VisualBasic.MIME.text.markdown.xml @@ -53,6 +57,18 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.MIME.text.markdown.xml + true + false + true + full + false + true + netcore5=1,UNIX=1 + D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.MIME.text.markdown.xml true diff --git a/vs_solutions/dev/.vs/ProjectSettings.json b/vs_solutions/dev/.vs/ProjectSettings.json deleted file mode 100644 index f8b488856..000000000 --- a/vs_solutions/dev/.vs/ProjectSettings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "CurrentProjectSetting": null -} \ No newline at end of file diff --git a/vs_solutions/dev/.vs/VSWorkspaceState.json b/vs_solutions/dev/.vs/VSWorkspaceState.json deleted file mode 100644 index ffd3fc708..000000000 --- a/vs_solutions/dev/.vs/VSWorkspaceState.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ExpandedNodes": [ - "", - "\\vs_PDB" - ], - "SelectedNode": "\\vs_PDB\\Stream.vb", - "PreviewInSolutionExplorer": false -} \ No newline at end of file diff --git a/vs_solutions/dev/ApplicationServices/ApplicationServices.vbproj b/vs_solutions/dev/ApplicationServices/ApplicationServices.vbproj index 8476301f7..9ef123a67 100644 --- a/vs_solutions/dev/ApplicationServices/ApplicationServices.vbproj +++ b/vs_solutions/dev/ApplicationServices/ApplicationServices.vbproj @@ -228,6 +228,25 @@ 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 Microsoft.VisualBasic.ApplicationServices.xml + + true + bin\mzkit_win32\ + Microsoft.VisualBasic.ApplicationServices.xml + true + 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 + pdbonly + AnyCPU + + + true + true + bin\x64\mzkit_win32\ + true + Microsoft.VisualBasic.ApplicationServices.xml + 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036 + full + x64 + @@ -301,9 +320,9 @@ - - {fecce1fd-e1d4-49e3-a668-60bb5e7aed99} - 47-dotnet_Microsoft.VisualBasic + + {dee82853-4241-4f24-a096-12923c664369} + Core diff --git a/vs_solutions/dev/VisualStudio/VisualStudio.NET5.vbproj b/vs_solutions/dev/VisualStudio/VisualStudio.NET5.vbproj index 7f2da863a..317ec55e3 100644 --- a/vs_solutions/dev/VisualStudio/VisualStudio.NET5.vbproj +++ b/vs_solutions/dev/VisualStudio/VisualStudio.NET5.vbproj @@ -5,7 +5,7 @@ net6.0;net5.0;net48 Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio AnyCPU;x64 - Debug;Release;Rsharp_app_release + Debug;Release;Rsharp_app_release;mzkit_win32 @@ -32,6 +32,10 @@ Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.xml + + Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.xml + + Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.xml true @@ -55,6 +59,19 @@ D:\GCModeller\src\R-sharp\App\ + + Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.xml + netcore5=1,UNIX=1 + true + false + true + full + false + true + 4194304 + D:\GCModeller\src\R-sharp\App\ + + diff --git a/vs_solutions/dev/VisualStudio/VisualStudio.vbproj b/vs_solutions/dev/VisualStudio/VisualStudio.vbproj index a1b333acc..181c80894 100644 --- a/vs_solutions/dev/VisualStudio/VisualStudio.vbproj +++ b/vs_solutions/dev/VisualStudio/VisualStudio.vbproj @@ -318,6 +318,26 @@ x64 MinimumRecommendedRules.ruleset + + true + bin\mzkit_win32\ + Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + AnyCPU + MinimumRecommendedRules.ruleset + + + true + bin\x64\mzkit_win32\ + Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + x64 + MinimumRecommendedRules.ruleset + @@ -404,9 +424,9 @@ - - {fecce1fd-e1d4-49e3-a668-60bb5e7aed99} - 47-dotnet_Microsoft.VisualBasic + + {dee82853-4241-4f24-a096-12923c664369} + Core diff --git a/www/Microsoft.VisualBasic.NETProtocol/network-netcore5.vbproj b/www/Microsoft.VisualBasic.NETProtocol/network-netcore5.vbproj index 502c46896..ff591dba9 100644 --- a/www/Microsoft.VisualBasic.NETProtocol/network-netcore5.vbproj +++ b/www/Microsoft.VisualBasic.NETProtocol/network-netcore5.vbproj @@ -4,7 +4,7 @@ Microsoft.VisualBasic.Net net6.0;net5.0;net48 Microsoft.VisualBasic.Network - Debug;Release;Rsharp_app_release;LipidSearch;PlantMAT;NPSearch + Debug;Release;Rsharp_app_release;LipidSearch;PlantMAT;NPSearch;mzkit_win32 AnyCPU;x64 @@ -36,6 +36,18 @@ D:\GCModeller\src\R-sharp\App\ + + true + false + true + full + false + true + netcore5=1,UNIX=1 + Microsoft.VisualBasic.Network.xml + D:\GCModeller\src\R-sharp\App\ + + true false @@ -79,6 +91,10 @@ Microsoft.VisualBasic.Network.xml + + Microsoft.VisualBasic.Network.xml + + Microsoft.VisualBasic.Network.xml diff --git a/www/githubAPI/.vs/config/applicationhost.config b/www/githubAPI/.vs/config/applicationhost.config deleted file mode 100644 index 5441f24fc..000000000 --- a/www/githubAPI/.vs/config/applicationhost.config +++ /dev/null @@ -1,1022 +0,0 @@ - - - - - - - -
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
- -
-
- -
-
-
- - -
-
-
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -