-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNybus.Templates.sln
44 lines (44 loc) · 2.55 KB
/
Nybus.Templates.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8F4CCB4E-CDEC-42F2-AB6D-831DBEE6CC70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreRabbitMq", "content\NetCoreRabbitMq\NetCoreRabbitMq.csproj", "{34CABEDD-4ADE-4BC7-901A-B0B9EFF31F23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreRabbitMqWindowsService", "content\NetCoreRabbitMqWindowsService\NetCoreRabbitMqWindowsService.csproj", "{E64DCF11-3784-454E-93A8-FB08505A784B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AWSLambdaRabbitMQ", "content\AWSLambdaRabbitMQ\AWSLambdaRabbitMQ.csproj", "{4FFA4045-57D3-44F6-80FB-679218D95B1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34CABEDD-4ADE-4BC7-901A-B0B9EFF31F23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34CABEDD-4ADE-4BC7-901A-B0B9EFF31F23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34CABEDD-4ADE-4BC7-901A-B0B9EFF31F23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34CABEDD-4ADE-4BC7-901A-B0B9EFF31F23}.Release|Any CPU.Build.0 = Release|Any CPU
{E64DCF11-3784-454E-93A8-FB08505A784B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E64DCF11-3784-454E-93A8-FB08505A784B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E64DCF11-3784-454E-93A8-FB08505A784B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E64DCF11-3784-454E-93A8-FB08505A784B}.Release|Any CPU.Build.0 = Release|Any CPU
{4FFA4045-57D3-44F6-80FB-679218D95B1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FFA4045-57D3-44F6-80FB-679218D95B1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FFA4045-57D3-44F6-80FB-679218D95B1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FFA4045-57D3-44F6-80FB-679218D95B1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34CABEDD-4ADE-4BC7-901A-B0B9EFF31F23} = {8F4CCB4E-CDEC-42F2-AB6D-831DBEE6CC70}
{E64DCF11-3784-454E-93A8-FB08505A784B} = {8F4CCB4E-CDEC-42F2-AB6D-831DBEE6CC70}
{4FFA4045-57D3-44F6-80FB-679218D95B1C} = {8F4CCB4E-CDEC-42F2-AB6D-831DBEE6CC70}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91791A68-3320-45E8-B54C-C636DACBECF9}
EndGlobalSection
EndGlobal