Setup initial solution structure fo application

This commit is contained in:
2019-04-19 22:00:29 +00:00
parent cef4409a7b
commit 4e5142d5ec
9 changed files with 112 additions and 46 deletions

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="Domain\Interfaces\" />
<Folder Include="Repositories\" />
</ItemGroup>
</Project>