diff --git a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/CommandEngine.cs b/RecrownedAthenaeum.Tools/CommandProcessor/CommandEngine.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/CommandProcessor/CommandEngine.cs rename to RecrownedAthenaeum.Tools/CommandProcessor/CommandEngine.cs diff --git a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/Commands/ClearConsoleCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/ClearConsoleCommand.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/CommandProcessor/Commands/ClearConsoleCommand.cs rename to RecrownedAthenaeum.Tools/CommandProcessor/Commands/ClearConsoleCommand.cs diff --git a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/Commands/HelpCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/HelpCommand.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/CommandProcessor/Commands/HelpCommand.cs rename to RecrownedAthenaeum.Tools/CommandProcessor/Commands/HelpCommand.cs diff --git a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/Commands/StopCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/Commands/StopCommand.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/CommandProcessor/Commands/StopCommand.cs rename to RecrownedAthenaeum.Tools/CommandProcessor/Commands/StopCommand.cs diff --git a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommand.cs b/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommand.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommand.cs rename to RecrownedAthenaeum.Tools/CommandProcessor/EngineCommand.cs diff --git a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommandArgument.cs b/RecrownedAthenaeum.Tools/CommandProcessor/EngineCommandArgument.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/CommandProcessor/EngineCommandArgument.cs rename to RecrownedAthenaeum.Tools/CommandProcessor/EngineCommandArgument.cs diff --git a/RecrownedAthenaeum.ConsoleTools/ConsoleUtilities.cs b/RecrownedAthenaeum.Tools/ConsoleUtilities.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/ConsoleUtilities.cs rename to RecrownedAthenaeum.Tools/ConsoleUtilities.cs diff --git a/RecrownedAthenaeum.ConsoleTools/NinePatchTools/NinePatchCommand.cs b/RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/NinePatchTools/NinePatchCommand.cs rename to RecrownedAthenaeum.Tools/NinePatchTools/NinePatchCommand.cs diff --git a/RecrownedAthenaeum.ConsoleTools/Properties/PublishProfiles/FolderProfile.pubxml b/RecrownedAthenaeum.Tools/Properties/PublishProfiles/Release win-x64.pubxml similarity index 78% rename from RecrownedAthenaeum.ConsoleTools/Properties/PublishProfiles/FolderProfile.pubxml rename to RecrownedAthenaeum.Tools/Properties/PublishProfiles/Release win-x64.pubxml index 6ad5bfd..63ba3fb 100644 --- a/RecrownedAthenaeum.ConsoleTools/Properties/PublishProfiles/FolderProfile.pubxml +++ b/RecrownedAthenaeum.Tools/Properties/PublishProfiles/Release win-x64.pubxml @@ -9,5 +9,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU netcoreapp2.1 bin\Release\netcoreapp2.1\publish\ + win-x64 + true + <_IsPortable>false \ No newline at end of file diff --git a/RecrownedAthenaeum.ConsoleTools/RecrownedAthenaeum.Tools.csproj b/RecrownedAthenaeum.Tools/RecrownedAthenaeum.Tools.csproj similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/RecrownedAthenaeum.Tools.csproj rename to RecrownedAthenaeum.Tools/RecrownedAthenaeum.Tools.csproj diff --git a/RecrownedAthenaeum.ConsoleTools/TextureAtlasTools/TexturePacker.cs b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/TextureAtlasTools/TexturePacker.cs rename to RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePacker.cs diff --git a/RecrownedAthenaeum.ConsoleTools/TextureAtlasTools/TexturePackerCommand.cs b/RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePackerCommand.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/TextureAtlasTools/TexturePackerCommand.cs rename to RecrownedAthenaeum.Tools/TextureAtlasTools/TexturePackerCommand.cs diff --git a/RecrownedAthenaeum.ConsoleTools/Tools.cs b/RecrownedAthenaeum.Tools/Tools.cs similarity index 100% rename from RecrownedAthenaeum.ConsoleTools/Tools.cs rename to RecrownedAthenaeum.Tools/Tools.cs diff --git a/RecrownedAthenaeum.sln b/RecrownedAthenaeum.sln index 0ab2384..ae868d0 100644 --- a/RecrownedAthenaeum.sln +++ b/RecrownedAthenaeum.sln @@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecrownedAthenaeum", "Recro EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecrownedAthenaeum.Pipeline", "RecrownedAthenaeum.Pipeline\RecrownedAthenaeum.Pipeline.csproj", "{B38F9812-B1D1-4BFE-89EE-FC4DD4EBAA3F}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecrownedAthenaeum.Tools", "RecrownedAthenaeum.ConsoleTools\RecrownedAthenaeum.Tools.csproj", "{51E77E29-AD31-449E-9C98-980E5C978EF9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecrownedAthenaeum.Tools", "RecrownedAthenaeum.Tools\RecrownedAthenaeum.Tools.csproj", "{51E77E29-AD31-449E-9C98-980E5C978EF9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution