Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/15/09 16:31:46 (15 years ago)
Author:
gkronber
Message:

Implemented #627 (Datatypes of SVM should be wrapped into dedicated classes that implement IItem).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SupportVectorMachines/3.2/HeuristicLab.SupportVectorMachines-3.2.csproj

    r1819 r1837  
    6565  </ItemGroup>
    6666  <ItemGroup>
     67    <Compile Include="SVMRangeTransform.cs" />
     68    <Compile Include="SVMModel.cs" />
    6769    <Compile Include="HeuristicLabSupportVectorMachinesPlugin.cs" />
    6870    <Compile Include="Properties\AssemblyInfo.cs" />
     
    9092      <Name>HeuristicLab.Data-3.2</Name>
    9193    </ProjectReference>
     94    <ProjectReference Include="..\..\HeuristicLab.GP.StructureIdentification\3.3\HeuristicLab.GP.StructureIdentification-3.3.csproj">
     95      <Project>{74223A32-C726-4978-BE78-37113A18373C}</Project>
     96      <Name>HeuristicLab.GP.StructureIdentification-3.3</Name>
     97    </ProjectReference>
     98    <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj">
     99      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
     100      <Name>HeuristicLab.Operators-3.2</Name>
     101    </ProjectReference>
    92102    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    93103      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    94104      <Name>HeuristicLab.PluginInfrastructure</Name>
     105    </ProjectReference>
     106    <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.2\HeuristicLab.SequentialEngine-3.2.csproj">
     107      <Project>{B4BE8E53-BA06-4237-9A01-24255F880201}</Project>
     108      <Name>HeuristicLab.SequentialEngine-3.2</Name>
    95109    </ProjectReference>
    96110    <ProjectReference Include="..\..\LibSVM\LibSVM.csproj">
     
    98112      <Name>LibSVM</Name>
    99113    </ProjectReference>
    100   </ItemGroup>
    101   <ItemGroup>
    102     <Folder Include="SVM\" />
    103114  </ItemGroup>
    104115  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.