Click here to Skip to main content
15,886,362 members
Articles / Programming Languages / Visual Basic

CuttingEdge.Conditions

Rate me:
Please Sign up or sign in to vote.
4.59/5 (19 votes)
23 Jun 2011MIT3 min read 125K   67   84  
A pre- and postcondition validation framework based on .NET 3.5 extension methods

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CuttingEdge.Conditions", "CuttingEdge.Conditions\CuttingEdge.Conditions.csproj", "{914B3EA8-2D78-4B1D-BA98-575817EB20F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CuttingEdge.Conditions.UnitTests", "CuttingEdge.Conditions.UnitTests\CuttingEdge.Conditions.UnitTests.csproj", "{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Installer\Installer.wixproj", "{6FC08BA1-043F-4529-A5CC-70FF25154953}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{24EEDF66-CE38-4A6C-830A-58BD036474CD}"
	ProjectSection(SolutionItems) = preProject
		changes.txt = changes.txt
		license.txt = license.txt
		readme.txt = readme.txt
	EndProjectSection
EndProject
Global
	GlobalSection(TeamFoundationVersionControl) = preSolution
		SccNumberOfProjects = 3
		SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
		SccTeamFoundationServer = https://tfs02.codeplex.com/
		SccLocalPath0 = .
		SccProjectUniqueName1 = CuttingEdge.Conditions.UnitTests\\CuttingEdge.Conditions.UnitTests.csproj
		SccProjectName1 = CuttingEdge.Conditions.UnitTests
		SccLocalPath1 = CuttingEdge.Conditions.UnitTests
		SccProjectUniqueName2 = CuttingEdge.Conditions\\CuttingEdge.Conditions.csproj
		SccProjectName2 = CuttingEdge.Conditions
		SccLocalPath2 = CuttingEdge.Conditions
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{914B3EA8-2D78-4B1D-BA98-575817EB20F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{914B3EA8-2D78-4B1D-BA98-575817EB20F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{914B3EA8-2D78-4B1D-BA98-575817EB20F6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{914B3EA8-2D78-4B1D-BA98-575817EB20F6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{914B3EA8-2D78-4B1D-BA98-575817EB20F6}.Debug|x86.ActiveCfg = Debug|Any CPU
		{914B3EA8-2D78-4B1D-BA98-575817EB20F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{914B3EA8-2D78-4B1D-BA98-575817EB20F6}.Release|Any CPU.Build.0 = Release|Any CPU
		{914B3EA8-2D78-4B1D-BA98-575817EB20F6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{914B3EA8-2D78-4B1D-BA98-575817EB20F6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{914B3EA8-2D78-4B1D-BA98-575817EB20F6}.Release|x86.ActiveCfg = Release|Any CPU
		{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}.Debug|x86.ActiveCfg = Debug|Any CPU
		{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}.Release|Any CPU.Build.0 = Release|Any CPU
		{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{5E3699BE-95DA-439D-BDFD-63DC76F56A3A}.Release|x86.ActiveCfg = Release|Any CPU
		{6FC08BA1-043F-4529-A5CC-70FF25154953}.Debug|Any CPU.ActiveCfg = Debug|x86
		{6FC08BA1-043F-4529-A5CC-70FF25154953}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{6FC08BA1-043F-4529-A5CC-70FF25154953}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{6FC08BA1-043F-4529-A5CC-70FF25154953}.Debug|x86.ActiveCfg = Debug|x86
		{6FC08BA1-043F-4529-A5CC-70FF25154953}.Debug|x86.Build.0 = Debug|x86
		{6FC08BA1-043F-4529-A5CC-70FF25154953}.Release|Any CPU.ActiveCfg = Release|x86
		{6FC08BA1-043F-4529-A5CC-70FF25154953}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{6FC08BA1-043F-4529-A5CC-70FF25154953}.Release|Mixed Platforms.Build.0 = Release|x86
		{6FC08BA1-043F-4529-A5CC-70FF25154953}.Release|x86.ActiveCfg = Release|x86
		{6FC08BA1-043F-4529-A5CC-70FF25154953}.Release|x86.Build.0 = Release|x86
	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 MIT License


Written By
Software Developer (Senior)
Netherlands Netherlands
I'm a freelance developer from the Netherlands, working with .NET technology on a daily basis, and officially diagnosed as a workaholic.

Comments and Discussions