|
|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
<Copyright>i@xieguigang.me</Copyright>
|
|
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
|
|
|
<Configurations>Debug;Release;Rsharp_app_release;LipidSearch</Configurations>
|
|
|
|
|
<Configurations>Debug;Release;Rsharp_app_release;LipidSearch;PlantMAT</Configurations>
|
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
|
<PackageProjectUrl>https://github.com/xieguigang/Darwinism</PackageProjectUrl>
|
|
|
|
|
<RepositoryUrl>https://github.com/xieguigang/Darwinism</RepositoryUrl>
|
|
|
|
|
@ -43,6 +43,17 @@
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PlantMAT|x64'">
|
|
|
|
|
<RemoveIntegerChecks>true</RemoveIntegerChecks>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<DefineDebug>false</DefineDebug>
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LipidSearch|x64'">
|
|
|
|
|
<RemoveIntegerChecks>true</RemoveIntegerChecks>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
@ -62,6 +73,10 @@
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PlantMAT|AnyCPU'">
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LipidSearch|AnyCPU'">
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|