-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-servicebus-app.sln
43 lines (43 loc) · 2.49 KB
/
azure-servicebus-app.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{FF70EAB2-ACAC-48F1-A361-F1B36664F64E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{1412C2A6-BFE2-4CEE-8C52-295D870B42D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A03AF50E-9822-4BE5-9F9D-7963F5AFEF2E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Submitter.ConsoleApp", "src\Submitter.ConsoleApp\Submitter.ConsoleApp.csproj", "{3CA359EA-4BF3-40FE-87A4-B4E5AE3BA760}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Receiver.Worker", "src\Receiver.Worker\Receiver.Worker.csproj", "{01188B4A-4A63-4801-8878-F923E9EA91E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1412C2A6-BFE2-4CEE-8C52-295D870B42D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1412C2A6-BFE2-4CEE-8C52-295D870B42D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1412C2A6-BFE2-4CEE-8C52-295D870B42D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1412C2A6-BFE2-4CEE-8C52-295D870B42D8}.Release|Any CPU.Build.0 = Release|Any CPU
{3CA359EA-4BF3-40FE-87A4-B4E5AE3BA760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CA359EA-4BF3-40FE-87A4-B4E5AE3BA760}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CA359EA-4BF3-40FE-87A4-B4E5AE3BA760}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CA359EA-4BF3-40FE-87A4-B4E5AE3BA760}.Release|Any CPU.Build.0 = Release|Any CPU
{01188B4A-4A63-4801-8878-F923E9EA91E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01188B4A-4A63-4801-8878-F923E9EA91E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01188B4A-4A63-4801-8878-F923E9EA91E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01188B4A-4A63-4801-8878-F923E9EA91E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1412C2A6-BFE2-4CEE-8C52-295D870B42D8} = {FF70EAB2-ACAC-48F1-A361-F1B36664F64E}
{3CA359EA-4BF3-40FE-87A4-B4E5AE3BA760} = {A03AF50E-9822-4BE5-9F9D-7963F5AFEF2E}
{01188B4A-4A63-4801-8878-F923E9EA91E8} = {A03AF50E-9822-4BE5-9F9D-7963F5AFEF2E}
EndGlobalSection
EndGlobal