Free cookie consent management tool by TermsFeed Policy Generator

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

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

corrected classification plugin infrastructure (ticket #939)

File size: 1.8 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}"
9EndProject
10Global
11  GlobalSection(SubversionScc) = preSolution
12    Svn-Managed = True
13    Manager = AnkhSVN - Subversion Support for Visual Studio
14  EndGlobalSection
15  GlobalSection(SolutionConfigurationPlatforms) = preSolution
16    Debug|Any CPU = Debug|Any CPU
17    Release|Any CPU = Release|Any CPU
18  EndGlobalSection
19  GlobalSection(ProjectConfigurationPlatforms) = postSolution
20    {3AB5A7E5-9F0C-4920-B18D-E06B9577618C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21    {3AB5A7E5-9F0C-4920-B18D-E06B9577618C}.Debug|Any CPU.Build.0 = Debug|Any CPU
22    {3AB5A7E5-9F0C-4920-B18D-E06B9577618C}.Release|Any CPU.ActiveCfg = Release|Any CPU
23    {3AB5A7E5-9F0C-4920-B18D-E06B9577618C}.Release|Any CPU.Build.0 = Release|Any CPU
24    {D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25    {D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}.Debug|Any CPU.Build.0 = Debug|Any CPU
26    {D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}.Release|Any CPU.ActiveCfg = Release|Any CPU
27    {D35FD6DB-D704-4BEA-BDAE-C40ABFB5B13E}.Release|Any CPU.Build.0 = Release|Any CPU
28  EndGlobalSection
29  GlobalSection(SolutionProperties) = preSolution
30    HideSolutionNode = FALSE
31  EndGlobalSection
32EndGlobal
Note: See TracBrowser for help on using the repository browser.