-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEthernaAuthentication.sln
60 lines (60 loc) · 3.42 KB
/
EthernaAuthentication.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27850E95-3778-4B90-84A7-FBB8F4DD368F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EthernaAuthentication.sln.licenseheader = EthernaAuthentication.sln.licenseheader
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{712F092A-F6AE-4A7F-B65F-B5B0ADC9849D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{31E1AD76-ECC3-4AF5-9200-A8E6DEE5DFDF}"
ProjectSection(SolutionItems) = preProject
.github\workflows\myget-unstable-deploy.yml = .github\workflows\myget-unstable-deploy.yml
.github\workflows\nuget-stable-deploy.yml = .github\workflows\nuget-stable-deploy.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthernaAuthentication.AspNetCore", "src\EthernaAuthentication.AspNetCore\EthernaAuthentication.AspNetCore.csproj", "{A7FDE183-EDB3-48F1-AD07-3CF202D863AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EthernaAuthentication", "src\EthernaAuthentication\EthernaAuthentication.csproj", "{C27B52F7-8AA5-488A-9756-C12BB57438AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EthernaAuthentication.Native", "src\EthernaAuthentication.Native\EthernaAuthentication.Native.csproj", "{C994D539-C6B9-427A-83D4-333D240BFFB6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7FDE183-EDB3-48F1-AD07-3CF202D863AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7FDE183-EDB3-48F1-AD07-3CF202D863AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7FDE183-EDB3-48F1-AD07-3CF202D863AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7FDE183-EDB3-48F1-AD07-3CF202D863AA}.Release|Any CPU.Build.0 = Release|Any CPU
{C27B52F7-8AA5-488A-9756-C12BB57438AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C27B52F7-8AA5-488A-9756-C12BB57438AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C27B52F7-8AA5-488A-9756-C12BB57438AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C27B52F7-8AA5-488A-9756-C12BB57438AE}.Release|Any CPU.Build.0 = Release|Any CPU
{C994D539-C6B9-427A-83D4-333D240BFFB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C994D539-C6B9-427A-83D4-333D240BFFB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C994D539-C6B9-427A-83D4-333D240BFFB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C994D539-C6B9-427A-83D4-333D240BFFB6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{31E1AD76-ECC3-4AF5-9200-A8E6DEE5DFDF} = {27850E95-3778-4B90-84A7-FBB8F4DD368F}
{A7FDE183-EDB3-48F1-AD07-3CF202D863AA} = {712F092A-F6AE-4A7F-B65F-B5B0ADC9849D}
{C27B52F7-8AA5-488A-9756-C12BB57438AE} = {712F092A-F6AE-4A7F-B65F-B5B0ADC9849D}
{C994D539-C6B9-427A-83D4-333D240BFFB6} = {712F092A-F6AE-4A7F-B65F-B5B0ADC9849D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE970C17-E6A2-4FB9-8CF6-9BC80F2CAA4E}
EndGlobalSection
EndGlobal