Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1280 for branches


Ignore:
Timestamp:
03/06/09 17:41:39 (16 years ago)
Author:
epitzer
Message:

Split classes into more files. (#506)

Location:
branches/New Persistence Exploration/Persistence/Persistence
Files:
8 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New Persistence Exploration/Persistence/Persistence/Persistence.csproj

    r1274 r1280  
    4949  </ItemGroup>
    5050  <ItemGroup>
     51    <Compile Include="DeSerializer.cs" />
     52    <Compile Include="Serializer.cs" />
     53    <Compile Include="CompoundSerializers.cs" />
     54    <Compile Include="PrimitiveSerializers.cs" />
     55    <Compile Include="Tokens.cs" />
    5156    <Compile Include="Util.cs" />
    5257    <Compile Include="StorableAttributeTests.cs" />
     
    5560    <Compile Include="PersistenceManager.cs" />
    5661    <Compile Include="SerializationTest.cs" />
     62    <Compile Include="XmlFormatter.cs" />
     63    <Compile Include="XmlParser.cs" />
     64  </ItemGroup>
     65  <ItemGroup>
     66    <Folder Include="Interfaces\" />
    5767  </ItemGroup>
    5868</Project>
Note: See TracChangeset for help on using the changeset viewer.