Free cookie consent management tool by TermsFeed Policy Generator

source: branches/CellularGeneticAlgorithm/HeuristicLab.CellularGeneticAlgorithm.sln @ 12866

Last change on this file since 12866 was 7540, checked in by svonolfe, 12 years ago

Added first working version of cellular GA (#1781)

File size: 2.0 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA53A5B2-BFCF-4D7E-AFAA-4A2916D2A548}"
5  ProjectSection(SolutionItems) = preProject
6    Build.cmd = Build.cmd
7    PreBuildEvent.cmd = PreBuildEvent.cmd
8  EndProjectSection
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.CellularGeneticAlgorithm-3.4", "HeuristicLab.Algorithms.CellularGeneticAlgorithm\3.4\HeuristicLab.Algorithms.CellularGeneticAlgorithm-3.4.csproj", "{B94FFB82-43D4-40AB-9980-B03470ADF221}"
11EndProject
12Global
13  GlobalSection(SolutionConfigurationPlatforms) = preSolution
14    Debug|Any CPU = Debug|Any CPU
15    Debug|x64 = Debug|x64
16    Debug|x86 = Debug|x86
17    Release|Any CPU = Release|Any CPU
18    Release|x64 = Release|x64
19    Release|x86 = Release|x86
20  EndGlobalSection
21  GlobalSection(ProjectConfigurationPlatforms) = postSolution
22    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|Any CPU.Build.0 = Debug|Any CPU
24    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|x64.ActiveCfg = Debug|x64
25    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|x64.Build.0 = Debug|x64
26    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|x86.ActiveCfg = Debug|x86
27    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Debug|x86.Build.0 = Debug|x86
28    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|Any CPU.ActiveCfg = Release|Any CPU
29    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|Any CPU.Build.0 = Release|Any CPU
30    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|x64.ActiveCfg = Release|x64
31    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|x64.Build.0 = Release|x64
32    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|x86.ActiveCfg = Release|x86
33    {B94FFB82-43D4-40AB-9980-B03470ADF221}.Release|x86.Build.0 = Release|x86
34  EndGlobalSection
35  GlobalSection(SolutionProperties) = preSolution
36    HideSolutionNode = FALSE
37  EndGlobalSection
38EndGlobal
Note: See TracBrowser for help on using the repository browser.