-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathTibcoEMS-tutorials.sln
88 lines (88 loc) · 6 KB
/
TibcoEMS-tutorials.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "1_Receive", "1_Receive\1_Receive.csproj", "{537F01E4-8975-42C3-95D0-D4040C01F798}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "1_Send", "1_Send\1_Send.csproj", "{DEBF7FAD-297A-413F-B63D-A8D0FC5ADD9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2_ReceiveByteMessage", "2_ReceiveByteMessage\2_ReceiveByteMessage.csproj", "{89B978B1-2BA2-4EBE-81D0-7E77C785D439}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B72E318-A442-4C35-92F8-E256A80858C4}"
ProjectSection(SolutionItems) = preProject
README.MD = README.MD
SSN_README.md = SSN_README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2_SendByteMessage", "2_SendByteMessage\2_SendByteMessage.csproj", "{A690659C-93C2-4707-BD37-16E9B78174C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3_SendTextMessage", "3_SendTextMessage\3_SendTextMessage.csproj", "{3A22230F-67FF-48B9-B16B-03D8E01705BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "3_ReceiveTextMessage", "3_ReceiveTextMessage\3_ReceiveTextMessage.csproj", "{1CC6126C-4800-43F0-B656-1937874C07F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "0_SendHelloWorld", "0_SendHelloWorld\0_SendHelloWorld.csproj", "{AFB0068B-DA85-4B97-97B9-45263832DA25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "0_ReceiveHelloWorld", "0_ReceiveHelloWorld\0_ReceiveHelloWorld.csproj", "{364525C9-C062-4544-9989-6CA6DCA110A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "4_Worker", "4_Worker\4_Worker.csproj", "{F5C41761-B2D2-4F15-8590-09DD193CE4C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "4_Tasks", "4_Tasks\4_Tasks.csproj", "{40D39526-D011-4034-8B5F-96AA8F2EF3B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "1_ReceiveDurable", "1_ReceiveDurable\1_ReceiveDurable.csproj", "{B2907EF5-792C-4368-8783-A16DCA6C61A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{537F01E4-8975-42C3-95D0-D4040C01F798}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{537F01E4-8975-42C3-95D0-D4040C01F798}.Debug|Any CPU.Build.0 = Debug|Any CPU
{537F01E4-8975-42C3-95D0-D4040C01F798}.Release|Any CPU.ActiveCfg = Release|Any CPU
{537F01E4-8975-42C3-95D0-D4040C01F798}.Release|Any CPU.Build.0 = Release|Any CPU
{DEBF7FAD-297A-413F-B63D-A8D0FC5ADD9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEBF7FAD-297A-413F-B63D-A8D0FC5ADD9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEBF7FAD-297A-413F-B63D-A8D0FC5ADD9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEBF7FAD-297A-413F-B63D-A8D0FC5ADD9C}.Release|Any CPU.Build.0 = Release|Any CPU
{89B978B1-2BA2-4EBE-81D0-7E77C785D439}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89B978B1-2BA2-4EBE-81D0-7E77C785D439}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89B978B1-2BA2-4EBE-81D0-7E77C785D439}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89B978B1-2BA2-4EBE-81D0-7E77C785D439}.Release|Any CPU.Build.0 = Release|Any CPU
{A690659C-93C2-4707-BD37-16E9B78174C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A690659C-93C2-4707-BD37-16E9B78174C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A690659C-93C2-4707-BD37-16E9B78174C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A690659C-93C2-4707-BD37-16E9B78174C9}.Release|Any CPU.Build.0 = Release|Any CPU
{3A22230F-67FF-48B9-B16B-03D8E01705BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A22230F-67FF-48B9-B16B-03D8E01705BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A22230F-67FF-48B9-B16B-03D8E01705BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A22230F-67FF-48B9-B16B-03D8E01705BF}.Release|Any CPU.Build.0 = Release|Any CPU
{1CC6126C-4800-43F0-B656-1937874C07F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CC6126C-4800-43F0-B656-1937874C07F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CC6126C-4800-43F0-B656-1937874C07F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CC6126C-4800-43F0-B656-1937874C07F0}.Release|Any CPU.Build.0 = Release|Any CPU
{AFB0068B-DA85-4B97-97B9-45263832DA25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFB0068B-DA85-4B97-97B9-45263832DA25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFB0068B-DA85-4B97-97B9-45263832DA25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFB0068B-DA85-4B97-97B9-45263832DA25}.Release|Any CPU.Build.0 = Release|Any CPU
{364525C9-C062-4544-9989-6CA6DCA110A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{364525C9-C062-4544-9989-6CA6DCA110A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{364525C9-C062-4544-9989-6CA6DCA110A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{364525C9-C062-4544-9989-6CA6DCA110A7}.Release|Any CPU.Build.0 = Release|Any CPU
{F5C41761-B2D2-4F15-8590-09DD193CE4C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5C41761-B2D2-4F15-8590-09DD193CE4C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5C41761-B2D2-4F15-8590-09DD193CE4C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5C41761-B2D2-4F15-8590-09DD193CE4C0}.Release|Any CPU.Build.0 = Release|Any CPU
{40D39526-D011-4034-8B5F-96AA8F2EF3B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40D39526-D011-4034-8B5F-96AA8F2EF3B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40D39526-D011-4034-8B5F-96AA8F2EF3B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40D39526-D011-4034-8B5F-96AA8F2EF3B1}.Release|Any CPU.Build.0 = Release|Any CPU
{B2907EF5-792C-4368-8783-A16DCA6C61A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2907EF5-792C-4368-8783-A16DCA6C61A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2907EF5-792C-4368-8783-A16DCA6C61A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2907EF5-792C-4368-8783-A16DCA6C61A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal