Changeset 5487
- Timestamp:
- 02/16/11 12:12:32 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.4
- Files:
-
- 7 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.4/HeuristicLab.Problems.DataAnalysis.Classification-3.4.csproj
r5484 r5487 111 111 </ItemGroup> 112 112 <ItemGroup> 113 <Compile Include="ClassificationProblemData.cs" />114 113 <Compile Include="HeuristicLabProblemsDataAnalysisClassificationPlugin.cs" /> 114 <Compile Include="Interfaces\IClassificationEvaluator.cs" /> 115 <Compile Include="Interfaces\IClassificationModel.cs" /> 116 <Compile Include="Interfaces\IClassificationProblem.cs" /> 117 <Compile Include="Interfaces\IClassificationProblemData.cs" /> 118 <Compile Include="Interfaces\IClassificationSolution.cs" /> 119 <Compile Include="Interfaces\IClassificationSolutionCreator.cs" /> 115 120 <Compile Include="Properties\AssemblyInfo.cs" /> 116 121 </ItemGroup> … … 161 166 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 162 167 </ProjectReference> 168 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 169 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project> 170 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 171 </ProjectReference> 163 172 </ItemGroup> 164 173 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.