-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSindikat.Identity.sln
More file actions
49 lines (49 loc) · 3.18 KB
/
Sindikat.Identity.sln
File metadata and controls
49 lines (49 loc) · 3.18 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29920.165
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sindikat.Identity.API", "Sindikat.Identity.API\Sindikat.Identity.API.csproj", "{24E86ABF-C23E-48FC-B3D9-7B515C64EA51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sindikat.Identity.Domain", "Sindikat.Identity.Domain\Sindikat.Identity.Domain.csproj", "{1853BA3D-4FF8-4CB4-984B-C4E8D8E22B25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sindikat.Identity.Persistence", "Sindikat.Identity.Persistence\Sindikat.Identity.Persistence.csproj", "{61CEDFA8-5A91-43E3-B971-79D25186D1C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sindikat.Identity.Application", "Sindikat.Identity.Application\Sindikat.Identity.Application.csproj", "{89ED92AC-2EA7-4B10-BDA6-524B6DD4EADC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sindikat.Identity.Common", "Sindikat.Identity.Common\Sindikat.Identity.Common.csproj", "{0A2A6F2F-B408-472C-91B5-2C1FB0004D2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24E86ABF-C23E-48FC-B3D9-7B515C64EA51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24E86ABF-C23E-48FC-B3D9-7B515C64EA51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24E86ABF-C23E-48FC-B3D9-7B515C64EA51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24E86ABF-C23E-48FC-B3D9-7B515C64EA51}.Release|Any CPU.Build.0 = Release|Any CPU
{1853BA3D-4FF8-4CB4-984B-C4E8D8E22B25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1853BA3D-4FF8-4CB4-984B-C4E8D8E22B25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1853BA3D-4FF8-4CB4-984B-C4E8D8E22B25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1853BA3D-4FF8-4CB4-984B-C4E8D8E22B25}.Release|Any CPU.Build.0 = Release|Any CPU
{61CEDFA8-5A91-43E3-B971-79D25186D1C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61CEDFA8-5A91-43E3-B971-79D25186D1C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61CEDFA8-5A91-43E3-B971-79D25186D1C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61CEDFA8-5A91-43E3-B971-79D25186D1C8}.Release|Any CPU.Build.0 = Release|Any CPU
{89ED92AC-2EA7-4B10-BDA6-524B6DD4EADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89ED92AC-2EA7-4B10-BDA6-524B6DD4EADC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89ED92AC-2EA7-4B10-BDA6-524B6DD4EADC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89ED92AC-2EA7-4B10-BDA6-524B6DD4EADC}.Release|Any CPU.Build.0 = Release|Any CPU
{0A2A6F2F-B408-472C-91B5-2C1FB0004D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A2A6F2F-B408-472C-91B5-2C1FB0004D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A2A6F2F-B408-472C-91B5-2C1FB0004D2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A2A6F2F-B408-472C-91B5-2C1FB0004D2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {115A2A70-3A97-4326-88B5-150433022406}
EndGlobalSection
EndGlobal