|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RootNamespace>Parallel</RootNamespace>
|
|
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<OutputPath>D:\GCModeller\src\R-sharp\App\</OutputPath>
|
|
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PlantMAT|x64'">
|
|
|
|
|
@ -54,7 +54,7 @@
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<OutputPath>D:\PlantMAT\PlantMAT\assembly\</OutputPath>
|
|
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NPSearch|x64'">
|
|
|
|
|
@ -66,7 +66,7 @@
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
<OutputPath>D:\biodeep\biodeepdb_v3\metaCluster\NPSearch\assembly\</OutputPath>
|
|
|
|
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LipidSearch|x64'">
|
|
|
|
|
@ -119,9 +119,6 @@
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='LipidSearch|net6.0|x64'">
|
|
|
|
|
<OutputPath>D:\biodeep\biodeep_pipeline\lipidsearch\LipidSearch\assembly\</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="test\**" />
|
|
|
|
|
|