Rename GuiApp.App <-> GuiApp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace FileTime.GuiApp.Configuration;
|
||||
namespace FileTime.GuiApp.App.Configuration;
|
||||
|
||||
public class FontConfiguration
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace FileTime.GuiApp.Services;
|
||||
namespace FileTime.GuiApp.App.Services;
|
||||
|
||||
public interface IFontService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user