Free cookie consent management tool by TermsFeed Policy Generator

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

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

Enable object instantiation using non-public default constructors. (#506)

File size: 1.1 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
6Global
7  GlobalSection(SolutionConfigurationPlatforms) = preSolution
8    Debug|Any CPU = Debug|Any CPU
9    Debug|x86 = Debug|x86
10    Release|Any CPU = Release|Any CPU
11    Release|x86 = Release|x86
12  EndGlobalSection
13  GlobalSection(ProjectConfigurationPlatforms) = postSolution
14    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
16    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Debug|x86.ActiveCfg = Debug|Any CPU
17    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
18    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|Any CPU.Build.0 = Release|Any CPU
19    {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}.Release|x86.ActiveCfg = Release|Any CPU
20  EndGlobalSection
21  GlobalSection(SolutionProperties) = preSolution
22    HideSolutionNode = FALSE
23  EndGlobalSection
24EndGlobal
Note: See TracBrowser for help on using the repository browser.