elsa-core/samples/Sample09/Sample09.csproj

20 lines
603 B
XML
Raw Normal View History

2019-07-22 16:55:02 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\activities\Elsa.Activities.Console\Elsa.Activities.Console.csproj"/>
<ProjectReference Include="..\..\src\core\Elsa.Core\Elsa.Core.csproj"/>
</ItemGroup>
<ItemGroup>
<None Remove="calculator.json"/>
<EmbeddedResource Include="calculator.json"/>
</ItemGroup>
</Project>