Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1264


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)

Location:
branches/New Persistence Exploration/Persistence
Files:
4 added
2 deleted
2 edited

Legend:

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

    r1247 r1264  
    33# Visual Studio 2008
    44Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence", "Persistence\Persistence.csproj", "{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}"
    5 EndProject
    6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Core", "..\..\..\hl3\core\trunk\sources\HeuristicLab.Core\HeuristicLab.Core.csproj", "{F43B59AB-2B8C-4570-BC1E-15592086517C}"
    75EndProject
    86Global
     
    2018    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|Any CPU.Build.0 = Release|Any CPU
    2119    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|x86.ActiveCfg = Release|Any CPU
    22     {F43B59AB-2B8C-4570-BC1E-15592086517C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    23     {F43B59AB-2B8C-4570-BC1E-15592086517C}.Debug|Any CPU.Build.0 = Debug|Any CPU
    24     {F43B59AB-2B8C-4570-BC1E-15592086517C}.Debug|x86.ActiveCfg = Debug|x86
    25     {F43B59AB-2B8C-4570-BC1E-15592086517C}.Debug|x86.Build.0 = Debug|x86
    26     {F43B59AB-2B8C-4570-BC1E-15592086517C}.Release|Any CPU.ActiveCfg = Release|Any CPU
    27     {F43B59AB-2B8C-4570-BC1E-15592086517C}.Release|Any CPU.Build.0 = Release|Any CPU
    28     {F43B59AB-2B8C-4570-BC1E-15592086517C}.Release|x86.ActiveCfg = Release|x86
    29     {F43B59AB-2B8C-4570-BC1E-15592086517C}.Release|x86.Build.0 = Release|x86
    3020  EndGlobalSection
    3121  GlobalSection(SolutionProperties) = preSolution
  • 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.