-
Notifications
You must be signed in to change notification settings - Fork 0
/
SendReceiveExample.sln
executable file
·37 lines (37 loc) · 1.99 KB
/
SendReceiveExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Messages", "Messages\Messages.csproj", "{46A8A700-346F-4895-9116-951FB0CDE99E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sender", "Sender\Sender.csproj", "{65C223C0-14A4-44EC-99FE-4FDEF78C78C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Receiver", "Receiver\Receiver.csproj", "{007B5E12-7421-412D-B312-D64EA425D6B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46A8A700-346F-4895-9116-951FB0CDE99E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46A8A700-346F-4895-9116-951FB0CDE99E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46A8A700-346F-4895-9116-951FB0CDE99E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46A8A700-346F-4895-9116-951FB0CDE99E}.Release|Any CPU.Build.0 = Release|Any CPU
{65C223C0-14A4-44EC-99FE-4FDEF78C78C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65C223C0-14A4-44EC-99FE-4FDEF78C78C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65C223C0-14A4-44EC-99FE-4FDEF78C78C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65C223C0-14A4-44EC-99FE-4FDEF78C78C6}.Release|Any CPU.Build.0 = Release|Any CPU
{007B5E12-7421-412D-B312-D64EA425D6B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{007B5E12-7421-412D-B312-D64EA425D6B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{007B5E12-7421-412D-B312-D64EA425D6B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{007B5E12-7421-412D-B312-D64EA425D6B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2199166C-31D4-445C-9D8F-5F8055B4B193}
EndGlobalSection
EndGlobal