Click here to Skip to main content
15,886,689 members
Articles / Programming Languages / XML

Screen Cast Server

Rate me:
Please Sign up or sign in to vote.
4.85/5 (17 votes)
15 Sep 2009CPOL2 min read 42.8K   2.6K   44  
A screen cast server with client

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCServer", "SCS\SCServer.csproj", "{882BFEE7-D09F-4EAC-A347-0D327DBC27FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCClient", "ScreenCastClient\SCClient.csproj", "{379BDFD0-50AA-44C7-B50B-F489A0119EFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenHost", "HostObject\ScreenHost.csproj", "{8EBBFC65-6252-4038-B260-82F7EACFBAFB}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{882BFEE7-D09F-4EAC-A347-0D327DBC27FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{882BFEE7-D09F-4EAC-A347-0D327DBC27FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{882BFEE7-D09F-4EAC-A347-0D327DBC27FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{882BFEE7-D09F-4EAC-A347-0D327DBC27FA}.Release|Any CPU.Build.0 = Release|Any CPU
		{379BDFD0-50AA-44C7-B50B-F489A0119EFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{379BDFD0-50AA-44C7-B50B-F489A0119EFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{379BDFD0-50AA-44C7-B50B-F489A0119EFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{379BDFD0-50AA-44C7-B50B-F489A0119EFF}.Release|Any CPU.Build.0 = Release|Any CPU
		{8EBBFC65-6252-4038-B260-82F7EACFBAFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8EBBFC65-6252-4038-B260-82F7EACFBAFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8EBBFC65-6252-4038-B260-82F7EACFBAFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8EBBFC65-6252-4038-B260-82F7EACFBAFB}.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
Architect Backbase
Netherlands Netherlands
Senior Solutions Architect.

I reject your code and substitute my own Smile | :) !

Comments and Discussions