-
Notifications
You must be signed in to change notification settings - Fork 0
/
aiof.auth.sln
51 lines (51 loc) · 2.86 KB
/
aiof.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
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.auth.core", "aiof.auth.core\aiof.auth.core.csproj", "{550BEF0C-A480-4C07-A0E3-B5A4F3B85E74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.auth.data", "aiof.auth.data\aiof.auth.data.csproj", "{C2675703-A150-4DC0-B96B-873557B2818B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.auth.services", "aiof.auth.services\aiof.auth.services.csproj", "{2D9956D5-E9CD-427A-AD68-07AB6DE4A6F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "aiof.auth.tests", "aiof.auth.tests\aiof.auth.tests.csproj", "{B22FF405-EAF4-4067-AC54-D24C251ABF61}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C0500938-79F0-4C91-9792-0B5DE574203E}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
Dockerfile = Dockerfile
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{550BEF0C-A480-4C07-A0E3-B5A4F3B85E74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{550BEF0C-A480-4C07-A0E3-B5A4F3B85E74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{550BEF0C-A480-4C07-A0E3-B5A4F3B85E74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{550BEF0C-A480-4C07-A0E3-B5A4F3B85E74}.Release|Any CPU.Build.0 = Release|Any CPU
{C2675703-A150-4DC0-B96B-873557B2818B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2675703-A150-4DC0-B96B-873557B2818B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2675703-A150-4DC0-B96B-873557B2818B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2675703-A150-4DC0-B96B-873557B2818B}.Release|Any CPU.Build.0 = Release|Any CPU
{2D9956D5-E9CD-427A-AD68-07AB6DE4A6F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D9956D5-E9CD-427A-AD68-07AB6DE4A6F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D9956D5-E9CD-427A-AD68-07AB6DE4A6F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D9956D5-E9CD-427A-AD68-07AB6DE4A6F8}.Release|Any CPU.Build.0 = Release|Any CPU
{B22FF405-EAF4-4067-AC54-D24C251ABF61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B22FF405-EAF4-4067-AC54-D24C251ABF61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B22FF405-EAF4-4067-AC54-D24C251ABF61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B22FF405-EAF4-4067-AC54-D24C251ABF61}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDA1A914-3356-4E15-874F-AE6774C9AAC6}
EndGlobalSection
EndGlobal