Click here to Skip to main content
15,891,473 members
Articles / Web Development / ASP.NET

Eucalypto - ASP.NET CMS Library using NHibernate

Rate me:
Please Sign up or sign in to vote.
4.84/5 (36 votes)
10 Jun 2009MIT24 min read 320.2K   4.6K   260  
An ASP.NET server library for creating CMS website (forums, articles/wiki, news, users/roles, ...), using NHibernate for data access.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eucalypto", "Eucalypto\Eucalypto.csproj", "{762A5424-0516-42D2-B2B2-4625B0786783}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{8A13FA90-6D57-4988-BEEB-35F852B0A79D}"
	ProjectSection(SolutionItems) = preProject
		Documents\AppDataSecurity.png = Documents\AppDataSecurity.png
		Documents\Architecture.png = Documents\Architecture.png
		Documents\Architecture.vsd = Documents\Architecture.vsd
		Documents\ASPNetConfiguration.png = Documents\ASPNetConfiguration.png
		Documents\DBDiagram_Article.png = Documents\DBDiagram_Article.png
		Documents\DBDiagram_Forum.png = Documents\DBDiagram_Forum.png
		Documents\DBDiagram_Membership.png = Documents\DBDiagram_Membership.png
		Documents\DBDiagram_News.png = Documents\DBDiagram_News.png
		Documents\DBDiagram_Profile.png = Documents\DBDiagram_Profile.png
		Documents\Eucalypto.htm = Documents\Eucalypto.htm
		Documents\EucalyptoLogoBig.png = Documents\EucalyptoLogoBig.png
		Documents\Logo.svg = Documents\Logo.svg
		Documents\Setup.png = Documents\Setup.png
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eucalypto.Test", "Eucalypto.Test\Eucalypto.Test.csproj", "{57F3197E-1A77-4C78-BA0C-ADF5434F418B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{762A5424-0516-42D2-B2B2-4625B0786783}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{762A5424-0516-42D2-B2B2-4625B0786783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{762A5424-0516-42D2-B2B2-4625B0786783}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{762A5424-0516-42D2-B2B2-4625B0786783}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{762A5424-0516-42D2-B2B2-4625B0786783}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{762A5424-0516-42D2-B2B2-4625B0786783}.Release|.NET.ActiveCfg = Release|Any CPU
		{762A5424-0516-42D2-B2B2-4625B0786783}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{762A5424-0516-42D2-B2B2-4625B0786783}.Release|Any CPU.Build.0 = Release|Any CPU
		{762A5424-0516-42D2-B2B2-4625B0786783}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{762A5424-0516-42D2-B2B2-4625B0786783}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{57F3197E-1A77-4C78-BA0C-ADF5434F418B}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{57F3197E-1A77-4C78-BA0C-ADF5434F418B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{57F3197E-1A77-4C78-BA0C-ADF5434F418B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{57F3197E-1A77-4C78-BA0C-ADF5434F418B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{57F3197E-1A77-4C78-BA0C-ADF5434F418B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{57F3197E-1A77-4C78-BA0C-ADF5434F418B}.Release|.NET.ActiveCfg = Release|Any CPU
		{57F3197E-1A77-4C78-BA0C-ADF5434F418B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{57F3197E-1A77-4C78-BA0C-ADF5434F418B}.Release|Any CPU.Build.0 = Release|Any CPU
		{57F3197E-1A77-4C78-BA0C-ADF5434F418B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{57F3197E-1A77-4C78-BA0C-ADF5434F418B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions