Click here to Skip to main content
15,893,644 members
Articles / Desktop Programming / MFC

Network Development Kit 2.0

Rate me:
Please Sign up or sign in to vote.
4.88/5 (114 votes)
29 Dec 2006CPOL 2.9M   25.7K   496  
Network Development Kit is a set of simple classes for a client-server architecture.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChatClient", "ChatClient\ChatClient.vcproj", "{7406FB4A-19E6-4A04-95B6-121D4E145657}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChatServer", "ChatServer\ChatServer.vcproj", "{5E170714-160B-4345-A857-FBA8003490E7}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{7406FB4A-19E6-4A04-95B6-121D4E145657}.Debug.ActiveCfg = Debug|Win32
		{7406FB4A-19E6-4A04-95B6-121D4E145657}.Debug.Build.0 = Debug|Win32
		{7406FB4A-19E6-4A04-95B6-121D4E145657}.Release.ActiveCfg = Release|Win32
		{7406FB4A-19E6-4A04-95B6-121D4E145657}.Release.Build.0 = Release|Win32
		{5E170714-160B-4345-A857-FBA8003490E7}.Debug.ActiveCfg = Debug|Win32
		{5E170714-160B-4345-A857-FBA8003490E7}.Debug.Build.0 = Debug|Win32
		{5E170714-160B-4345-A857-FBA8003490E7}.Release.ActiveCfg = Release|Win32
		{5E170714-160B-4345-A857-FBA8003490E7}.Release.Build.0 = Release|Win32
	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) Mirego
Canada Canada
My name is Sébastien Lachance.

I love C# developing Windows Phone and Windows 8 applications.

When I’m not in front of a computer, my hobbies include playing bridge, poker and other card games, biking, reading technology news.

Comments and Discussions