Coursach/Course/TestingDatabase/TestingDatabase.csproj
Sergey Kozyrev f502a218a7 FixDatabase + UpdateView
Заряжай, заря-заря-жай, заряжай меня
Мне не спрятаться от тебя и не убежать
2024-04-30 17:03:49 +04:00

17 lines
488 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BusinessLogic\BusinessLogic.csproj" />
<ProjectReference Include="..\Contracts\Contracts.csproj" />
<ProjectReference Include="..\DatabaseImplement\DatabaseImplement.csproj" />
</ItemGroup>
</Project>