Adding dependencies and solution folders

This commit is contained in:
2023-10-03 09:34:36 +02:00
parent 2172d6b575
commit 25b6ab2f60
6 changed files with 51 additions and 9 deletions

View File

@@ -4,4 +4,10 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\WD7UVN_HFT_2023241.Logic\WD7UVN_HFT_2023241.Logic.csproj" />
<ProjectReference Include="..\WD7UVN_HFT_2023241.Models\WD7UVN_HFT_2023241.Models.csproj" />
<ProjectReference Include="..\WD7UVN_HFT_2023241.Repository\WD7UVN_HFT_2023241.Repository.csproj" />
</ItemGroup>
</Project>