Initialcommit

This commit is contained in:
HuskyTeufel
2022-04-13 09:01:38 +02:00
commit 6e8a3647ff
2 changed files with 368 additions and 0 deletions

13
DataGen.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\DPGetDataContract\DPGetDataContract.csproj" />
<ProjectReference Include="..\Models\Models.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>