Click here to Skip to main content
15,885,546 members
Articles / Programming Languages / Javascript

jQuery Based Ajax.Net library

Rate me:
Please Sign up or sign in to vote.
4.91/5 (72 votes)
25 Nov 2009CPOL19 min read 373.8K   2.4K   351  
jQuery Based Ajax.Net library

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pubs", "pubs\pubs.csproj", "{AD08D7A8-0EFE-49EB-B1BE-5E7DC63A4AB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebLib", "WebLib\WebLib.csproj", "{E242ADFE-257E-4813-A8A0-291E4BE26D6A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{AD08D7A8-0EFE-49EB-B1BE-5E7DC63A4AB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{AD08D7A8-0EFE-49EB-B1BE-5E7DC63A4AB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{AD08D7A8-0EFE-49EB-B1BE-5E7DC63A4AB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{AD08D7A8-0EFE-49EB-B1BE-5E7DC63A4AB7}.Release|Any CPU.Build.0 = Release|Any CPU
		{E242ADFE-257E-4813-A8A0-291E4BE26D6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E242ADFE-257E-4813-A8A0-291E4BE26D6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E242ADFE-257E-4813-A8A0-291E4BE26D6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E242ADFE-257E-4813-A8A0-291E4BE26D6A}.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
http://www.GaspMobileGames.com
United States United States
Writing code since 1987 using whatever language/environment you can imagine. Recently got into the mobile games. Feel free to check them out at http://www.GaspMobileGames.com

Comments and Discussions