-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AuthServiceSGC.sln
49 lines (49 loc) · 3.14 KB
/
AuthServiceSGC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthServiceSGC.API", "AuthServiceSGC.API\AuthServiceSGC.API.csproj", "{93F6A4E1-EB74-4ADB-96D5-32BDAA0F7FF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthServiceSGC.Application", "AuthServiceSGC.Application\AuthServiceSGC.Application.csproj", "{989FAE37-E1E2-4F47-82ED-E2419F2F0F3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthServiceSGC.Infrastructure", "AuthServiceSGC.Infrastructure\AuthServiceSGC.Infrastructure.csproj", "{22928A06-BB9A-4BB2-B55D-638741556529}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthServiceSGC.Domain", "AuthServiceSGC.Domain\AuthServiceSGC.Domain.csproj", "{89AE4582-2A07-45CD-B179-D614A6BCD888}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthServiceSGC.Tests", "AuthServiceSGC.Tests\AuthServiceSGC.Tests.csproj", "{288F9690-2930-4C02-A82A-7ACCFF8C1C31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93F6A4E1-EB74-4ADB-96D5-32BDAA0F7FF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93F6A4E1-EB74-4ADB-96D5-32BDAA0F7FF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93F6A4E1-EB74-4ADB-96D5-32BDAA0F7FF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93F6A4E1-EB74-4ADB-96D5-32BDAA0F7FF1}.Release|Any CPU.Build.0 = Release|Any CPU
{989FAE37-E1E2-4F47-82ED-E2419F2F0F3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{989FAE37-E1E2-4F47-82ED-E2419F2F0F3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{989FAE37-E1E2-4F47-82ED-E2419F2F0F3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{989FAE37-E1E2-4F47-82ED-E2419F2F0F3C}.Release|Any CPU.Build.0 = Release|Any CPU
{22928A06-BB9A-4BB2-B55D-638741556529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22928A06-BB9A-4BB2-B55D-638741556529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22928A06-BB9A-4BB2-B55D-638741556529}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22928A06-BB9A-4BB2-B55D-638741556529}.Release|Any CPU.Build.0 = Release|Any CPU
{89AE4582-2A07-45CD-B179-D614A6BCD888}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89AE4582-2A07-45CD-B179-D614A6BCD888}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89AE4582-2A07-45CD-B179-D614A6BCD888}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89AE4582-2A07-45CD-B179-D614A6BCD888}.Release|Any CPU.Build.0 = Release|Any CPU
{288F9690-2930-4C02-A82A-7ACCFF8C1C31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{288F9690-2930-4C02-A82A-7ACCFF8C1C31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{288F9690-2930-4C02-A82A-7ACCFF8C1C31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{288F9690-2930-4C02-A82A-7ACCFF8C1C31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {113E2934-1250-4A17-903D-7B2BFC83092C}
EndGlobalSection
EndGlobal