This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLiquid.Serverless.sln
41 lines (41 loc) · 2.26 KB
/
Liquid.Serverless.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Serverless.AzureFunctions", "src\Liquid.Serverless.AzureFunctions\Liquid.Serverless.AzureFunctions.csproj", "{30DFE28F-AB1A-43A7-80DD-0B4921E34CBF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9A6E2804-EB80-4A59-925F-72C92CD8165B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Serverless.AzureFunctions.Tests", "test\Liquid.Serverless.AzureFunctions.Tests\Liquid.Serverless.AzureFunctions.Tests.csproj", "{C89DCC79-6859-4D02-B08E-F3238B458902}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{B9895793-74EC-4D91-A813-F474C650FFA1}"
ProjectSection(SolutionItems) = preProject
.github\workflows\liquid-ci-cd-azure-cartridge.yml = .github\workflows\liquid-ci-cd-azure-cartridge.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30DFE28F-AB1A-43A7-80DD-0B4921E34CBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30DFE28F-AB1A-43A7-80DD-0B4921E34CBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30DFE28F-AB1A-43A7-80DD-0B4921E34CBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30DFE28F-AB1A-43A7-80DD-0B4921E34CBF}.Release|Any CPU.Build.0 = Release|Any CPU
{C89DCC79-6859-4D02-B08E-F3238B458902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C89DCC79-6859-4D02-B08E-F3238B458902}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C89DCC79-6859-4D02-B08E-F3238B458902}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C89DCC79-6859-4D02-B08E-F3238B458902}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C89DCC79-6859-4D02-B08E-F3238B458902} = {9A6E2804-EB80-4A59-925F-72C92CD8165B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9DEE798-612A-461B-9C8C-D4773CCA026B}
EndGlobalSection
EndGlobal