Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Algorithms.IteratedSentenceConstruction/Solution.sln @ 12909

Last change on this file since 12909 was 12909, checked in by gkronber, 9 years ago

#2471: initial import of basic algorithm and framework (state value approximation not yet supported)

File size: 2.1 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 2012
4Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{07ACD823-D867-4F33-8C0A-EA80A0996100}"
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.IteratedSymbolicExpressionConstruction-3.3", "HeuristicLab.Algorithms.IteratedSymbolicExpressionConstruction\3.3\HeuristicLab.Algorithms.IteratedSymbolicExpressionConstruction-3.3.csproj", "{9D804CEF-4827-404F-834D-68540FA26551}"
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    {9D804CEF-4827-404F-834D-68540FA26551}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23    {9D804CEF-4827-404F-834D-68540FA26551}.Debug|Any CPU.Build.0 = Debug|Any CPU
24    {9D804CEF-4827-404F-834D-68540FA26551}.Debug|x64.ActiveCfg = Debug|x64
25    {9D804CEF-4827-404F-834D-68540FA26551}.Debug|x64.Build.0 = Debug|x64
26    {9D804CEF-4827-404F-834D-68540FA26551}.Debug|x86.ActiveCfg = Debug|x86
27    {9D804CEF-4827-404F-834D-68540FA26551}.Debug|x86.Build.0 = Debug|x86
28    {9D804CEF-4827-404F-834D-68540FA26551}.Release|Any CPU.ActiveCfg = Release|Any CPU
29    {9D804CEF-4827-404F-834D-68540FA26551}.Release|Any CPU.Build.0 = Release|Any CPU
30    {9D804CEF-4827-404F-834D-68540FA26551}.Release|x64.ActiveCfg = Release|x64
31    {9D804CEF-4827-404F-834D-68540FA26551}.Release|x64.Build.0 = Release|x64
32    {9D804CEF-4827-404F-834D-68540FA26551}.Release|x86.ActiveCfg = Release|x86
33    {9D804CEF-4827-404F-834D-68540FA26551}.Release|x86.Build.0 = Release|x86
34  EndGlobalSection
35  GlobalSection(SolutionProperties) = preSolution
36    HideSolutionNode = FALSE
37  EndGlobalSection
38  GlobalSection(Performance) = preSolution
39    HasPerformanceSessions = true
40  EndGlobalSection
41EndGlobal
Note: See TracBrowser for help on using the repository browser.