-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuthorization-sample.sln
42 lines (42 loc) · 2.46 KB
/
Authorization-sample.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\Api.csproj", "{A05E5962-B9A5-42A4-8723-F43182EE59F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{0C27A457-1319-47C7-A5B5-839AB6F5F77C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{47368B50-4352-4C7F-AFAF-5535F07D2235}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{8F3024D2-2623-4CAF-B629-3055EBD115C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{10C7A3AA-9647-4270-86AA-5F3EBB190ED4}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
Makefile = Makefile
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
{A05E5962-B9A5-42A4-8723-F43182EE59F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A05E5962-B9A5-42A4-8723-F43182EE59F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A05E5962-B9A5-42A4-8723-F43182EE59F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A05E5962-B9A5-42A4-8723-F43182EE59F4}.Release|Any CPU.Build.0 = Release|Any CPU
{0C27A457-1319-47C7-A5B5-839AB6F5F77C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C27A457-1319-47C7-A5B5-839AB6F5F77C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C27A457-1319-47C7-A5B5-839AB6F5F77C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C27A457-1319-47C7-A5B5-839AB6F5F77C}.Release|Any CPU.Build.0 = Release|Any CPU
{47368B50-4352-4C7F-AFAF-5535F07D2235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47368B50-4352-4C7F-AFAF-5535F07D2235}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47368B50-4352-4C7F-AFAF-5535F07D2235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47368B50-4352-4C7F-AFAF-5535F07D2235}.Release|Any CPU.Build.0 = Release|Any CPU
{8F3024D2-2623-4CAF-B629-3055EBD115C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F3024D2-2623-4CAF-B629-3055EBD115C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F3024D2-2623-4CAF-B629-3055EBD115C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F3024D2-2623-4CAF-B629-3055EBD115C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal