Update parallel-netcore5.vbproj

master
この中二病に爆焔を! 5 years ago
parent 5ee8708912
commit 9546266f8e

@ -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>

Loading…
Cancel
Save