-
Notifications
You must be signed in to change notification settings - Fork 0
/
ServerlessTicketingService.sln
38 lines (38 loc) · 2.12 KB
/
ServerlessTicketingService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessTicketingService.Functions", "ServerlessTicketingService.Functions\ServerlessTicketingService.Functions.csproj", "{EBB23B4A-34D6-44AB-AA96-281AA45398D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServerlessTicketingService.LogicApp", "ServerlessTicketingService.LogicApp", "{E4F18F5F-C435-489D-98A4-4E44A272CA1D}"
ProjectSection(SolutionItems) = preProject
ServerlessTicketingService.LogicApp\LogicAppDefinition.json = ServerlessTicketingService.LogicApp\LogicAppDefinition.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServerlessTicketingService.IaC", "ServerlessTicketingService.IaC", "{CAC94D5D-8106-4F73-9D00-28DC444445DB}"
ProjectSection(SolutionItems) = preProject
ServerlessTicketingService.IaC\eventGridViewer.bicep = ServerlessTicketingService.IaC\eventGridViewer.bicep
ServerlessTicketingService.IaC\main.bicep = ServerlessTicketingService.IaC\main.bicep
ServerlessTicketingService.IaC\README.md = ServerlessTicketingService.IaC\README.md
ServerlessTicketingService.IaC\resources.bicep = ServerlessTicketingService.IaC\resources.bicep
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBB23B4A-34D6-44AB-AA96-281AA45398D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBB23B4A-34D6-44AB-AA96-281AA45398D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBB23B4A-34D6-44AB-AA96-281AA45398D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBB23B4A-34D6-44AB-AA96-281AA45398D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {987DE6BC-06D9-47B9-822A-39F7A62BE290}
EndGlobalSection
EndGlobal