2022-04-12 13:55:35 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-02-04 09:15:08 +00:00
|
|
|
<PackageReference Include="Proto.Persistence.Sqlite" />
|
2022-04-12 13:55:35 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-02-04 09:15:08 +00:00
|
|
|
<ProjectReference Include="..\..\..\src\common\Elsa.Testing.Shared\Elsa.Testing.Shared.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.JavaScript\Elsa.JavaScript.csproj" />
|
2024-01-23 11:05:03 +00:00
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.ProtoActor\Elsa.ProtoActor.csproj" />
|
2024-02-04 09:15:08 +00:00
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Scheduling\Elsa.Scheduling.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.WorkflowProviders.BlobStorage\Elsa.WorkflowProviders.BlobStorage.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Workflows.Api\Elsa.Workflows.Api.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Workflows.Runtime\Elsa.Workflows.Runtime.csproj" />
|
2022-04-12 13:55:35 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-04-05 17:07:04 +00:00
|
|
|
<ItemGroup>
|
2024-02-04 09:15:08 +00:00
|
|
|
<None Update="Serialization\**\*.json" CopyToOutputDirectory="PreserveNewest" />
|
|
|
|
|
<None Update="Scenarios\**\Workflows\*.json" CopyToOutputDirectory="PreserveNewest" />
|
2024-02-07 16:34:51 +00:00
|
|
|
<None Update="Scenarios\DependencyWorkflowsPublishing\Workflows\child.json">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="Scenarios\DependencyWorkflowsPublishing\Workflows\parent.json">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2023-04-05 17:07:04 +00:00
|
|
|
</ItemGroup>
|
2022-04-12 13:55:35 +00:00
|
|
|
</Project>
|