add batch parallel cli tool into R# environment

master
xieguigang 3 years ago
parent 8b2ba27907
commit 9474ffeb79

@ -11,10 +11,14 @@
<Description>Run bash command in batch and parallel</Description>
<Platforms>AnyCPU;x64</Platforms>
<OutputPath>../../build/</OutputPath>
<Configurations>Debug;Release;Docker</Configurations>
<Configurations>Debug;Release;Docker;Rsharp_app_release</Configurations>
</PropertyGroup>
<ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Rsharp_app_release|x64'">
<OutputPath>../../../../R-sharp/App</OutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\sciBASIC#\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj" />
<ProjectReference Include="..\..\..\sciBASIC#\Data\BinaryData\msgpack\msgpack-netcore5.vbproj" />
<ProjectReference Include="..\..\..\sciBASIC#\Microsoft.VisualBasic.Core\src\Core.vbproj" />

Loading…
Cancel
Save