-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFingerprinty.sln
43 lines (43 loc) · 2.14 KB
/
Fingerprinty.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 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fingerprinty", "Fingerprinty\Fingerprinty.csproj", "{0887877B-7F5B-4D74-9146-6B4F44ADBA66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fingerprinty.Test.NetCore", "Fingerprinty.Test.NetCore\Fingerprinty.Test.NetCore.csproj", "{07939116-2198-49E4-A2D8-9A8BA5A96E75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8FBB377D-EEF2-44B6-9464-C10ADA607A16}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{8464BB35-CFE5-4C27-8033-B8E5202EC4A2}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\pack.yml = .github\workflows\pack.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0887877B-7F5B-4D74-9146-6B4F44ADBA66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0887877B-7F5B-4D74-9146-6B4F44ADBA66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0887877B-7F5B-4D74-9146-6B4F44ADBA66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0887877B-7F5B-4D74-9146-6B4F44ADBA66}.Release|Any CPU.Build.0 = Release|Any CPU
{07939116-2198-49E4-A2D8-9A8BA5A96E75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07939116-2198-49E4-A2D8-9A8BA5A96E75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07939116-2198-49E4-A2D8-9A8BA5A96E75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07939116-2198-49E4-A2D8-9A8BA5A96E75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D4F79C5-885E-479D-99BF-B763DC63A2CF}
EndGlobalSection
EndGlobal