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