Skip to content

Commit

Permalink
config for build mzkit
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Apr 12, 2022
1 parent 5fc766d commit a5a408b
Show file tree
Hide file tree
Showing 66 changed files with 1,373 additions and 5,334 deletions.
3 changes: 0 additions & 3 deletions .vs/ProjectSettings.json

This file was deleted.

8 changes: 0 additions & 8 deletions .vs/VSWorkspaceState.json

This file was deleted.

1,030 changes: 0 additions & 1,030 deletions .vs/config/applicationhost.config

This file was deleted.

3 changes: 0 additions & 3 deletions CLI_tools/.vs/ProjectSettings.json

This file was deleted.

8 changes: 0 additions & 8 deletions CLI_tools/.vs/VSWorkspaceState.json

This file was deleted.

130 changes: 128 additions & 2 deletions Data/BinaryData/BinaryData/binarydata-netcore5.vbproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<RootNamespace>Microsoft.VisualBasic.Data.IO</RootNamespace>
<TargetFrameworks>net6.0;net5.0;net48</TargetFrameworks>
<AssemblyName>Microsoft.VisualBasic.Data.BinaryData</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch</Configurations>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch;mzkit_win32</Configurations>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down Expand Up @@ -38,6 +40,16 @@
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.BinaryData.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>false</DefineDebug>
<DefineConstants>netcore5=1</DefineConstants>
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rsharp_app_release|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.BinaryData.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
Expand Down Expand Up @@ -90,6 +102,12 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<DocumentationFile>Microsoft.VisualBasic.Data.BinaryData.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|x64'">
<DocumentationFile>Microsoft.VisualBasic.Data.BinaryData.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rsharp_app_release|x64'">
Expand Down Expand Up @@ -154,6 +172,114 @@
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='mzkit_win32|net6.0|x64'">
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<Optimize>false</Optimize>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<DefineConstants>netcore5=1</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='LipidSearch|net6.0|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Rsharp_app_release|net6.0|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='PlantMAT|net6.0|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='mzkit|net6.0|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='NPSearch|net6.0|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='mzkit_win32|net6.0|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='LipidSearch|net6.0|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Rsharp_app_release|net6.0|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='PlantMAT|net6.0|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='mzkit|net6.0|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='NPSearch|net6.0|x64'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Properties\**" />
<EmbeddedResource Remove="Properties\**" />
<None Remove="Properties\**" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
</ItemGroup>
Expand Down
18 changes: 17 additions & 1 deletion Data/BinaryData/DataStorage/datastorage-netcore5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net6.0;net5.0;net48</TargetFrameworks>
<AssemblyName>Microsoft.VisualBasic.Data.Storage</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<Configurations>Debug;Release;Rsharp_app_release;mzkit</Configurations>
<Configurations>Debug;Release;Rsharp_app_release;mzkit;mzkit_win32</Configurations>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -32,6 +32,10 @@
<DocumentationFile>Microsoft.VisualBasic.Data.Storage.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.Storage.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.Storage.xml</DocumentationFile>
</PropertyGroup>
Expand All @@ -58,6 +62,18 @@
<OutputPath>D:\GCModeller\src\R-sharp\App\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|x64'">
<DocumentationFile>Microsoft.VisualBasic.Data.Storage.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<Optimize>false</Optimize>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>false</DefineDebug>
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
<DefineTrace>true</DefineTrace>
<OutputPath>D:\GCModeller\src\R-sharp\App\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit|x64'">
<DocumentationFile>Microsoft.VisualBasic.Data.Storage.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
Expand Down
24 changes: 23 additions & 1 deletion Data/BinaryData/msgpack/msgpack-netcore5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net6.0;net5.0;net48</TargetFrameworks>
<AssemblyName>Microsoft.VisualBasic.Data.IO.MessagePack</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;mzkit;PlantMAT;NPSearch</Configurations>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;mzkit;PlantMAT;NPSearch;mzkit_win32</Configurations>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down Expand Up @@ -43,6 +43,16 @@
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.IO.MessagePack.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>false</DefineDebug>
<DefineConstants>netcore5=1</DefineConstants>
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PlantMAT|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.IO.MessagePack.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
Expand Down Expand Up @@ -99,6 +109,18 @@
<OutputPath>D:\GCModeller\src\R-sharp\App\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|x64'">
<DocumentationFile>Microsoft.VisualBasic.Data.IO.MessagePack.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<Optimize>false</Optimize>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
<OutputPath>D:\GCModeller\src\R-sharp\App\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PlantMAT|x64'">
<DocumentationFile>Microsoft.VisualBasic.Data.IO.MessagePack.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net6.0;net5.0;net48</TargetFrameworks>
<AssemblyName>Microsoft.VisualBasic.Data.Framework.Extensions</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release</Configurations>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;mzkit_win32</Configurations>
<PackageId>Microsoft.VisualBasic.Data.Framework.Extensions</PackageId>
<Authors>xieguigang</Authors>
<Version>5.0.2323</Version>
Expand Down Expand Up @@ -37,6 +37,10 @@
<DocumentationFile>Microsoft.VisualBasic.Data.Csv.Extensions.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.Csv.Extensions.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LipidSearch|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.Csv.Extensions.xml</DocumentationFile>
</PropertyGroup>
Expand All @@ -57,6 +61,18 @@
<OutputPath>D:\GCModeller\src\R-sharp\App\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|x64'">
<DocumentationFile>Microsoft.VisualBasic.Data.Csv.Extensions.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<Optimize>false</Optimize>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
<OutputPath>D:\GCModeller\src\R-sharp\App\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LipidSearch|x64'">
<DocumentationFile>Microsoft.VisualBasic.Data.Csv.Extensions.xml</DocumentationFile>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
Expand Down
19 changes: 18 additions & 1 deletion Data/DataFrame/dataframework-netcore5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net6.0;net5.0;net48</TargetFrameworks>
<AssemblyName>Microsoft.VisualBasic.Data.Framework</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch</Configurations>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch;mzkit_win32</Configurations>
<PackageId>Microsoft.VisualBasic.Data.Framework</PackageId>
<Version>5.0.123</Version>
<Description>Data Framework for sciBASIC based on the csv 2D table</Description>
Expand Down Expand Up @@ -103,6 +103,19 @@
<OutputPath>D:\biodeep\biodeepdb_v3\metaCluster\NPSearch\assembly\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|x64'">
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<Optimize>false</Optimize>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>false</DefineDebug>
<BaseAddress>4194304</BaseAddress>
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
<DefineTrace>true</DefineTrace>
<DocumentationFile>Microsoft.VisualBasic.Data.Framework.xml</DocumentationFile>
<OutputPath>D:\biodeep\biodeepdb_v3\metaCluster\NPSearch\assembly\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.Framework.xml</DocumentationFile>
</PropertyGroup>
Expand All @@ -127,6 +140,10 @@
<DocumentationFile>Microsoft.VisualBasic.Data.Framework.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.Framework.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Remove="test\**" />
<EmbeddedResource Remove="test\**" />
Expand Down
19 changes: 18 additions & 1 deletion Data/GraphQuery/GraphQuery.NET5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net6.0;net5.0;net48</TargetFrameworks>
<AssemblyName>Microsoft.VisualBasic.Data.GraphQuery</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch</Configurations>
<Configurations>Debug;Release;LipidSearch;Rsharp_app_release;PlantMAT;mzkit;NPSearch;mzkit_win32</Configurations>
<PackageId>Microsoft.VisualBasic.Data.GraphQuery</PackageId>
<Version>5.0.123</Version>
<Description>GraphQuery is a query language and execution engine tied to any backend service. It is back-end language independent.</Description>
Expand Down Expand Up @@ -65,6 +65,19 @@
<OutputPath>D:\GCModeller\src\R-sharp\App\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|x64'">
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<Optimize>false</Optimize>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>false</DefineDebug>
<BaseAddress>4194304</BaseAddress>
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
<DefineTrace>true</DefineTrace>
<DocumentationFile>Microsoft.VisualBasic.Data.GraphQuery.xml</DocumentationFile>
<OutputPath>D:\GCModeller\src\R-sharp\App\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit|x64'">
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<Optimize>false</Optimize>
Expand Down Expand Up @@ -116,6 +129,10 @@
<DocumentationFile>Microsoft.VisualBasic.Data.GraphQuery.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.GraphQuery.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit|AnyCPU'">
<DocumentationFile>Microsoft.VisualBasic.Data.GraphQuery.xml</DocumentationFile>
</PropertyGroup>
Expand Down
Loading

0 comments on commit a5a408b

Please sign in to comment.