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