-
Notifications
You must be signed in to change notification settings - Fork 0
/
EmployeeUnlockDoor.sln
43 lines (43 loc) · 2.38 KB
/
EmployeeUnlockDoor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EmployeeUnlockDoor", "EmployeeUnlockDoor\EmployeeUnlockDoor.csproj", "{86C57247-0232-4C80-B41C-CFE15849329A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_solutionItems", "_solutionItems", "{EFC835A5-75F8-4C74-AD33-A69CEF4E899F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_customSelfIssuedAttestation", "_customSelfIssuedAttestation", "{647FD114-6F00-4378-86A2-9E8CD755D863}"
ProjectSection(SolutionItems) = preProject
_customSelfIssuedAttestation\self-issued-attestation-rules-settings.json = _customSelfIssuedAttestation\self-issued-attestation-rules-settings.json
_customSelfIssuedAttestation\self-issued-attestation-settings.json = _customSelfIssuedAttestation\self-issued-attestation-settings.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IssueUnlockDoor", "IssueUnlockDoor\IssueUnlockDoor.csproj", "{1764414F-319B-4DE0-955B-D6BD72C7E2D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86C57247-0232-4C80-B41C-CFE15849329A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86C57247-0232-4C80-B41C-CFE15849329A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86C57247-0232-4C80-B41C-CFE15849329A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86C57247-0232-4C80-B41C-CFE15849329A}.Release|Any CPU.Build.0 = Release|Any CPU
{1764414F-319B-4DE0-955B-D6BD72C7E2D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1764414F-319B-4DE0-955B-D6BD72C7E2D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1764414F-319B-4DE0-955B-D6BD72C7E2D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1764414F-319B-4DE0-955B-D6BD72C7E2D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D861CAD4-B85B-4BB7-8121-9B60596D45C7}
EndGlobalSection
EndGlobal