Archetektur angefangen

This commit is contained in:
HuskyTeufel
2021-01-31 22:15:43 +01:00
parent 9f8e167ce3
commit 7a733b92d2
44 changed files with 564 additions and 67 deletions

19
Mappings/Mappings.csproj Normal file
View File

@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ninject" Version="3.3.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DataStoring.Contract\DataStoring.Contract.csproj" />
<ProjectReference Include="..\DataStoring.CSV\DataStoring.CSV.csproj" />
<ProjectReference Include="..\DataStoring.EF\DataStoring.EF.csproj" />
<ProjectReference Include="..\KundenManagement.Contract\KundenManagement.Contract.csproj" />
<ProjectReference Include="..\KundenManagment\KundenManagement.csproj" />
</ItemGroup>
</Project>