Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/15 18:47:21 (8 years ago)
Author:
swagner
Message:

#2520: Worked on persistence overhaul

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/HeuristicLab.Persistence-4.0.csproj

    r13326 r13347  
    4646  </ItemGroup>
    4747  <ItemGroup>
     48    <Compile Include="Core\ComponentInfo.cs" />
     49    <Compile Include="Core\Index.cs" />
     50    <Compile Include="Core\Mapper.cs" />
     51    <Compile Include="Core\ProtoBufSerializer.cs" />
     52    <Compile Include="Core\ReferenceEqualityComparer.cs" />
     53    <Compile Include="Core\Serializer.cs" />
     54    <Compile Include="Core\Transformer.cs" />
     55    <Compile Include="Core\TransformerAttribute.cs" />
     56    <Compile Include="Core\TypeInfo.cs" />
     57    <Compile Include="ISerializer.cs" />
     58    <Compile Include="ITransformer.cs" />
    4859    <Compile Include="Plugin.cs" />
    4960    <Compile Include="Properties\AssemblyInfo.cs" />
     
    6273      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    6374      <Private>False</Private>
     75    </ProjectReference>
     76    <ProjectReference Include="..\3.3\HeuristicLab.Persistence-3.3.csproj">
     77      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
     78      <Name>HeuristicLab.Persistence-3.3</Name>
    6479    </ProjectReference>
    6580  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.