21 lines
692 B
XML
21 lines
692 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DataGen\DataGen.csproj" />
|
|
<ProjectReference Include="..\DPGetDataContract\DPGetDataContract.csproj" />
|
|
<ProjectReference Include="..\ProtokollWriterContract\ProtokollWriterContract.csproj" />
|
|
<ProjectReference Include="..\ProtokollWriter\ProtokollWriter.csproj" />
|
|
<ProjectReference Include="..\Models\Models.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.3" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|