forked from Azure-Samples/azure-servicebus-messaging-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMessageBrowse.sln
23 lines (23 loc) · 1020 Bytes
/
MessageBrowse.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84D60567-DAD4-47CF-B0E2-B9993BC76171}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBrowse", "MessageBrowse.csproj", "{247F0154-3F6B-409B-BEBA-1BF9302D3B9E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AnyCPU = Debug|AnyCPU
Release|AnyCPU = Release|AnyCPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{247F0154-3F6B-409B-BEBA-1BF9302D3B9E}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU
{247F0154-3F6B-409B-BEBA-1BF9302D3B9E}.Debug|AnyCPU.Build.0 = Debug|Any CPU
{247F0154-3F6B-409B-BEBA-1BF9302D3B9E}.Release|AnyCPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal