Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GaussianProcessTuning/HeuristicLab.Problems.GaussianProcessTuning.sln @ 8755

Last change on this file since 8755 was 8753, checked in by gkronber, 12 years ago

#1967 initial import of Gaussian process evolution plugin

File size: 2.1 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.GaussianProcessTuning", "HeuristicLab.Problems.GaussianProcessTuning\HeuristicLab.Problems.GaussianProcessTuning.csproj", "{9A04599C-D608-4240-8DA6-D41F51C515A3}"
5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.GaussianProcessTuning.Tests", "HeuristicLab.Problems.GaussianProcessTuning.Tests\HeuristicLab.Problems.GaussianProcessTuning.Tests.csproj", "{98C8AD2B-B035-4863-A01E-B659465FF6B2}"
7EndProject
8Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3768D612-38EB-47D8-9E79-75D8E5AB00A8}"
9  ProjectSection(SolutionItems) = preProject
10    HeuristicLab.Problems.GaussianProcessTuning.vsmdi = HeuristicLab.Problems.GaussianProcessTuning.vsmdi
11    Local.testsettings = Local.testsettings
12    TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
13  EndProjectSection
14EndProject
15Global
16  GlobalSection(TestCaseManagementSettings) = postSolution
17    CategoryFile = HeuristicLab.Problems.GaussianProcessTuning.vsmdi
18  EndGlobalSection
19  GlobalSection(SolutionConfigurationPlatforms) = preSolution
20    Debug|Any CPU = Debug|Any CPU
21    Release|Any CPU = Release|Any CPU
22  EndGlobalSection
23  GlobalSection(ProjectConfigurationPlatforms) = postSolution
24    {9A04599C-D608-4240-8DA6-D41F51C515A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25    {9A04599C-D608-4240-8DA6-D41F51C515A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
26    {9A04599C-D608-4240-8DA6-D41F51C515A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
27    {9A04599C-D608-4240-8DA6-D41F51C515A3}.Release|Any CPU.Build.0 = Release|Any CPU
28    {98C8AD2B-B035-4863-A01E-B659465FF6B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29    {98C8AD2B-B035-4863-A01E-B659465FF6B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
30    {98C8AD2B-B035-4863-A01E-B659465FF6B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
31    {98C8AD2B-B035-4863-A01E-B659465FF6B2}.Release|Any CPU.Build.0 = Release|Any CPU
32  EndGlobalSection
33  GlobalSection(SolutionProperties) = preSolution
34    HideSolutionNode = FALSE
35  EndGlobalSection
36EndGlobal
Note: See TracBrowser for help on using the repository browser.