Click here to Skip to main content
15,883,883 members
Articles / Web Development / CSS

Combres - WebForm & MVC Client-side Resource Combine Library

Rate me:
Please Sign up or sign in to vote.
4.50/5 (8 votes)
1 Nov 2009Apache13 min read 52.1K   3.1K   22  
A .NET library which enables minification, compression, combination, and caching of JavaScript and CSS resources for ASP.NET and ASP.NET MVC web applications. Simply put, it helps your applications rank better with YSlow and PageSpeed.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Combres", "Combres.csproj", "{B9EC5D40-2603-4134-959D-17F97E03C2E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{A8F249BC-9E01-4D6E-B49F-532E3CFB243E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebFormSample", "..\Samples\WebFormSample\WebFormSample.csproj", "{8B393781-16B2-462D-892B-539FABF3463A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcSample", "..\Samples\MvcSample\MvcSample.csproj", "{7B9B244C-EBE6-49F7-AFC9-5F43E4639CC5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{3BD1B340-4F92-4AC2-8B1B-9818536BDB0F}"
	ProjectSection(SolutionItems) = preProject
		..\Libraries\EcmaScript.NET.modified.dll = ..\Libraries\EcmaScript.NET.modified.dll
		..\Libraries\Fasterflect.dll = ..\Libraries\Fasterflect.dll
		..\Libraries\log4net.dll = ..\Libraries\log4net.dll
		..\Libraries\Yahoo.Yui.Compressor.dll = ..\Libraries\Yahoo.Yui.Compressor.dll
	EndProjectSection
EndProject
Global
	GlobalSection(SubversionScc) = preSolution
		Svn-Managed = True
		Manager = AnkhSVN - Subversion Support for Visual Studio
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B9EC5D40-2603-4134-959D-17F97E03C2E9}.Debug|Any CPU.ActiveCfg = Release|Any CPU
		{B9EC5D40-2603-4134-959D-17F97E03C2E9}.Debug|Any CPU.Build.0 = Release|Any CPU
		{B9EC5D40-2603-4134-959D-17F97E03C2E9}.Release|Any CPU.ActiveCfg = Debug|Any CPU
		{B9EC5D40-2603-4134-959D-17F97E03C2E9}.Release|Any CPU.Build.0 = Debug|Any CPU
		{8B393781-16B2-462D-892B-539FABF3463A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8B393781-16B2-462D-892B-539FABF3463A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8B393781-16B2-462D-892B-539FABF3463A}.Release|Any CPU.ActiveCfg = Debug|Any CPU
		{8B393781-16B2-462D-892B-539FABF3463A}.Release|Any CPU.Build.0 = Debug|Any CPU
		{7B9B244C-EBE6-49F7-AFC9-5F43E4639CC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7B9B244C-EBE6-49F7-AFC9-5F43E4639CC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7B9B244C-EBE6-49F7-AFC9-5F43E4639CC5}.Release|Any CPU.ActiveCfg = Debug|Any CPU
		{7B9B244C-EBE6-49F7-AFC9-5F43E4639CC5}.Release|Any CPU.Build.0 = Debug|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{8B393781-16B2-462D-892B-539FABF3463A} = {A8F249BC-9E01-4D6E-B49F-532E3CFB243E}
		{7B9B244C-EBE6-49F7-AFC9-5F43E4639CC5} = {A8F249BC-9E01-4D6E-B49F-532E3CFB243E}
	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 Apache License, Version 2.0


Written By
Chief Technology Officer KMS Technology
Vietnam Vietnam
You can visit Buu's blog at http://www.buunguyen.net/blog to read about his thoughts on software development.

Comments and Discussions