Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/09 18:37:38 (15 years ago)
Author:
epitzer
Message:

Full serialization from object tree to XML. No de-serialization yet. (#506)

File:
1 edited

Legend:

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

    r1247 r1264  
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    15     <StartupObject>Persistence.SerializationTest</StartupObject>
     15    <StartupObject>Persistence.NewSerializationTest</StartupObject>
    1616  </PropertyGroup>
    1717  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    4949  </ItemGroup>
    5050  <ItemGroup>
    51     <Compile Include="AutoStorableAttributeTests.cs" />
    52     <Compile Include="AutoStorableAttribute.cs" />
     51    <Compile Include="StorableAttributeTests.cs" />
     52    <Compile Include="StorableAttribute.cs" />
     53    <Compile Include="NewSerializationTest.cs" />
    5354    <Compile Include="PersistenceManager.cs" />
    5455    <Compile Include="SerializationTest.cs" />
Note: See TracChangeset for help on using the changeset viewer.