Enum verschoben zur Domain

Datenbank converter angefangen
This commit is contained in:
HuskyTeufel
2021-09-20 13:45:24 +02:00
parent f2ea55ea34
commit ea3352db79
18 changed files with 6925 additions and 47 deletions

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Update="TeufelDB.xaml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>