Click here to Skip to main content
15,896,606 members
Articles / Programming Languages / CAML

Camlex.NET 3.0 and Camlex Online: CAML Reverse Engineering

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
7 Jan 2012Ms-PL4 min read 23.7K   270   5  
Camlex.NET 3.0 and Camlex Online allows developers to refactor CAML queries to compilable C# code

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Camlex.NET", "Camlex.NET\Camlex.NET.csproj", "{99FC65CD-823C-47AA-9D68-0BB9F31CDC72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Camlex.NET.ConsoleTest", "Camlex.NET.ConsoleTest\Camlex.NET.ConsoleTest.csproj", "{C1B2AC84-A5C7-4F5B-819D-DDABF223B45E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Camlex.NET.UnitTests", "Camlex.NET.UnitTests\Camlex.NET.UnitTests.csproj", "{298ACD3C-082D-406B-B4BB-8B8CAD5B18A6}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{99FC65CD-823C-47AA-9D68-0BB9F31CDC72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{99FC65CD-823C-47AA-9D68-0BB9F31CDC72}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{99FC65CD-823C-47AA-9D68-0BB9F31CDC72}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{99FC65CD-823C-47AA-9D68-0BB9F31CDC72}.Release|Any CPU.Build.0 = Release|Any CPU
		{C1B2AC84-A5C7-4F5B-819D-DDABF223B45E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C1B2AC84-A5C7-4F5B-819D-DDABF223B45E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C1B2AC84-A5C7-4F5B-819D-DDABF223B45E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C1B2AC84-A5C7-4F5B-819D-DDABF223B45E}.Release|Any CPU.Build.0 = Release|Any CPU
		{298ACD3C-082D-406B-B4BB-8B8CAD5B18A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{298ACD3C-082D-406B-B4BB-8B8CAD5B18A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{298ACD3C-082D-406B-B4BB-8B8CAD5B18A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{298ACD3C-082D-406B-B4BB-8B8CAD5B18A6}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(SubversionScc) = preSolution
		Svn-Managed = True
		Manager = AnkhSVN - Subversion Support for Visual Studio
	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 Microsoft Public License (Ms-PL)


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

Comments and Discussions