Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/09 15:34:44 (15 years ago)
Author:
epitzer
Message:

Fix small bugs found by test suite. (#593)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/HeuristicLab.Persistence-3.3.csproj

    r1613 r1616  
    103103    <Compile Include="Default\DebugString\DebugString.cs" />
    104104    <Compile Include="Default\DebugString\DebugStringFormat.cs" />
     105    <Compile Include="Default\DebugString\Formatters\SByte2DebugStringFormatter.cs" />
     106    <Compile Include="Default\DebugString\Formatters\UInt2DebugStringFormatter.cs" />
     107    <Compile Include="Default\DebugString\Formatters\Long2DebugStringFormatter.cs" />
     108    <Compile Include="Default\DebugString\Formatters\ULong2DebugStringFormatter.cs" />
     109    <Compile Include="Default\DebugString\Formatters\Short2DebugStringFormatter.cs" />
     110    <Compile Include="Default\DebugString\Formatters\UShort2DebugStringFormatter.cs" />
     111    <Compile Include="Default\DebugString\Formatters\Byte2DebugStringFormatter.cs" />
    105112    <Compile Include="Default\DebugString\Formatters\ValueType2DebugStringFormatterBase.cs" />
    106113    <Compile Include="Default\DebugString\Formatters\String2DebugStringFormatter.cs" />
Note: See TracChangeset for help on using the changeset viewer.