Skip to content

Commit

Permalink
Merge branch 'add_persistance'
Browse files Browse the repository at this point in the history
  • Loading branch information
oharab committed Aug 12, 2011
2 parents 003a717 + 795f784 commit a0578fd
Show file tree
Hide file tree
Showing 62 changed files with 78,825 additions and 39 deletions.
12 changes: 12 additions & 0 deletions OpenSurvey.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Web Developer Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "src\Web\Web.csproj", "{EC608521-C650-442B-BD79-FC558066FBF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "src\Core\Core.csproj", "{1A2399E1-F5B0-4B38-90AE-E879E9FBCFD2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Persistence.NHibernate", "src\Persistence.NHibernate\Persistence.NHibernate.csproj", "{1AAEE419-40FE-44AE-8AF2-EAECAEF45872}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -13,6 +17,14 @@ Global
{EC608521-C650-442B-BD79-FC558066FBF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC608521-C650-442B-BD79-FC558066FBF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC608521-C650-442B-BD79-FC558066FBF8}.Release|Any CPU.Build.0 = Release|Any CPU
{1A2399E1-F5B0-4B38-90AE-E879E9FBCFD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A2399E1-F5B0-4B38-90AE-E879E9FBCFD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A2399E1-F5B0-4B38-90AE-E879E9FBCFD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A2399E1-F5B0-4B38-90AE-E879E9FBCFD2}.Release|Any CPU.Build.0 = Release|Any CPU
{1AAEE419-40FE-44AE-8AF2-EAECAEF45872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AAEE419-40FE-44AE-8AF2-EAECAEF45872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AAEE419-40FE-44AE-8AF2-EAECAEF45872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AAEE419-40FE-44AE-8AF2-EAECAEF45872}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file not shown.
4,927 changes: 4,927 additions & 0 deletions libs/Castle.Facilities.NHibernateIntegration/Castle.Core.xml

Large diffs are not rendered by default.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

0 comments on commit a0578fd

Please sign in to comment.