persistence/DD.Persistence.TestTelemetryStress/DD.Persistence.TestTelemetryStress.csproj
ngfrolov 58aa41c1b9
All checks were successful
Unit tests / test (push) Successful in 1m37s
New tagBag scheme tested
2024-12-25 13:27:14 +05:00

24 lines
600 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<StartupObject>DD.Persistence.TestTelemetryStress.Program_v2</StartupObject>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Program_v1.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Program_v1.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DD.Persistence.Database.Postgres\DD.Persistence.Database.Postgres.csproj" />
</ItemGroup>
</Project>