Project restructured

This commit is contained in:
2021-01-10 12:34:59 +01:00
parent 4c069298f2
commit dd530c02a9
7 changed files with 37 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
@ -14,6 +14,7 @@
<ItemGroup>
<ProjectReference Include="..\StockDal.Interface\StockDal.Interface.csproj" />
<ProjectReference Include="..\StockDal\StockDal.csproj" />
<ProjectReference Include="..\StockDomain\StockDomain.csproj" />
</ItemGroup>