From 2c4ae760aa4cddd9b698a74bd60e03446b16bca1 Mon Sep 17 00:00:00 2001 From: guigang xie Date: Fri, 10 Dec 2021 17:03:29 +0800 Subject: [PATCH] config for docker project --- CloudKit/Docker/Docker.NET5.vbproj | 125 ++++++++++++++++++ CloudKit/Docker/My Project/AssemblyInfo.vb | 3 +- .../Docker/My Project/Settings.Designer.vb | 3 +- 3 files changed, 129 insertions(+), 2 deletions(-) create mode 100644 CloudKit/Docker/Docker.NET5.vbproj diff --git a/CloudKit/Docker/Docker.NET5.vbproj b/CloudKit/Docker/Docker.NET5.vbproj new file mode 100644 index 0000000..f09e57c --- /dev/null +++ b/CloudKit/Docker/Docker.NET5.vbproj @@ -0,0 +1,125 @@ + + + + Darwinism.Docker + net5.0 + Docker + High Performance Parallel Compute Library on Unix .NET 5 runtime + true + true + i@xieguigang.me + LICENSE + Debug;Release;Rsharp_app_release;LipidSearch;PlantMAT;NPSearch + AnyCPU;x64 + https://github.com/xieguigang/Darwinism + https://github.com/xieguigang/Darwinism + git + + + + true + true + full + netcore5=1,UNIX=1 + Docker.xml + + + + true + true + full + netcore5=1,UNIX=1 + Docker.xml + + + + true + false + true + full + false + true + netcore5=1,UNIX=1 + Docker.xml + D:\GCModeller\src\R-sharp\App\ + + + + true + false + true + full + false + true + netcore5=1,UNIX=1 + Docker.xml + D:\PlantMAT\PlantMAT\assembly\ + + + + true + false + true + full + false + true + netcore5=1,UNIX=1 + Docker.xml + D:\biodeep\biodeepdb_v3\metaCluster\NPSearch\assembly\ + + + + true + false + true + full + false + true + netcore5=1,UNIX=1 + Docker.xml + + + + Docker.xml + + + + Docker.xml + + + + Docker.xml + + + + Docker.xml + + + + Docker.xml + + + + Docker.xml + + + + + + + + True + + + + + + + + + + + + + + diff --git a/CloudKit/Docker/My Project/AssemblyInfo.vb b/CloudKit/Docker/My Project/AssemblyInfo.vb index 35da861..c86a80b 100644 --- a/CloudKit/Docker/My Project/AssemblyInfo.vb +++ b/CloudKit/Docker/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/CloudKit/Docker/My Project/Settings.Designer.vb b/CloudKit/Docker/My Project/Settings.Designer.vb index 944a702..46bbc8e 100644 --- a/CloudKit/Docker/My Project/Settings.Designer.vb +++ b/CloudKit/Docker/My Project/Settings.Designer.vb @@ -10,7 +10,7 @@ Option Strict On Option Explicit On - +#if netcore5=0 then Namespace My @@ -71,3 +71,4 @@ Namespace My End Property End Module End Namespace +#end if \ No newline at end of file