From 4205103fb9cf2ac3691c8e17d901881a3ff46023 Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Mon, 6 Nov 2023 16:31:51 -0800 Subject: [PATCH] Rename test project folder --- Craftimizer.sln | 2 +- {Craftimizer.Test => Test}/Craftimizer.Test.csproj | 0 {Craftimizer.Test => Test}/Simulator/Simulator.cs | 0 {Craftimizer.Test => Test}/Solver/ActionSet.cs | 0 {Craftimizer.Test => Test}/Usings.cs | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {Craftimizer.Test => Test}/Craftimizer.Test.csproj (100%) rename {Craftimizer.Test => Test}/Simulator/Simulator.cs (100%) rename {Craftimizer.Test => Test}/Solver/ActionSet.cs (100%) rename {Craftimizer.Test => Test}/Usings.cs (100%) diff --git a/Craftimizer.sln b/Craftimizer.sln index 1aefbd7..3c77500 100644 --- a/Craftimizer.sln +++ b/Craftimizer.sln @@ -17,7 +17,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Craftimizer.Solver", "Solve {172EE849-AC7E-4F2A-ACAB-EF9D065523B3} = {172EE849-AC7E-4F2A-ACAB-EF9D065523B3} EndProjectSection EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Craftimizer.Test", "Craftimizer.Test\Craftimizer.Test.csproj", "{C3AEA981-9DA8-405C-995B-86528493891B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Craftimizer.Test", "Test\Craftimizer.Test.csproj", "{C3AEA981-9DA8-405C-995B-86528493891B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Craftimizer.Test/Craftimizer.Test.csproj b/Test/Craftimizer.Test.csproj similarity index 100% rename from Craftimizer.Test/Craftimizer.Test.csproj rename to Test/Craftimizer.Test.csproj diff --git a/Craftimizer.Test/Simulator/Simulator.cs b/Test/Simulator/Simulator.cs similarity index 100% rename from Craftimizer.Test/Simulator/Simulator.cs rename to Test/Simulator/Simulator.cs diff --git a/Craftimizer.Test/Solver/ActionSet.cs b/Test/Solver/ActionSet.cs similarity index 100% rename from Craftimizer.Test/Solver/ActionSet.cs rename to Test/Solver/ActionSet.cs diff --git a/Craftimizer.Test/Usings.cs b/Test/Usings.cs similarity index 100% rename from Craftimizer.Test/Usings.cs rename to Test/Usings.cs