-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsyncApi.Worker.sln
48 lines (48 loc) · 2.89 KB
/
AsyncApi.Worker.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
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F9396976-6E60-492F-89EC-45DDD67D83C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncApi.Worker.Unit.Tests", "Tests\AsyncApi.Worker.Unit.Tests\AsyncApi.Worker.Unit.Tests.csproj", "{D63BFEAF-2366-4B27-8E9B-5CC0C8C6F08D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncApi.Worker.Api", "AsyncApi.Worker.Api\AsyncApi.Worker.Api.csproj", "{4901F863-55C1-479A-B17B-D4972DB6F0E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncApi.Worker", "AsyncApi.Worker\AsyncApi.Worker.csproj", "{12291331-7123-4B92-8685-CBBE9F4B036C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncApi.Worker.ConsoleService", "AsyncApi.Worker.ConsoleService\AsyncApi.Worker.ConsoleService.csproj", "{2CA5BCA3-4537-4085-BF57-C7C0A02D0CD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D63BFEAF-2366-4B27-8E9B-5CC0C8C6F08D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D63BFEAF-2366-4B27-8E9B-5CC0C8C6F08D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D63BFEAF-2366-4B27-8E9B-5CC0C8C6F08D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D63BFEAF-2366-4B27-8E9B-5CC0C8C6F08D}.Release|Any CPU.Build.0 = Release|Any CPU
{4901F863-55C1-479A-B17B-D4972DB6F0E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4901F863-55C1-479A-B17B-D4972DB6F0E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4901F863-55C1-479A-B17B-D4972DB6F0E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4901F863-55C1-479A-B17B-D4972DB6F0E4}.Release|Any CPU.Build.0 = Release|Any CPU
{12291331-7123-4B92-8685-CBBE9F4B036C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12291331-7123-4B92-8685-CBBE9F4B036C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12291331-7123-4B92-8685-CBBE9F4B036C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12291331-7123-4B92-8685-CBBE9F4B036C}.Release|Any CPU.Build.0 = Release|Any CPU
{2CA5BCA3-4537-4085-BF57-C7C0A02D0CD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CA5BCA3-4537-4085-BF57-C7C0A02D0CD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CA5BCA3-4537-4085-BF57-C7C0A02D0CD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CA5BCA3-4537-4085-BF57-C7C0A02D0CD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D63BFEAF-2366-4B27-8E9B-5CC0C8C6F08D} = {F9396976-6E60-492F-89EC-45DDD67D83C4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31420BDE-8B9F-4CCA-A92B-D762CCFF53E3}
EndGlobalSection
EndGlobal