-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauth-example.sln
34 lines (34 loc) · 1.86 KB
/
auth-example.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9C5A5B0E-AF83-4C6A-874C-F6F3C9F8D9B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthCode.Dotnet.LowLevel", "src\AuthCode.Dotnet.LowLevel\AuthCode.Dotnet.LowLevel.csproj", "{DEEF264B-AD54-4A39-90E5-9EB7FB33399F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthCode.Dotnet.HighLevel", "src\AuthCode.Dotnet.HighLevel\AuthCode.Dotnet.HighLevel.csproj", "{D84DAE6E-67F7-4D82-B204-8B25E09B084A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEEF264B-AD54-4A39-90E5-9EB7FB33399F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEEF264B-AD54-4A39-90E5-9EB7FB33399F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEEF264B-AD54-4A39-90E5-9EB7FB33399F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEEF264B-AD54-4A39-90E5-9EB7FB33399F}.Release|Any CPU.Build.0 = Release|Any CPU
{D84DAE6E-67F7-4D82-B204-8B25E09B084A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D84DAE6E-67F7-4D82-B204-8B25E09B084A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D84DAE6E-67F7-4D82-B204-8B25E09B084A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D84DAE6E-67F7-4D82-B204-8B25E09B084A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DEEF264B-AD54-4A39-90E5-9EB7FB33399F} = {9C5A5B0E-AF83-4C6A-874C-F6F3C9F8D9B8}
{D84DAE6E-67F7-4D82-B204-8B25E09B084A} = {9C5A5B0E-AF83-4C6A-874C-F6F3C9F8D9B8}
EndGlobalSection
EndGlobal