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

PixelDragonsMVC.NET - An open source MVC framework

Rate me:
Please Sign up or sign in to vote.
4.58/5 (8 votes)
29 Jun 200710 min read 84.8K   811   73  
An MVC framework with built-in NHibernate support that makes creating ASP.NET 2 applications easier by minimizing code and configuration

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\PixelDragons.MVCSample\", ".", "{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{11B4C6AD-F43D-4529-BB2B-1745232F6925}|PixelDragons.MVC.dll;{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}|PixelDragons.MVCSample.Domain.dll;"
		Debug.AspNetCompiler.VirtualPath = "/PixelDragons.MVCSample"
		Debug.AspNetCompiler.PhysicalPath = "..\..\PixelDragons\Projects\PixelDragons.MVCSample\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\PixelDragons.MVCSample\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/PixelDragons.MVCSample"
		Release.AspNetCompiler.PhysicalPath = "..\..\PixelDragons\Projects\PixelDragons.MVCSample\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\PixelDragons.MVCSample\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "2365"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PixelDragons.MVC", "..\PixelDragons.MVC\PixelDragons.MVC.csproj", "{11B4C6AD-F43D-4529-BB2B-1745232F6925}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PixelDragons.MVCSample.Domain", "..\PixelDragons.MVCSample.Domain\PixelDragons.MVCSample.Domain.csproj", "{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
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
		{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}.Debug|.NET.ActiveCfg = Debug|.NET
		{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}.Debug|.NET.Build.0 = Debug|.NET
		{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}.Release|.NET.ActiveCfg = Debug|.NET
		{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}.Release|.NET.Build.0 = Debug|.NET
		{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}.Release|Any CPU.ActiveCfg = Debug|.NET
		{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{FEE13E2A-DFF6-4513-85F5-9AFF41F9ACF4}.Release|Mixed Platforms.Build.0 = Debug|.NET
		{11B4C6AD-F43D-4529-BB2B-1745232F6925}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{11B4C6AD-F43D-4529-BB2B-1745232F6925}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{11B4C6AD-F43D-4529-BB2B-1745232F6925}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{11B4C6AD-F43D-4529-BB2B-1745232F6925}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{11B4C6AD-F43D-4529-BB2B-1745232F6925}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{11B4C6AD-F43D-4529-BB2B-1745232F6925}.Release|.NET.ActiveCfg = Release|Any CPU
		{11B4C6AD-F43D-4529-BB2B-1745232F6925}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{11B4C6AD-F43D-4529-BB2B-1745232F6925}.Release|Any CPU.Build.0 = Release|Any CPU
		{11B4C6AD-F43D-4529-BB2B-1745232F6925}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{11B4C6AD-F43D-4529-BB2B-1745232F6925}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}.Release|.NET.ActiveCfg = Release|Any CPU
		{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}.Release|Any CPU.Build.0 = Release|Any CPU
		{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{CCE03FDE-DF39-4CF1-B5EB-FF24FB54F14C}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


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

Comments and Discussions