Click here to Skip to main content
15,896,153 members
Articles / Programming Languages / C#

Grid960 Layout for Silverlight

Rate me:
Please Sign up or sign in to vote.
4.94/5 (13 votes)
11 Jun 2013CPOL3 min read 45.5K   1.4K   37  
The 960 Grid System is a hugely popular layout system for web sites - Grid960 lets you use it in Silverlight!

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grid960", "Grid960\Grid960.csproj", "{C2781E0C-FE5E-4D84-A031-2079EEBD749B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grid960Sample", "Grid960Sample\Grid960Sample.csproj", "{B1C175C9-B028-45C1-A6FA-A28D65182E23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grid960Sample.Web", "Grid960Sample.Web\Grid960Sample.Web.csproj", "{D62E6A29-1306-4103-9027-F5F707EC87A1}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C2781E0C-FE5E-4D84-A031-2079EEBD749B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C2781E0C-FE5E-4D84-A031-2079EEBD749B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C2781E0C-FE5E-4D84-A031-2079EEBD749B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C2781E0C-FE5E-4D84-A031-2079EEBD749B}.Release|Any CPU.Build.0 = Release|Any CPU
		{B1C175C9-B028-45C1-A6FA-A28D65182E23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B1C175C9-B028-45C1-A6FA-A28D65182E23}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B1C175C9-B028-45C1-A6FA-A28D65182E23}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B1C175C9-B028-45C1-A6FA-A28D65182E23}.Release|Any CPU.Build.0 = Release|Any CPU
		{D62E6A29-1306-4103-9027-F5F707EC87A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D62E6A29-1306-4103-9027-F5F707EC87A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D62E6A29-1306-4103-9027-F5F707EC87A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D62E6A29-1306-4103-9027-F5F707EC87A1}.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
Software Developer
United Kingdom United Kingdom
Follow my blog at www.dwmkerr.com and find out about my charity at www.childrenshomesnepal.org.

Comments and Discussions