Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Classification/HeuristicLab.Classification.sln @ 4303

Last change on this file since 4303 was 4303, checked in by mkommend, 14 years ago

Added branch for classification (ticket #939).

File size: 2.0 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Classification", "HeuristicLab.Classification\HeuristicLab.Classification.csproj", "{3AB5A7E5-9F0C-4920-B18D-E06B9577618C}"
5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis.Classification", "HeuristicLab.Problems.DataAnalysis.Classification\3.3\HeuristicLab.Problems.DataAnalysis.Classification.csproj", "{D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}"
7EndProject
8Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{08118029-0DA6-4105-BF1F-9453C0F3AC75}"
9  ProjectSection(SolutionItems) = preProject
10    ..\..\trunk\sources\PreBuildEvent.cmd = ..\..\trunk\sources\PreBuildEvent.cmd
11  EndProjectSection
12EndProject
13Global
14  GlobalSection(SubversionScc) = preSolution
15    Svn-Managed = True
16    Manager = AnkhSVN - Subversion Support for Visual Studio
17  EndGlobalSection
18  GlobalSection(SolutionConfigurationPlatforms) = preSolution
19    Debug|Any CPU = Debug|Any CPU
20    Release|Any CPU = Release|Any CPU
21  EndGlobalSection
22  GlobalSection(ProjectConfigurationPlatforms) = postSolution
23    {3AB5A7E5-9F0C-4920-B18D-E06B9577618C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24    {3AB5A7E5-9F0C-4920-B18D-E06B9577618C}.Debug|Any CPU.Build.0 = Debug|Any CPU
25    {3AB5A7E5-9F0C-4920-B18D-E06B9577618C}.Release|Any CPU.ActiveCfg = Release|Any CPU
26    {3AB5A7E5-9F0C-4920-B18D-E06B9577618C}.Release|Any CPU.Build.0 = Release|Any CPU
27    {D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28    {D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}.Debug|Any CPU.Build.0 = Debug|Any CPU
29    {D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}.Release|Any CPU.ActiveCfg = Release|Any CPU
30    {D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}.Release|Any CPU.Build.0 = Release|Any CPU
31  EndGlobalSection
32  GlobalSection(SolutionProperties) = preSolution
33    HideSolutionNode = FALSE
34  EndGlobalSection
35EndGlobal
Note: See TracBrowser for help on using the repository browser.