Changeset 1280 for branches/New Persistence Exploration/Persistence
- Timestamp:
- 03/06/09 17:41:39 (16 years ago)
- 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 49 49 </ItemGroup> 50 50 <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" /> 51 56 <Compile Include="Util.cs" /> 52 57 <Compile Include="StorableAttributeTests.cs" /> … … 55 60 <Compile Include="PersistenceManager.cs" /> 56 61 <Compile Include="SerializationTest.cs" /> 62 <Compile Include="XmlFormatter.cs" /> 63 <Compile Include="XmlParser.cs" /> 64 </ItemGroup> 65 <ItemGroup> 66 <Folder Include="Interfaces\" /> 57 67 </ItemGroup> 58 68 </Project>
Note: See TracChangeset
for help on using the changeset viewer.