CSNamedPipe/CSNamedPipe.sln
author sl
Thu, 07 Feb 2013 01:10:03 +0100
changeset 0 a77691c40066
permissions -rw-r--r--
First publish.
Write from C# named pipe server is working without using 100% CPU.
sl@0
     1

sl@0
     2
Microsoft Visual Studio Solution File, Format Version 11.00
sl@0
     3
# Visual Studio 2010
sl@0
     4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSNamedPipe", "CSNamedPipe\CSNamedPipe.csproj", "{4B3BFED0-82D8-4540-857B-D8A727348CC9}"
sl@0
     5
EndProject
sl@0
     6
Global
sl@0
     7
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
sl@0
     8
		Debug|Any CPU = Debug|Any CPU
sl@0
     9
		Release|Any CPU = Release|Any CPU
sl@0
    10
	EndGlobalSection
sl@0
    11
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
sl@0
    12
		{4B3BFED0-82D8-4540-857B-D8A727348CC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
sl@0
    13
		{4B3BFED0-82D8-4540-857B-D8A727348CC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
sl@0
    14
		{4B3BFED0-82D8-4540-857B-D8A727348CC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
sl@0
    15
		{4B3BFED0-82D8-4540-857B-D8A727348CC9}.Release|Any CPU.Build.0 = Release|Any CPU
sl@0
    16
	EndGlobalSection
sl@0
    17
	GlobalSection(SolutionProperties) = preSolution
sl@0
    18
		HideSolutionNode = FALSE
sl@0
    19
	EndGlobalSection
sl@0
    20
EndGlobal