-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAuthelia-Auth.sln
30 lines (30 loc) · 1.59 KB
/
Authelia-Auth.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{91e11505-2b62-4c09-8e1a-e9a1127c4090}") = "Authelia-Auth", "Authelia-Auth\Authelia-Auth.csproj", "{3094415d-1da8-48b2-84a2-3adaca393e6f}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authelia-Auth.Tests", "Authelia-Auth.Tests\Authelia-Auth.Tests.csproj", "{DB6DCADE-ED96-4556-8E29-70E9A77B1B9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3094415d-1da8-48b2-84a2-3adaca393e6f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3094415d-1da8-48b2-84a2-3adaca393e6f}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3094415d-1da8-48b2-84a2-3adaca393e6f}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3094415d-1da8-48b2-84a2-3adaca393e6f}.Release|Any CPU.Build.0 = Release|Any CPU
{DB6DCADE-ED96-4556-8E29-70E9A77B1B9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB6DCADE-ED96-4556-8E29-70E9A77B1B9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB6DCADE-ED96-4556-8E29-70E9A77B1B9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB6DCADE-ED96-4556-8E29-70E9A77B1B9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18813e83-69e5-49eb-8895-b6debe222331}
EndGlobalSection
EndGlobal