-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuth.sln
50 lines (50 loc) · 2.66 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
38
39
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth.Infraestructure.Identity", "Auth.Infraestructure.Identity\Auth.Infraestructure.Identity.csproj", "{1C775876-BB97-44B5-A446-2792B3CD1917}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Auth", "Auth", "{357E45E8-A936-4C54-BA07-81D20BED5C35}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Auth.Testing.AuthAPI", "Auth.Testing.AuthAPI\Auth.Testing.AuthAPI.csproj", "{A01F31C4-176E-418B-B6C9-105E94F0AA49}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Documentation", ".Documentation", "{B29C86B2-7EE6-478A-A177-D92BAE320261}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Jenkinsfiles", ".Jenkinsfiles", "{A5A71F88-32A1-4D62-9DE8-890959D1A54D}"
ProjectSection(SolutionItems) = preProject
.Jenkinsfiles\ProdJenkins = .Jenkinsfiles\ProdJenkins
.Jenkinsfiles\TestJenkins = .Jenkinsfiles\TestJenkins
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C775876-BB97-44B5-A446-2792B3CD1917}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C775876-BB97-44B5-A446-2792B3CD1917}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C775876-BB97-44B5-A446-2792B3CD1917}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C775876-BB97-44B5-A446-2792B3CD1917}.Release|Any CPU.Build.0 = Release|Any CPU
{A01F31C4-176E-418B-B6C9-105E94F0AA49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A01F31C4-176E-418B-B6C9-105E94F0AA49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A01F31C4-176E-418B-B6C9-105E94F0AA49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A01F31C4-176E-418B-B6C9-105E94F0AA49}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1C775876-BB97-44B5-A446-2792B3CD1917} = {357E45E8-A936-4C54-BA07-81D20BED5C35}
{A01F31C4-176E-418B-B6C9-105E94F0AA49} = {357E45E8-A936-4C54-BA07-81D20BED5C35}
{B29C86B2-7EE6-478A-A177-D92BAE320261} = {357E45E8-A936-4C54-BA07-81D20BED5C35}
{A5A71F88-32A1-4D62-9DE8-890959D1A54D} = {B29C86B2-7EE6-478A-A177-D92BAE320261}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C613AEE-4419-4635-BE40-69A1D9B554F8}
EndGlobalSection
EndGlobal