-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIntergrationMessaging.sln
39 lines (39 loc) · 2.27 KB
/
IntergrationMessaging.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageQueue.Messaging", "MessageQueue.Messaging\MessageQueue.Messaging.csproj", "{E1939D37-FD0C-4D10-8E91-B4BC25D7028E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Handlers", "Handlers", "{91B9C650-1FFC-4B19-A669-8F4DD8F06745}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageQueue.Handler", "MessageQueue.Handler\MessageQueue.Handler.csproj", "{D2A07778-7118-44BC-80FD-2C164D6C6234}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageQueue.Messaging.Test", "MessageQueue.Messaging.Test\MessageQueue.Messaging.Test.csproj", "{8E6BAB04-E3A8-4379-A9A8-700AF0A153A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1939D37-FD0C-4D10-8E91-B4BC25D7028E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1939D37-FD0C-4D10-8E91-B4BC25D7028E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1939D37-FD0C-4D10-8E91-B4BC25D7028E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1939D37-FD0C-4D10-8E91-B4BC25D7028E}.Release|Any CPU.Build.0 = Release|Any CPU
{D2A07778-7118-44BC-80FD-2C164D6C6234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2A07778-7118-44BC-80FD-2C164D6C6234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2A07778-7118-44BC-80FD-2C164D6C6234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2A07778-7118-44BC-80FD-2C164D6C6234}.Release|Any CPU.Build.0 = Release|Any CPU
{8E6BAB04-E3A8-4379-A9A8-700AF0A153A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E6BAB04-E3A8-4379-A9A8-700AF0A153A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E6BAB04-E3A8-4379-A9A8-700AF0A153A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E6BAB04-E3A8-4379-A9A8-700AF0A153A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2A07778-7118-44BC-80FD-2C164D6C6234} = {91B9C650-1FFC-4B19-A669-8F4DD8F06745}
EndGlobalSection
EndGlobal