Free cookie consent management tool by TermsFeed Policy Generator

source: branches/New Persistence Exploration/Persistence/Persistence.sln @ 1321

Last change on this file since 1321 was 1321, checked in by epitzer, 15 years ago

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

File size: 2.2 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 10.00
3# Visual Studio 2008
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence", "Persistence\Persistence.csproj", "{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}"
5EndProject
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
14Global
15  GlobalSection(TestCaseManagementSettings) = postSolution
16    CategoryFile = Persistence.vsmdi
17  EndGlobalSection
18  GlobalSection(SolutionConfigurationPlatforms) = preSolution
19    Debug|Any CPU = Debug|Any CPU
20    Debug|x86 = Debug|x86
21    Release|Any CPU = Release|Any CPU
22    Release|x86 = Release|x86
23  EndGlobalSection
24  GlobalSection(ProjectConfigurationPlatforms) = postSolution
25    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
27    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Debug|x86.ActiveCfg = Debug|Any CPU
28    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
29    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|Any CPU.Build.0 = Release|Any CPU
30    {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
37  EndGlobalSection
38  GlobalSection(SolutionProperties) = preSolution
39    HideSolutionNode = FALSE
40  EndGlobalSection
41EndGlobal
Note: See TracBrowser for help on using the repository browser.