-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAuthAPI.sln
51 lines (51 loc) · 3.06 KB
/
AuthAPI.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 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{057923CB-3F03-4CDD-B7C7-D8B90A5B5BB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F7E3A8BE-EB19-4D68-8079-F0FF275EE8D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthAPI.Core", "AuthAPI.Core\AuthAPI.Core.csproj", "{E4DDC343-EB3D-4C0D-961F-A413AA6BBA81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthAPI.Middlewares.Mvc", "AuthAPI.Middlewares.Mvc\AuthAPI.Middlewares.Mvc.csproj", "{8ADF8603-886B-4444-900D-C419B1119A63}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthAPI.Samples.Mvc", "AuthAPI.Samples.Mvc\AuthAPI.Samples.Mvc.csproj", "{64405771-B2D0-4CA2-8E67-BD76BFA6F2A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthAPI.Tests.Integration", "tests\AuthAPI.Tests.Integration\AuthAPI.Tests.Integration.csproj", "{E04CB48A-93DA-46A9-B064-B4B3F0601178}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4DDC343-EB3D-4C0D-961F-A413AA6BBA81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4DDC343-EB3D-4C0D-961F-A413AA6BBA81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4DDC343-EB3D-4C0D-961F-A413AA6BBA81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4DDC343-EB3D-4C0D-961F-A413AA6BBA81}.Release|Any CPU.Build.0 = Release|Any CPU
{8ADF8603-886B-4444-900D-C419B1119A63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ADF8603-886B-4444-900D-C419B1119A63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ADF8603-886B-4444-900D-C419B1119A63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ADF8603-886B-4444-900D-C419B1119A63}.Release|Any CPU.Build.0 = Release|Any CPU
{64405771-B2D0-4CA2-8E67-BD76BFA6F2A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64405771-B2D0-4CA2-8E67-BD76BFA6F2A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64405771-B2D0-4CA2-8E67-BD76BFA6F2A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64405771-B2D0-4CA2-8E67-BD76BFA6F2A0}.Release|Any CPU.Build.0 = Release|Any CPU
{E04CB48A-93DA-46A9-B064-B4B3F0601178}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E04CB48A-93DA-46A9-B064-B4B3F0601178}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E04CB48A-93DA-46A9-B064-B4B3F0601178}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E04CB48A-93DA-46A9-B064-B4B3F0601178}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{64405771-B2D0-4CA2-8E67-BD76BFA6F2A0} = {057923CB-3F03-4CDD-B7C7-D8B90A5B5BB3}
{E04CB48A-93DA-46A9-B064-B4B3F0601178} = {F7E3A8BE-EB19-4D68-8079-F0FF275EE8D0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2DC1E085-ABC7-43F5-9B1E-75ED44C1547C}
EndGlobalSection
EndGlobal