RootNamespace for Abstraction projects

This commit is contained in:
2022-05-13 23:18:24 +02:00
parent 14a2f19a8a
commit 54099d3a54
4 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>FileTime.GuiApp</RootNamespace>
</PropertyGroup>
<PropertyGroup>