-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNamedPipeExample.sln
More file actions
43 lines (43 loc) · 2.33 KB
/
NamedPipeExample.sln
File metadata and controls
43 lines (43 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "npServerExample", "npServerExample\npServerExample.csproj", "{513E1E48-1609-46EC-8E99-32358526486C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "npClientExample", "npClientExample\npClientExample.csproj", "{9378BFD3-C380-41C2-9809-45F77151A324}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "npServer", "npServer\npServer.csproj", "{A63C5F07-12C7-49C6-854D-FBF44ED7D13B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F2D7490B-C42E-43EE-BB84-F3E73BEAAFB0}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{513E1E48-1609-46EC-8E99-32358526486C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{513E1E48-1609-46EC-8E99-32358526486C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{513E1E48-1609-46EC-8E99-32358526486C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{513E1E48-1609-46EC-8E99-32358526486C}.Release|Any CPU.Build.0 = Release|Any CPU
{9378BFD3-C380-41C2-9809-45F77151A324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9378BFD3-C380-41C2-9809-45F77151A324}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9378BFD3-C380-41C2-9809-45F77151A324}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9378BFD3-C380-41C2-9809-45F77151A324}.Release|Any CPU.Build.0 = Release|Any CPU
{A63C5F07-12C7-49C6-854D-FBF44ED7D13B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A63C5F07-12C7-49C6-854D-FBF44ED7D13B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A63C5F07-12C7-49C6-854D-FBF44ED7D13B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A63C5F07-12C7-49C6-854D-FBF44ED7D13B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {660B63E8-3840-44B7-B75C-0A7D7816D8FC}
EndGlobalSection
EndGlobal