-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIdentityAuthentication.sln
More file actions
43 lines (43 loc) · 2.74 KB
/
IdentityAuthentication.sln
File metadata and controls
43 lines (43 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityAuthentication", "src\IdentityAuthentication\IdentityAuthentication.csproj", "{42E15DC3-69AA-481D-91F3-3D34A1569211}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityAuthentication.Database", "src\IdentityAuthentication.Database\IdentityAuthentication.Database.csproj", "{009D450B-0B13-4579-B13D-11861DFFF014}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityAuthentication.Dependencies", "src\IdentityAuthentication.Dependencies\IdentityAuthentication.Dependencies.csproj", "{1D660007-06C5-4912-AAE9-C0365C34C106}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentityAuthentication.Abstractions", "src\IdentityAuthentication.Abstractions\IdentityAuthentication.Abstractions.csproj", "{00E0B781-A423-4043-9B58-38BF4961F3EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42E15DC3-69AA-481D-91F3-3D34A1569211}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42E15DC3-69AA-481D-91F3-3D34A1569211}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42E15DC3-69AA-481D-91F3-3D34A1569211}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42E15DC3-69AA-481D-91F3-3D34A1569211}.Release|Any CPU.Build.0 = Release|Any CPU
{009D450B-0B13-4579-B13D-11861DFFF014}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{009D450B-0B13-4579-B13D-11861DFFF014}.Debug|Any CPU.Build.0 = Debug|Any CPU
{009D450B-0B13-4579-B13D-11861DFFF014}.Release|Any CPU.ActiveCfg = Release|Any CPU
{009D450B-0B13-4579-B13D-11861DFFF014}.Release|Any CPU.Build.0 = Release|Any CPU
{1D660007-06C5-4912-AAE9-C0365C34C106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D660007-06C5-4912-AAE9-C0365C34C106}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D660007-06C5-4912-AAE9-C0365C34C106}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D660007-06C5-4912-AAE9-C0365C34C106}.Release|Any CPU.Build.0 = Release|Any CPU
{00E0B781-A423-4043-9B58-38BF4961F3EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00E0B781-A423-4043-9B58-38BF4961F3EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00E0B781-A423-4043-9B58-38BF4961F3EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00E0B781-A423-4043-9B58-38BF4961F3EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {218AD691-15B3-4651-A6B6-E0100A8C9F2D}
EndGlobalSection
EndGlobal