-
Notifications
You must be signed in to change notification settings - Fork 1
/
IpcAnonymousPipes.sln
54 lines (54 loc) · 3.14 KB
/
IpcAnonymousPipes.sln
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
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpcAnonymousPipes", "IpcAnonymousPipes\IpcAnonymousPipes.csproj", "{D4180C87-BD76-4F14-B894-720C3612A9DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpcAnonymousPipes.Tests", "IpcAnonymousPipes.Tests\IpcAnonymousPipes.Tests.csproj", "{2AD4792C-4264-4F6C-A993-1ABCD20A9432}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{D1892620-143F-4CB8-ACB6-CE6DC8C1F01F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerWpfApp", "Examples\ServerWpfApp\ServerWpfApp.csproj", "{0684508A-1600-4B99-B27D-A77AF5DE7654}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientWpfApp", "Examples\ClientWpfApp\ClientWpfApp.csproj", "{0183AA84-711F-4F0E-98CA-099C9946654F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{56722027-B2B2-4043-8D63-7739E9E5A549}"
ProjectSection(SolutionItems) = preProject
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
{D4180C87-BD76-4F14-B894-720C3612A9DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4180C87-BD76-4F14-B894-720C3612A9DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4180C87-BD76-4F14-B894-720C3612A9DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4180C87-BD76-4F14-B894-720C3612A9DA}.Release|Any CPU.Build.0 = Release|Any CPU
{2AD4792C-4264-4F6C-A993-1ABCD20A9432}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AD4792C-4264-4F6C-A993-1ABCD20A9432}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AD4792C-4264-4F6C-A993-1ABCD20A9432}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AD4792C-4264-4F6C-A993-1ABCD20A9432}.Release|Any CPU.Build.0 = Release|Any CPU
{0684508A-1600-4B99-B27D-A77AF5DE7654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0684508A-1600-4B99-B27D-A77AF5DE7654}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0684508A-1600-4B99-B27D-A77AF5DE7654}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0684508A-1600-4B99-B27D-A77AF5DE7654}.Release|Any CPU.Build.0 = Release|Any CPU
{0183AA84-711F-4F0E-98CA-099C9946654F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0183AA84-711F-4F0E-98CA-099C9946654F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0183AA84-711F-4F0E-98CA-099C9946654F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0183AA84-711F-4F0E-98CA-099C9946654F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0684508A-1600-4B99-B27D-A77AF5DE7654} = {D1892620-143F-4CB8-ACB6-CE6DC8C1F01F}
{0183AA84-711F-4F0E-98CA-099C9946654F} = {D1892620-143F-4CB8-ACB6-CE6DC8C1F01F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E0ED277-79E6-4606-838D-F660BA23AFA8}
EndGlobalSection
EndGlobal