Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Algorithms.PushGP.sln @ 14329

Last change on this file since 14329 was 14323, checked in by pkimmesw, 8 years ago

#2665 Added Unit Test Project, CodeGenerator and refactored project structure

File size: 2.1 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 14
4VisualStudioVersion = 14.0.25420.1
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.PushGP", "HeuristicLab.Algorithms.PushGP\HeuristicLab.Algorithms.PushGP.csproj", "{368D1303-470C-4F31-91F2-0FAD379DAA45}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.PushGP.Cli", "HeuristicLab.Algorithms.PushGP.Cli\HeuristicLab.Algorithms.PushGP.Cli.csproj", "{293FD718-99E9-4F6A-A0EC-343C92D0B03E}"
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Tests", "HeuristicLab.Tests\HeuristicLab.Tests.csproj", "{117B7D68-ED7D-4350-996B-9CA15259E107}"
11EndProject
12Global
13  GlobalSection(SolutionConfigurationPlatforms) = preSolution
14    Debug|Any CPU = Debug|Any CPU
15    Release|Any CPU = Release|Any CPU
16  EndGlobalSection
17  GlobalSection(ProjectConfigurationPlatforms) = postSolution
18    {368D1303-470C-4F31-91F2-0FAD379DAA45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19    {368D1303-470C-4F31-91F2-0FAD379DAA45}.Debug|Any CPU.Build.0 = Debug|Any CPU
20    {368D1303-470C-4F31-91F2-0FAD379DAA45}.Release|Any CPU.ActiveCfg = Release|Any CPU
21    {368D1303-470C-4F31-91F2-0FAD379DAA45}.Release|Any CPU.Build.0 = Release|Any CPU
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  EndGlobalSection
31  GlobalSection(SolutionProperties) = preSolution
32    HideSolutionNode = FALSE
33  EndGlobalSection
34EndGlobal
Note: See TracBrowser for help on using the repository browser.