Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/09 17:36:22 (15 years ago)
Author:
epitzer
Message:

namespace refactoring (#548)

File:
1 edited

Legend:

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

    r1567 r1612  
    103103    <Compile Include="Default\DebugString\DebugString.cs" />
    104104    <Compile Include="Default\DebugString\DebugStringFormat.cs" />
    105     <Compile Include="Default\DebugString\ValueType2DebugStringFormatterBase.cs" />
    106     <Compile Include="Default\DebugString\String2DebugStringFormatter.cs" />
    107     <Compile Include="Default\DebugString\Bool2DebugStringFormatter.cs" />
    108     <Compile Include="Default\DebugString\Int2DebugStringFormatter.cs" />
    109     <Compile Include="Default\DebugString\Doubld2DebugStringFormatter.cs" />
    110     <Compile Include="Default\DebugString\DateTime2DebugStringFormatter.cs" />
    111     <Compile Include="Default\DebugString\Type2DebugStringFormatter.cs" />
    112     <Compile Include="Default\DebugString\Float2DebugStringFormatter.cs" />
     105    <Compile Include="Default\DebugString\Formatters\ValueType2DebugStringFormatterBase.cs" />
     106    <Compile Include="Default\DebugString\Formatters\String2DebugStringFormatter.cs" />
     107    <Compile Include="Default\DebugString\Formatters\Bool2DebugStringFormatter.cs" />
     108    <Compile Include="Default\DebugString\Formatters\Int2DebugStringFormatter.cs" />
     109    <Compile Include="Default\DebugString\Formatters\Doubld2DebugStringFormatter.cs" />
     110    <Compile Include="Default\DebugString\Formatters\DateTime2DebugStringFormatter.cs" />
     111    <Compile Include="Default\DebugString\Formatters\Type2DebugStringFormatter.cs" />
     112    <Compile Include="Default\DebugString\Formatters\Float2DebugStringFormatter.cs" />
    113113    <Compile Include="Default\DebugString\DebugStringGenerator.cs" />
    114114    <Compile Include="Default\Decomposers\ArrayDecomposer.cs" />
     
    129129    <Compile Include="Core\DataMemberAccessor.cs" />
    130130    <Compile Include="Default\Xml\Compact\IntList2XmlFormatter.cs" />
     131    <Compile Include="Default\Xml\XmlStrings.cs" />
    131132    <Compile Include="Default\Xml\XmlString.cs" />
    132133    <Compile Include="Default\Xml\Primitive\Double2XmlFormatter.cs" />
Note: See TracChangeset for help on using the changeset viewer.