-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample-azure-service-bus.sln
46 lines (46 loc) · 2.77 KB
/
sample-azure-service-bus.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31710.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.AzureServiceBus.WebApi", "src\Sample.AzureServiceBus.WebApi\Sample.AzureServiceBus.WebApi.csproj", "{D18E6806-877B-48DF-9850-1A8BDB0A7588}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.AzureServiceBus.WebApi.Core", "src\Sample.AzureServiceBus.WebApi.Core\Sample.AzureServiceBus.WebApi.Core.csproj", "{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{D794829D-449B-4C8F-B3F9-0DE0F66C0BB0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Worker", "Worker", "{3B3CD41F-929A-4F88-AA75-4C973E7C6C11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.AzureServiceBus.Worker", "src\Sample.AzureServiceBus.Worker\Sample.AzureServiceBus.Worker.csproj", "{D5193C0D-8629-48F7-9CC7-F0045B2A4845}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D18E6806-877B-48DF-9850-1A8BDB0A7588}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D18E6806-877B-48DF-9850-1A8BDB0A7588}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D18E6806-877B-48DF-9850-1A8BDB0A7588}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D18E6806-877B-48DF-9850-1A8BDB0A7588}.Release|Any CPU.Build.0 = Release|Any CPU
{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF}.Release|Any CPU.Build.0 = Release|Any CPU
{D5193C0D-8629-48F7-9CC7-F0045B2A4845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5193C0D-8629-48F7-9CC7-F0045B2A4845}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5193C0D-8629-48F7-9CC7-F0045B2A4845}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5193C0D-8629-48F7-9CC7-F0045B2A4845}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D18E6806-877B-48DF-9850-1A8BDB0A7588} = {D794829D-449B-4C8F-B3F9-0DE0F66C0BB0}
{E3E3E41A-7BBA-45AB-B2A0-BBF182C503DF} = {D794829D-449B-4C8F-B3F9-0DE0F66C0BB0}
{D5193C0D-8629-48F7-9CC7-F0045B2A4845} = {3B3CD41F-929A-4F88-AA75-4C973E7C6C11}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {936ADEC0-3021-4463-864D-C56E61163304}
EndGlobalSection
EndGlobal