-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDriversLicenseParser.sln
More file actions
54 lines (54 loc) · 2.73 KB
/
DriversLicenseParser.sln
File metadata and controls
54 lines (54 loc) · 2.73 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
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DLP.Core", "DLP.Core\DLP.Core.csproj", "{CBAE789C-C8A4-4AE2-8FCE-C5628A7FE782}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DLP.Tests", "DLP.Tests\DLP.Tests.csproj", "{0E64B24A-2995-4DD6-B899-06075D67DB9E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3029DD2F-16E7-4152-B0C9-2B7C208F8328}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{51B618FC-9FAE-45DA-868C-91210FC12941}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DLP.Lambda", "DLP.Lambda\DLP.Lambda.csproj", "{452B8610-9F9A-4D42-962B-117D2C35F326}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CBAE789C-C8A4-4AE2-8FCE-C5628A7FE782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBAE789C-C8A4-4AE2-8FCE-C5628A7FE782}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBAE789C-C8A4-4AE2-8FCE-C5628A7FE782}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBAE789C-C8A4-4AE2-8FCE-C5628A7FE782}.Release|Any CPU.Build.0 = Release|Any CPU
{0E64B24A-2995-4DD6-B899-06075D67DB9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E64B24A-2995-4DD6-B899-06075D67DB9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E64B24A-2995-4DD6-B899-06075D67DB9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E64B24A-2995-4DD6-B899-06075D67DB9E}.Release|Any CPU.Build.0 = Release|Any CPU
{452B8610-9F9A-4D42-962B-117D2C35F326}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{452B8610-9F9A-4D42-962B-117D2C35F326}.Debug|Any CPU.Build.0 = Debug|Any CPU
{452B8610-9F9A-4D42-962B-117D2C35F326}.Release|Any CPU.ActiveCfg = Release|Any CPU
{452B8610-9F9A-4D42-962B-117D2C35F326}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{51B618FC-9FAE-45DA-868C-91210FC12941} = {3029DD2F-16E7-4152-B0C9-2B7C208F8328}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A299BD35-B249-497C-B9E9-8FF3666410D7}
EndGlobalSection
EndGlobal