-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServiceBusMonitor.sln
More file actions
51 lines (51 loc) · 2.63 KB
/
ServiceBusMonitor.sln
File metadata and controls
51 lines (51 loc) · 2.63 KB
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
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}") = "ServiceBusMonitor", "ServiceBusMonitor\ServiceBusMonitor.csproj", "{5D132465-1708-4C60-A702-69AF256D534C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceBusMonitor.Api", "ServiceBusMonitor.Api\ServiceBusMonitor.Api.csproj", "{DF9EA132-DB14-4299-9660-93AA71613013}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{BCB64F47-AB21-44C4-BDC5-7304D98CC5F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{3F78A24E-D63C-4DB4-B4F0-989FC2C0AC7D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
Readme\service-bus-monitor-interface.png = Readme\service-bus-monitor-interface.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readme", "Readme", "{FC385F62-E1F5-4509-A69C-156762FBEABA}"
ProjectSection(SolutionItems) = preProject
Readme\service-bus-monitor-interface.png = Readme\service-bus-monitor-interface.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D132465-1708-4C60-A702-69AF256D534C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D132465-1708-4C60-A702-69AF256D534C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D132465-1708-4C60-A702-69AF256D534C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D132465-1708-4C60-A702-69AF256D534C}.Release|Any CPU.Build.0 = Release|Any CPU
{DF9EA132-DB14-4299-9660-93AA71613013}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF9EA132-DB14-4299-9660-93AA71613013}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF9EA132-DB14-4299-9660-93AA71613013}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF9EA132-DB14-4299-9660-93AA71613013}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5D132465-1708-4C60-A702-69AF256D534C} = {BCB64F47-AB21-44C4-BDC5-7304D98CC5F7}
{DF9EA132-DB14-4299-9660-93AA71613013} = {BCB64F47-AB21-44C4-BDC5-7304D98CC5F7}
{FC385F62-E1F5-4509-A69C-156762FBEABA} = {3F78A24E-D63C-4DB4-B4F0-989FC2C0AC7D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D894B059-3DC1-4F94-A568-281363D454F3}
EndGlobalSection
EndGlobal