-
Notifications
You must be signed in to change notification settings - Fork 2
/
Auth.sln
37 lines (37 loc) · 2.05 KB
/
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
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34518.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth.Application", "src\Auth.Application\Auth.Application.csproj", "{EC237A8B-388A-4309-B16C-8C4E9615D835}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth.Identity", "src\Auth.Identity\Auth.Identity.csproj", "{CF77CE73-E8A1-4529-84FD-DB243729C025}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth.Api", "src\Auth.Api\Auth.Api.csproj", "{53732409-E73B-4943-900F-547D8FE31091}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC237A8B-388A-4309-B16C-8C4E9615D835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC237A8B-388A-4309-B16C-8C4E9615D835}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC237A8B-388A-4309-B16C-8C4E9615D835}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC237A8B-388A-4309-B16C-8C4E9615D835}.Release|Any CPU.Build.0 = Release|Any CPU
{CF77CE73-E8A1-4529-84FD-DB243729C025}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF77CE73-E8A1-4529-84FD-DB243729C025}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF77CE73-E8A1-4529-84FD-DB243729C025}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF77CE73-E8A1-4529-84FD-DB243729C025}.Release|Any CPU.Build.0 = Release|Any CPU
{53732409-E73B-4943-900F-547D8FE31091}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53732409-E73B-4943-900F-547D8FE31091}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53732409-E73B-4943-900F-547D8FE31091}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53732409-E73B-4943-900F-547D8FE31091}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60AF9432-B293-4F95-9461-94763F2CA345}
EndGlobalSection
EndGlobal