Free cookie consent management tool by TermsFeed Policy Generator

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

automatic cloning with the help of Storable attributes. (#506)

File:
1 edited

Legend:

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

    r1264 r1321  
    44Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence", "Persistence\Persistence.csproj", "{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}"
    55EndProject
     6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistenceTest", "PersistenceTest\PersistenceTest.csproj", "{019D994A-9E37-4A4C-BBDD-914AB9A9634C}"
     7EndProject
     8Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2F65B17D-22F7-4A48-8762-74BB8BE3E0E5}"
     9  ProjectSection(SolutionItems) = preProject
     10    LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
     11    Persistence.vsmdi = Persistence.vsmdi
     12  EndProjectSection
     13EndProject
    614Global
     15  GlobalSection(TestCaseManagementSettings) = postSolution
     16    CategoryFile = Persistence.vsmdi
     17  EndGlobalSection
    718  GlobalSection(SolutionConfigurationPlatforms) = preSolution
    819    Debug|Any CPU = Debug|Any CPU
     
    1829    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|Any CPU.Build.0 = Release|Any CPU
    1930    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|x86.ActiveCfg = Release|Any CPU
     31    {019D994A-9E37-4A4C-BBDD-914AB9A9634C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     32    {019D994A-9E37-4A4C-BBDD-914AB9A9634C}.Debug|Any CPU.Build.0 = Debug|Any CPU
     33    {019D994A-9E37-4A4C-BBDD-914AB9A9634C}.Debug|x86.ActiveCfg = Debug|Any CPU
     34    {019D994A-9E37-4A4C-BBDD-914AB9A9634C}.Release|Any CPU.ActiveCfg = Release|Any CPU
     35    {019D994A-9E37-4A4C-BBDD-914AB9A9634C}.Release|Any CPU.Build.0 = Release|Any CPU
     36    {019D994A-9E37-4A4C-BBDD-914AB9A9634C}.Release|x86.ActiveCfg = Release|Any CPU
    2037  EndGlobalSection
    2138  GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.