Files
MainSoftware/DichtheitsprüfungTerminal/DichtheitsprüfungTerminal.csproj
HuskyTeufel b2a9d46c4d Update to net6.0
Sqlite unterstützung hinzugefügt
2022-05-23 15:15:23 +02:00

17 lines
563 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DataGen\DataGen.csproj" />
<ProjectReference Include="..\DPGetDataContract\DPGetDataContract.csproj" />
<ProjectReference Include="..\Models\Models.csproj" />
<ProjectReference Include="..\ProtokollWriterContract\ProtokollWriterContract.csproj" />
<ProjectReference Include="..\ProtokollWriter\ProtokollWriter.csproj" />
</ItemGroup>
</Project>