Click here to Skip to main content
15,886,734 members
Articles / Programming Languages / C#

Use Rules In Your Applications

Rate me:
Please Sign up or sign in to vote.
4.84/5 (19 votes)
29 Aug 2006CPOL2 min read 111.9K   2.7K   93  
A Rules Engine class library with source code and documentation
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JaxlabRulesEngine", "JaxlabRulesEngine.csproj", "{CDC7EB57-9B84-4CAC-B4AB-C338A82E7AE0}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JaxlabReaderWriter", "..\JaxlabReaderWriter\JaxlabReaderWriter.csproj", "{0715AC6F-8A13-4F6E-890F-89039D116619}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{CDC7EB57-9B84-4CAC-B4AB-C338A82E7AE0}.Debug.ActiveCfg = Debug|.NET
		{CDC7EB57-9B84-4CAC-B4AB-C338A82E7AE0}.Debug.Build.0 = Debug|.NET
		{CDC7EB57-9B84-4CAC-B4AB-C338A82E7AE0}.Release.ActiveCfg = Release|.NET
		{CDC7EB57-9B84-4CAC-B4AB-C338A82E7AE0}.Release.Build.0 = Release|.NET
		{0715AC6F-8A13-4F6E-890F-89039D116619}.Debug.ActiveCfg = Debug|.NET
		{0715AC6F-8A13-4F6E-890F-89039D116619}.Debug.Build.0 = Debug|.NET
		{0715AC6F-8A13-4F6E-890F-89039D116619}.Release.ActiveCfg = Release|.NET
		{0715AC6F-8A13-4F6E-890F-89039D116619}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 (Senior)
United States United States
Website: http://www.somedeveloper.us

Comments and Discussions