1 |
|
---|
2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
---|
3 | # Visual Studio 14
|
---|
4 | VisualStudioVersion = 14.0.25420.1
|
---|
5 | MinimumVisualStudioVersion = 10.0.40219.1
|
---|
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Push.Cli", "PushGP.Cli\Push.Cli.csproj", "{293FD718-99E9-4F6A-A0EC-343C92D0B03E}"
|
---|
7 | EndProject
|
---|
8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tests", "HeuristicLab.Tests\HeuristicLab.Tests.csproj", "{117B7D68-ED7D-4350-996B-9CA15259E107}"
|
---|
9 | EndProject
|
---|
10 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.BenchmarkSuite", "HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite\HeuristicLab.BenchmarkSuite.csproj", "{22B5C087-CFC7-4D40-86C6-32FCF2CA921E}"
|
---|
11 | EndProject
|
---|
12 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.ProgramSynthesis", "HeuristicLab.Problems.ProgramSynthesis\HeuristicLab.Problems.ProgramSynthesis.csproj", "{5C93448C-47E3-4C3F-B1D0-EE62A48C3204}"
|
---|
13 | EndProject
|
---|
14 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.ProgramSynthesis.Base", "HeuristicLab.Problems.ProgramSynthesis.Base\HeuristicLab.Problems.ProgramSynthesis.Base.csproj", "{0A60B6BA-8ACE-478E-98F3-57441B53B5F9}"
|
---|
15 | EndProject
|
---|
16 | Global
|
---|
17 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
---|
18 | Debug|Any CPU = Debug|Any CPU
|
---|
19 | Release|Any CPU = Release|Any CPU
|
---|
20 | EndGlobalSection
|
---|
21 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
---|
22 | {293FD718-99E9-4F6A-A0EC-343C92D0B03E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
23 | {293FD718-99E9-4F6A-A0EC-343C92D0B03E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
24 | {293FD718-99E9-4F6A-A0EC-343C92D0B03E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
25 | {293FD718-99E9-4F6A-A0EC-343C92D0B03E}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
26 | {117B7D68-ED7D-4350-996B-9CA15259E107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
27 | {117B7D68-ED7D-4350-996B-9CA15259E107}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
28 | {117B7D68-ED7D-4350-996B-9CA15259E107}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
29 | {117B7D68-ED7D-4350-996B-9CA15259E107}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
30 | {22B5C087-CFC7-4D40-86C6-32FCF2CA921E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
31 | {22B5C087-CFC7-4D40-86C6-32FCF2CA921E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
32 | {22B5C087-CFC7-4D40-86C6-32FCF2CA921E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
33 | {22B5C087-CFC7-4D40-86C6-32FCF2CA921E}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
34 | {5C93448C-47E3-4C3F-B1D0-EE62A48C3204}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
35 | {5C93448C-47E3-4C3F-B1D0-EE62A48C3204}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
36 | {5C93448C-47E3-4C3F-B1D0-EE62A48C3204}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
37 | {5C93448C-47E3-4C3F-B1D0-EE62A48C3204}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
38 | {0A60B6BA-8ACE-478E-98F3-57441B53B5F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
39 | {0A60B6BA-8ACE-478E-98F3-57441B53B5F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
40 | {0A60B6BA-8ACE-478E-98F3-57441B53B5F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
41 | {0A60B6BA-8ACE-478E-98F3-57441B53B5F9}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
42 | EndGlobalSection
|
---|
43 | GlobalSection(SolutionProperties) = preSolution
|
---|
44 | HideSolutionNode = FALSE
|
---|
45 | EndGlobalSection
|
---|
46 | EndGlobal
|
---|