Click here to Skip to main content
15,896,201 members
Articles / Web Development / HTML

MVC Bricks for ASP.net

Rate me:
Please Sign up or sign in to vote.
4.96/5 (120 votes)
4 May 2011CPOL11 min read 220.5K   6.4K   155  
Learn how to create a simple game using ASP.net MVC, jQuery, State Machine and CSS3 gradients

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Web Developer Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVCBricks", "MVCBricks\MVCBricks.csproj", "{73BB228F-1DFF-4D9A-9D5D-09206EB2AA49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVCBricks.Core", "MVCBricks.Core\MVCBricks.Core.csproj", "{BAB3FD94-5AE2-4D03-8814-14B6AD517E39}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{73BB228F-1DFF-4D9A-9D5D-09206EB2AA49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{73BB228F-1DFF-4D9A-9D5D-09206EB2AA49}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{73BB228F-1DFF-4D9A-9D5D-09206EB2AA49}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{73BB228F-1DFF-4D9A-9D5D-09206EB2AA49}.Release|Any CPU.Build.0 = Release|Any CPU
		{BAB3FD94-5AE2-4D03-8814-14B6AD517E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BAB3FD94-5AE2-4D03-8814-14B6AD517E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BAB3FD94-5AE2-4D03-8814-14B6AD517E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BAB3FD94-5AE2-4D03-8814-14B6AD517E39}.Release|Any CPU.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 Code Project Open License (CPOL)


Written By
Instructor / Trainer Alura Cursos Online
Brazil Brazil

Comments and Discussions