|
|
|
|
@ -9,6 +9,8 @@
|
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
<Copyright>i@xieguigang.me</Copyright>
|
|
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
|
|
|
<Configurations>Debug;Release;Rsharp_app_release</Configurations>
|
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
@ -16,6 +18,38 @@
|
|
|
|
|
<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)'=='Release|AnyCPU'">
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rsharp_app_release|AnyCPU'">
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<DocumentationFile>Parallel.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|