Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/13/09 14:16:40 (15 years ago)
Author:
mkommend
Message:

added implementation for HeuristicLab.SparseMatrix and SparseMatrixRow (ticket #701)

File:
1 edited

Legend:

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

    r2280 r2283  
    8282    <Compile Include="HeuristicLabSparseMatrixPlugin.cs" />
    8383    <Compile Include="Properties\AssemblyInfo.cs" />
     84    <Compile Include="SparseMatrix.cs" />
     85    <Compile Include="SparseMatrixRow.cs" />
    8486  </ItemGroup>
    8587  <ItemGroup>
     
    8890  </ItemGroup>
    8991  <ItemGroup>
     92    <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
     93      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
     94      <Name>HeuristicLab.Core-3.2</Name>
     95    </ProjectReference>
    9096    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    9197      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
Note: See TracChangeset for help on using the changeset viewer.