Free cookie consent management tool by TermsFeed Policy Generator

source: branches/TerminationCriteria/TerminationCriteria.sln @ 12976

Last change on this file since 12976 was 12976, checked in by pfleck, 9 years ago

#2027
Removed Optimization-Plugin because Terminators were merged to Trunk.
OSGA-Plugin remains as a sample on how to use/implement the Terminators.

File size: 2.0 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 2013
4VisualStudioVersion = 12.0.31101.0
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3", "HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj", "{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}"
7EndProject
8Global
9  GlobalSection(SubversionScc) = preSolution
10    Svn-Managed = True
11    Manager = AnkhSVN - Subversion Support for Visual Studio
12  EndGlobalSection
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    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Debug|Any CPU.Build.0 = Debug|Any CPU
24    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Debug|x64.ActiveCfg = Debug|x64
25    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Debug|x64.Build.0 = Debug|x64
26    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Debug|x86.ActiveCfg = Debug|x86
27    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Debug|x86.Build.0 = Debug|x86
28    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Release|Any CPU.ActiveCfg = Release|Any CPU
29    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Release|Any CPU.Build.0 = Release|Any CPU
30    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Release|x64.ActiveCfg = Release|x64
31    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Release|x64.Build.0 = Release|x64
32    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.Release|x86.ActiveCfg = Release|x86
33    {F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}.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.