Changeset 1854
- Timestamp:
- 05/19/09 22:20:31 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.SupportVectorMachines/3.2
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SupportVectorMachines/3.2/HeuristicLab.SupportVectorMachines-3.2.csproj
r1846 r1854 81 81 </ItemGroup> 82 82 <ItemGroup> 83 <Compile Include="SupportVectorRegression.cs" /> 83 84 <Compile Include="SVMRangeTransform.cs" /> 84 85 <Compile Include="SVMModel.cs" /> … … 111 112 <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project> 112 113 <Name>HeuristicLab.GP.StructureIdentification-3.3</Name> 114 </ProjectReference> 115 <ProjectReference Include="..\..\HeuristicLab.Logging\3.2\HeuristicLab.Logging-3.2.csproj"> 116 <Project>{4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project> 117 <Name>HeuristicLab.Logging-3.2</Name> 118 </ProjectReference> 119 <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.2\HeuristicLab.Operators.Programmable-3.2.csproj"> 120 <Project>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</Project> 121 <Name>HeuristicLab.Operators.Programmable-3.2</Name> 113 122 </ProjectReference> 114 123 <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj"> -
trunk/sources/HeuristicLab.SupportVectorMachines/3.2/HeuristicLabSupportVectorMachinesPlugin.cs
r1819 r1854 33 33 [Dependency(Dependency = "HeuristicLab.Data-3.2")] 34 34 [Dependency(Dependency = "HeuristicLab.DataAnalysis-3.2")] 35 [Dependency(Dependency = "HeuristicLab.GP.StructureIdentification-3.3")] 36 [Dependency(Dependency = "HeuristicLab.SequentialEngine-3.2")] 37 [Dependency(Dependency = "HeuristicLab.Logging-3.2")] 38 [Dependency(Dependency = "HeuristicLab.Operators.Programmable-3.2")] 35 39 public class HeuristicLabSupportVectorMachinesPlugin : PluginBase { 36 40 }
Note: See TracChangeset
for help on using the changeset viewer.