-
Notifications
You must be signed in to change notification settings - Fork 0
/
Identity.sln
43 lines (43 loc) · 2.54 KB
/
Identity.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identity.API", "Identity.API\Identity.API.csproj", "{F1BCAB0E-DE69-4539-A39C-276622C7BE41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identity.Infrastructure", "Identity.Infrastructure\Identity.Infrastructure.csproj", "{527E1F10-54D4-4321-8FA3-B957066BA862}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Identity.Domain", "Identity.Domain\Identity.Domain.csproj", "{1A63B7D8-4705-41F9-A18E-4059CBABE456}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{C53F2B3E-AC64-4C31-B057-C14005E463E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1BCAB0E-DE69-4539-A39C-276622C7BE41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1BCAB0E-DE69-4539-A39C-276622C7BE41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1BCAB0E-DE69-4539-A39C-276622C7BE41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1BCAB0E-DE69-4539-A39C-276622C7BE41}.Release|Any CPU.Build.0 = Release|Any CPU
{527E1F10-54D4-4321-8FA3-B957066BA862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{527E1F10-54D4-4321-8FA3-B957066BA862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{527E1F10-54D4-4321-8FA3-B957066BA862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{527E1F10-54D4-4321-8FA3-B957066BA862}.Release|Any CPU.Build.0 = Release|Any CPU
{1A63B7D8-4705-41F9-A18E-4059CBABE456}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A63B7D8-4705-41F9-A18E-4059CBABE456}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A63B7D8-4705-41F9-A18E-4059CBABE456}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A63B7D8-4705-41F9-A18E-4059CBABE456}.Release|Any CPU.Build.0 = Release|Any CPU
{C53F2B3E-AC64-4C31-B057-C14005E463E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C53F2B3E-AC64-4C31-B057-C14005E463E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C53F2B3E-AC64-4C31-B057-C14005E463E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C53F2B3E-AC64-4C31-B057-C14005E463E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FEDC8E7-9D12-4025-96D5-2BA94A62DFAB}
EndGlobalSection
EndGlobal