Changeset 1264 for branches/New Persistence Exploration
- Timestamp:
- 03/05/09 18:37:38 (16 years ago)
- 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 3 3 # Visual Studio 2008 4 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence", "Persistence\Persistence.csproj", "{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}" 5 EndProject6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Core", "..\..\..\hl3\core\trunk\sources\HeuristicLab.Core\HeuristicLab.Core.csproj", "{F43B59AB-2B8C-4570-BC1E-15592086517C}"7 5 EndProject 8 6 Global … … 20 18 {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|Any CPU.Build.0 = Release|Any CPU 21 19 {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|x86.ActiveCfg = Release|Any CPU 22 {F43B59AB-2B8C-4570-BC1E-15592086517C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU23 {F43B59AB-2B8C-4570-BC1E-15592086517C}.Debug|Any CPU.Build.0 = Debug|Any CPU24 {F43B59AB-2B8C-4570-BC1E-15592086517C}.Debug|x86.ActiveCfg = Debug|x8625 {F43B59AB-2B8C-4570-BC1E-15592086517C}.Debug|x86.Build.0 = Debug|x8626 {F43B59AB-2B8C-4570-BC1E-15592086517C}.Release|Any CPU.ActiveCfg = Release|Any CPU27 {F43B59AB-2B8C-4570-BC1E-15592086517C}.Release|Any CPU.Build.0 = Release|Any CPU28 {F43B59AB-2B8C-4570-BC1E-15592086517C}.Release|x86.ActiveCfg = Release|x8629 {F43B59AB-2B8C-4570-BC1E-15592086517C}.Release|x86.Build.0 = Release|x8630 20 EndGlobalSection 31 21 GlobalSection(SolutionProperties) = preSolution -
branches/New Persistence Exploration/Persistence/Persistence/Persistence.csproj
r1247 r1264 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <StartupObject>Persistence. SerializationTest</StartupObject>15 <StartupObject>Persistence.NewSerializationTest</StartupObject> 16 16 </PropertyGroup> 17 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 49 49 </ItemGroup> 50 50 <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" /> 53 54 <Compile Include="PersistenceManager.cs" /> 54 55 <Compile Include="SerializationTest.cs" />
Note: See TracChangeset
for help on using the changeset viewer.