forked from lucapisano/GreenPassValidator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGreenPass.sln
More file actions
48 lines (48 loc) · 2.74 KB
/
GreenPass.sln
File metadata and controls
48 lines (48 loc) · 2.74 KB
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 Version 16
VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenPass", "GreenPass\GreenPass.csproj", "{8948FD6E-D54A-42FA-9C16-C8B0057D55E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenPass.Test", "GreenPass.Test\GreenPass.Test.csproj", "{2FF2577C-F024-42C3-B3AA-F96308C45E3B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{79C00903-89E0-4FE9-9CE8-E57FC74F8FF2}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenPass.Lambda", "GreenPass.Lambda\GreenPass.Lambda.csproj", "{E26CC3D6-4F4F-4F7C-A39B-1476F200A729}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenPass.API", "GreenPass.API\GreenPass.API.csproj", "{D3EA5352-CBCC-4465-A759-74FC02C35865}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8948FD6E-D54A-42FA-9C16-C8B0057D55E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8948FD6E-D54A-42FA-9C16-C8B0057D55E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8948FD6E-D54A-42FA-9C16-C8B0057D55E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8948FD6E-D54A-42FA-9C16-C8B0057D55E8}.Release|Any CPU.Build.0 = Release|Any CPU
{2FF2577C-F024-42C3-B3AA-F96308C45E3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FF2577C-F024-42C3-B3AA-F96308C45E3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FF2577C-F024-42C3-B3AA-F96308C45E3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FF2577C-F024-42C3-B3AA-F96308C45E3B}.Release|Any CPU.Build.0 = Release|Any CPU
{E26CC3D6-4F4F-4F7C-A39B-1476F200A729}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E26CC3D6-4F4F-4F7C-A39B-1476F200A729}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E26CC3D6-4F4F-4F7C-A39B-1476F200A729}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E26CC3D6-4F4F-4F7C-A39B-1476F200A729}.Release|Any CPU.Build.0 = Release|Any CPU
{D3EA5352-CBCC-4465-A759-74FC02C35865}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3EA5352-CBCC-4465-A759-74FC02C35865}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3EA5352-CBCC-4465-A759-74FC02C35865}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3EA5352-CBCC-4465-A759-74FC02C35865}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1451CCA8-ED9E-4E7B-B76D-5788CD1C9435}
EndGlobalSection
EndGlobal