forked from solliancenet/serverless-microservices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet.sln
69 lines (69 loc) · 4.98 KB
/
dotnet.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessMicroservices.FunctionApp.Drivers", "ServerlessMicroservices.FunctionApp.Drivers\ServerlessMicroservices.FunctionApp.Drivers.csproj", "{7EA61A54-242F-49A6-9C0D-298C81A9F36B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessMicroservices.FunctionApp.Trips", "ServerlessMicroservices.FunctionApp.Trips\ServerlessMicroservices.FunctionApp.Trips.csproj", "{5CC2A81F-F5BE-40B3-A866-10D67398F3F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessMicroservices.FunctionApp.Passengers", "ServerlessMicroservices.FunctionApp.Passengers\ServerlessMicroservices.FunctionApp.Passengers.csproj", "{69ACD7CF-B4EB-423F-9457-5E92234C90FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FunctionApps", "FunctionApps", "{F361B112-DA40-48CA-BF80-C07A0D036124}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessMicroservices.Seeder", "ServerlessMicroservices.Seeder\ServerlessMicroservices.Seeder.csproj", "{4FDB2AF7-149A-4637-96F2-1057D4A47132}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessMicroservices.Models", "ServerlessMicroservices.Models\ServerlessMicroservices.Models.csproj", "{4C5DBEA9-D810-4382-96B9-1616C5D206C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessMicroservices.Shared", "ServerlessMicroservices.Shared\ServerlessMicroservices.Shared.csproj", "{46933BDF-EC6C-46C3-9CF9-53F625688017}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessMicroservices.FunctionApp.Orchestrators", "ServerlessMicroservices.FunctionApp.Orchestrators\ServerlessMicroservices.FunctionApp.Orchestrators.csproj", "{F0DC59B8-B73C-407E-A0C7-64B697D137E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EA61A54-242F-49A6-9C0D-298C81A9F36B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EA61A54-242F-49A6-9C0D-298C81A9F36B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EA61A54-242F-49A6-9C0D-298C81A9F36B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EA61A54-242F-49A6-9C0D-298C81A9F36B}.Release|Any CPU.Build.0 = Release|Any CPU
{5CC2A81F-F5BE-40B3-A866-10D67398F3F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CC2A81F-F5BE-40B3-A866-10D67398F3F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CC2A81F-F5BE-40B3-A866-10D67398F3F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CC2A81F-F5BE-40B3-A866-10D67398F3F8}.Release|Any CPU.Build.0 = Release|Any CPU
{69ACD7CF-B4EB-423F-9457-5E92234C90FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69ACD7CF-B4EB-423F-9457-5E92234C90FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69ACD7CF-B4EB-423F-9457-5E92234C90FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69ACD7CF-B4EB-423F-9457-5E92234C90FB}.Release|Any CPU.Build.0 = Release|Any CPU
{4FDB2AF7-149A-4637-96F2-1057D4A47132}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FDB2AF7-149A-4637-96F2-1057D4A47132}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FDB2AF7-149A-4637-96F2-1057D4A47132}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FDB2AF7-149A-4637-96F2-1057D4A47132}.Release|Any CPU.Build.0 = Release|Any CPU
{4C5DBEA9-D810-4382-96B9-1616C5D206C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C5DBEA9-D810-4382-96B9-1616C5D206C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C5DBEA9-D810-4382-96B9-1616C5D206C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C5DBEA9-D810-4382-96B9-1616C5D206C4}.Release|Any CPU.Build.0 = Release|Any CPU
{46933BDF-EC6C-46C3-9CF9-53F625688017}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46933BDF-EC6C-46C3-9CF9-53F625688017}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46933BDF-EC6C-46C3-9CF9-53F625688017}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46933BDF-EC6C-46C3-9CF9-53F625688017}.Release|Any CPU.Build.0 = Release|Any CPU
{F0DC59B8-B73C-407E-A0C7-64B697D137E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0DC59B8-B73C-407E-A0C7-64B697D137E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0DC59B8-B73C-407E-A0C7-64B697D137E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0DC59B8-B73C-407E-A0C7-64B697D137E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7EA61A54-242F-49A6-9C0D-298C81A9F36B} = {F361B112-DA40-48CA-BF80-C07A0D036124}
{5CC2A81F-F5BE-40B3-A866-10D67398F3F8} = {F361B112-DA40-48CA-BF80-C07A0D036124}
{69ACD7CF-B4EB-423F-9457-5E92234C90FB} = {F361B112-DA40-48CA-BF80-C07A0D036124}
{F0DC59B8-B73C-407E-A0C7-64B697D137E2} = {F361B112-DA40-48CA-BF80-C07A0D036124}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4920DA27-93C5-4D60-AE4B-8F837D0767B4}
EndGlobalSection
EndGlobal