diff --git a/Environment/App.config b/EnvironmentGui/App.config similarity index 100% rename from Environment/App.config rename to EnvironmentGui/App.config diff --git a/Environment/ChromosomeEvaluator.cs b/EnvironmentGui/ChromosomeEvaluator.cs similarity index 100% rename from Environment/ChromosomeEvaluator.cs rename to EnvironmentGui/ChromosomeEvaluator.cs diff --git a/Environment/ChromosomeType.cs b/EnvironmentGui/ChromosomeType.cs similarity index 100% rename from Environment/ChromosomeType.cs rename to EnvironmentGui/ChromosomeType.cs diff --git a/Environment/CrossoverManager.cs b/EnvironmentGui/CrossoverManager.cs similarity index 100% rename from Environment/CrossoverManager.cs rename to EnvironmentGui/CrossoverManager.cs diff --git a/Environment/EnvironmentForm.Designer.cs b/EnvironmentGui/EnvironmentForm.Designer.cs similarity index 100% rename from Environment/EnvironmentForm.Designer.cs rename to EnvironmentGui/EnvironmentForm.Designer.cs diff --git a/Environment/EnvironmentForm.cs b/EnvironmentGui/EnvironmentForm.cs similarity index 100% rename from Environment/EnvironmentForm.cs rename to EnvironmentGui/EnvironmentForm.cs diff --git a/Environment/EnvironmentForm.resx b/EnvironmentGui/EnvironmentForm.resx similarity index 100% rename from Environment/EnvironmentForm.resx rename to EnvironmentGui/EnvironmentForm.resx diff --git a/Environment/Environment.csproj b/EnvironmentGui/EnvironmentGui.csproj similarity index 100% rename from Environment/Environment.csproj rename to EnvironmentGui/EnvironmentGui.csproj diff --git a/Environment/MyChromosome.cs b/EnvironmentGui/MyChromosome.cs similarity index 100% rename from Environment/MyChromosome.cs rename to EnvironmentGui/MyChromosome.cs diff --git a/Environment/MyEnvironment.cs b/EnvironmentGui/MyEnvironment.cs similarity index 100% rename from Environment/MyEnvironment.cs rename to EnvironmentGui/MyEnvironment.cs diff --git a/Environment/PopulationGenerator.cs b/EnvironmentGui/PopulationGenerator.cs similarity index 100% rename from Environment/PopulationGenerator.cs rename to EnvironmentGui/PopulationGenerator.cs diff --git a/Environment/Program.cs b/EnvironmentGui/Program.cs similarity index 100% rename from Environment/Program.cs rename to EnvironmentGui/Program.cs diff --git a/Environment/Properties/AssemblyInfo.cs b/EnvironmentGui/Properties/AssemblyInfo.cs similarity index 100% rename from Environment/Properties/AssemblyInfo.cs rename to EnvironmentGui/Properties/AssemblyInfo.cs diff --git a/Environment/Properties/Resources.Designer.cs b/EnvironmentGui/Properties/Resources.Designer.cs similarity index 100% rename from Environment/Properties/Resources.Designer.cs rename to EnvironmentGui/Properties/Resources.Designer.cs diff --git a/Environment/Properties/Resources.resx b/EnvironmentGui/Properties/Resources.resx similarity index 100% rename from Environment/Properties/Resources.resx rename to EnvironmentGui/Properties/Resources.resx diff --git a/Environment/Properties/Settings.Designer.cs b/EnvironmentGui/Properties/Settings.Designer.cs similarity index 100% rename from Environment/Properties/Settings.Designer.cs rename to EnvironmentGui/Properties/Settings.Designer.cs diff --git a/Environment/Properties/Settings.settings b/EnvironmentGui/Properties/Settings.settings similarity index 100% rename from Environment/Properties/Settings.settings rename to EnvironmentGui/Properties/Settings.settings diff --git a/GeneticAlgorithm.sln b/GeneticAlgorithm.sln index 0f96dc1..f13a1ac 100644 --- a/GeneticAlgorithm.sln +++ b/GeneticAlgorithm.sln @@ -15,7 +15,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GUI", "GUI\GUI.csproj", "{A EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserControls", "UserControls\UserControls.csproj", "{77D37CC0-B19F-46A4-96C0-B9E49C3DAF5E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Environment", "Environment\Environment.csproj", "{B68B3A55-9825-410A-B892-D710481CE834}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvironmentGui", "Environment\EnvironmentGui.csproj", "{B68B3A55-9825-410A-B892-D710481CE834}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution