Click here to Skip to main content
15,896,726 members
Articles / Web Development / IIS

MEF and Workflow Services Integration

Rate me:
Please Sign up or sign in to vote.
4.83/5 (9 votes)
1 Jan 2011CPOL6 min read 35.1K   442   26  
Building up activities using the Managed Extensibility Framework for workflow services hosted in IIS.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaseLibrary", "BaseLibrary\BaseLibrary.csproj", "{4BFDAEE3-64BD-41FD-9E3E-2CEF2FF8F5AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestLibrary", "TestLibrary\TestLibrary.csproj", "{605CF59E-6F71-434F-AE23-357B217C2C3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContractsLibrary", "ContractsLibrary\ContractsLibrary.csproj", "{A0071627-844B-47C6-B40E-445FBA8796E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImplementationLibrary", "ImplementationLibrary\ImplementationLibrary.csproj", "{7BAC5FA8-A1D8-405E-9F7F-88EA296C6018}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModelLibrary", "ModelLibrary\ModelLibrary.csproj", "{ACD5B24C-886E-4220-8BE5-832F1765865C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkflowServiceLibrary", "WorkflowServiceLibrary\WorkflowServiceLibrary.csproj", "{981695EB-8476-4A3F-93DD-FBDDB907E202}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Module", "Module", "{A991823B-DC2D-4A34-A8A4-3FEFF5206C4B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4BFDAEE3-64BD-41FD-9E3E-2CEF2FF8F5AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4BFDAEE3-64BD-41FD-9E3E-2CEF2FF8F5AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4BFDAEE3-64BD-41FD-9E3E-2CEF2FF8F5AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4BFDAEE3-64BD-41FD-9E3E-2CEF2FF8F5AC}.Release|Any CPU.Build.0 = Release|Any CPU
		{605CF59E-6F71-434F-AE23-357B217C2C3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{605CF59E-6F71-434F-AE23-357B217C2C3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{605CF59E-6F71-434F-AE23-357B217C2C3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{605CF59E-6F71-434F-AE23-357B217C2C3D}.Release|Any CPU.Build.0 = Release|Any CPU
		{A0071627-844B-47C6-B40E-445FBA8796E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A0071627-844B-47C6-B40E-445FBA8796E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A0071627-844B-47C6-B40E-445FBA8796E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A0071627-844B-47C6-B40E-445FBA8796E2}.Release|Any CPU.Build.0 = Release|Any CPU
		{7BAC5FA8-A1D8-405E-9F7F-88EA296C6018}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7BAC5FA8-A1D8-405E-9F7F-88EA296C6018}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7BAC5FA8-A1D8-405E-9F7F-88EA296C6018}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7BAC5FA8-A1D8-405E-9F7F-88EA296C6018}.Release|Any CPU.Build.0 = Release|Any CPU
		{ACD5B24C-886E-4220-8BE5-832F1765865C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ACD5B24C-886E-4220-8BE5-832F1765865C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ACD5B24C-886E-4220-8BE5-832F1765865C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ACD5B24C-886E-4220-8BE5-832F1765865C}.Release|Any CPU.Build.0 = Release|Any CPU
		{981695EB-8476-4A3F-93DD-FBDDB907E202}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{981695EB-8476-4A3F-93DD-FBDDB907E202}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{981695EB-8476-4A3F-93DD-FBDDB907E202}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{981695EB-8476-4A3F-93DD-FBDDB907E202}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{A0071627-844B-47C6-B40E-445FBA8796E2} = {A991823B-DC2D-4A34-A8A4-3FEFF5206C4B}
		{981695EB-8476-4A3F-93DD-FBDDB907E202} = {A991823B-DC2D-4A34-A8A4-3FEFF5206C4B}
		{7BAC5FA8-A1D8-405E-9F7F-88EA296C6018} = {A991823B-DC2D-4A34-A8A4-3FEFF5206C4B}
		{ACD5B24C-886E-4220-8BE5-832F1765865C} = {A991823B-DC2D-4A34-A8A4-3FEFF5206C4B}
		{605CF59E-6F71-434F-AE23-357B217C2C3D} = {A991823B-DC2D-4A34-A8A4-3FEFF5206C4B}
	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 NBN International
United Kingdom United Kingdom
I am Gareth, working in the book industry specializing in EDI and B2B integration. Starting out as a child bashing out programs on the old commodore 64, I have since progressed from VB6 through the .net framework and loving c#, wf, wpf and where these are heading... hoping one day to have the excuse to play with silverlight.

Comments and Discussions