Rename GuiApp.App <-> GuiApp

This commit is contained in:
2023-08-03 13:34:14 +02:00
parent 259f8f7ba3
commit 28c1f30d6f
877 changed files with 245 additions and 245 deletions

View File

@@ -1,4 +1,4 @@
namespace FileTime.GuiApp.Configuration;
namespace FileTime.GuiApp.App.Configuration;
public class FontConfiguration
{

View File

@@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>FileTime.GuiApp</RootNamespace>
<RootNamespace>FileTime.GuiApp.App</RootNamespace>
</PropertyGroup>
</Project>

View File

@@ -1,4 +1,4 @@
namespace FileTime.GuiApp.Services;
namespace FileTime.GuiApp.App.Services;
public interface IFontService
{