Display InitialSetup

This commit is contained in:
Dimitar Byalkov
2021-03-19 01:39:47 +02:00
parent 9a4fa93aad
commit 8506673a91
3 changed files with 42 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -17,4 +17,9 @@
<ProjectReference Include="..\Models\Data.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Sales\" />
<Folder Include="UserManagment\" />
</ItemGroup>
</Project>