You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
144 lines
5.5 KiB
144 lines
5.5 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<RootNamespace>Parallel</RootNamespace>
|
|
<TargetFrameworks>net6.0-windows;net6.0;net48</TargetFrameworks>
|
|
<AssemblyName>Parallel</AssemblyName>
|
|
<Description>High Performance Parallel Compute Library on Unix .NET 5 runtime</Description>
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<Copyright>i@xieguigang.me</Copyright>
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
<Configurations>Debug;Release;Rsharp_app_release;LipidSearch;PlantMAT;NPSearch;mzkit_win32</Configurations>
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
<PackageProjectUrl>https://github.com/xieguigang/Darwinism</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/xieguigang/Darwinism</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<RemoveIntegerChecks>true</RemoveIntegerChecks>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<RemoveIntegerChecks>true</RemoveIntegerChecks>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineConstants>netcore5=1,UNIX=1</DefineConstants>
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rsharp_app_release|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)'=='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)'=='NPSearch|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>
|
|
<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)'=='mzkit_win32|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)'=='Release|AnyCPU'">
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rsharp_app_release|AnyCPU'">
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PlantMAT|AnyCPU'">
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NPSearch|AnyCPU'">
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LipidSearch|AnyCPU'">
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='mzkit_win32|AnyCPU'">
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="test\**" />
|
|
<EmbeddedResource Remove="test\**" />
|
|
<None Remove="test\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="..\LICENSE">
|
|
<Pack>True</Pack>
|
|
<PackagePath></PackagePath>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj" />
|
|
<ProjectReference Include="..\..\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj" />
|
|
<ProjectReference Include="..\..\sciBASIC#\mime\application%json\JSON-netcore5.vbproj" />
|
|
<ProjectReference Include="..\..\sciBASIC#\www\Microsoft.VisualBasic.NETProtocol\network-netcore5.vbproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|