Refactor on tools project name and workspaces to reflect the goal of serving as both console tools and a backbone for a UI project.
This commit is contained in:
parent
22b327e72b
commit
1a4f704d9c
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace RecrownedAthenaeum.ConsoleTools.CommandProcessor
|
||||
namespace RecrownedAthenaeum.Tools.CommandProcessor
|
||||
{
|
||||
internal class CommandEngine
|
||||
{
|
||||
|
@ -1,8 +1,8 @@
|
||||
using RecrownedAthenaeum.ConsoleTools.CommandProcessor;
|
||||
using RecrownedAthenaeum.Tools.CommandProcessor;
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
namespace RecrownedAthenaeum.ConsoleTools
|
||||
namespace RecrownedAthenaeum.Tools
|
||||
{
|
||||
internal class ConsoleTools
|
||||
{
|
||||
|
@ -5,6 +5,8 @@
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<ApplicationIcon />
|
||||
<StartupObject />
|
||||
<AssemblyName>RecrownedAthenaeum.Tools</AssemblyName>
|
||||
<RootNamespace>RecrownedAthenaeum.Tools</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -8,7 +8,7 @@ using System.Drawing.Imaging;
|
||||
using SixLabors.ImageSharp;
|
||||
using SixLabors.ImageSharp.PixelFormats;
|
||||
|
||||
namespace RecrownedAthenaeum.ConsoleTools.TextureAtlasTools
|
||||
namespace RecrownedAthenaeum.Tools.TextureAtlas
|
||||
{
|
||||
|
||||
internal class TexturePacker : IDisposable
|
||||
|
Loading…
Reference in New Issue
Block a user