Click here to Skip to main content
15,891,951 members
Articles / Programming Languages / C#

Host and Workflow: Two Worlds to Communicate IV

Rate me:
Please Sign up or sign in to vote.
4.00/5 (2 votes)
3 Oct 2008CPOL9 min read 32.4K   418   15  
Part IV: Organisation of the communication classes: Communication manager, wca.exe utility and Wwca.exe windows front-end for wca.exe

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiValve", "MultiValve\MultiValve.csproj", "{61A7C026-E580-489C-8EFA-3F989697F74B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UsingWCAInWF", "..\UsingWCAInWF\UsingWCAInWF\UsingWCAInWF.csproj", "{06DE1CB5-C402-4CFC-9F98-49AC64796762}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommunicationManager", "CommunicationManager\CommunicationManager.csproj", "{1EE2B3CF-2206-42E3-9702-AF3B9975D064}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{61A7C026-E580-489C-8EFA-3F989697F74B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{61A7C026-E580-489C-8EFA-3F989697F74B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{61A7C026-E580-489C-8EFA-3F989697F74B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{61A7C026-E580-489C-8EFA-3F989697F74B}.Release|Any CPU.Build.0 = Release|Any CPU
		{06DE1CB5-C402-4CFC-9F98-49AC64796762}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{06DE1CB5-C402-4CFC-9F98-49AC64796762}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{06DE1CB5-C402-4CFC-9F98-49AC64796762}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{06DE1CB5-C402-4CFC-9F98-49AC64796762}.Release|Any CPU.Build.0 = Release|Any CPU
		{1EE2B3CF-2206-42E3-9702-AF3B9975D064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1EE2B3CF-2206-42E3-9702-AF3B9975D064}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1EE2B3CF-2206-42E3-9702-AF3B9975D064}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1EE2B3CF-2206-42E3-9702-AF3B9975D064}.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
Software Developer (Senior) Avalon Development
United States United States
Jose A. Garcia Guirado, Electronic Engineer, graduated in Havana/Cuba 1982, MCTS, MCSD.NET, MCAD.NET, MCSE. Worked in the Institute for Cybernetics and Mathematics of Academy of Science of Cuba for 8 years; since 1995 working as free software architect, developer and adviser, first in Argentina and from 2003 to 2010, in Germany as External consultant in DWS Luxembourg, AIXTRON AG and Shell Deutschland GmbH and from 2010 to 2012 in Mexico working for Twenty Century Fox, and Mexico Stock Exchange (BMV). From 2013 to now in USA, Florida, First in FAME Inc. and now as Senior Software Engineer in Spirit Airlines.

Comments and Discussions