-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeamjob.Services.Identity.sln
58 lines (58 loc) · 3.53 KB
/
Teamjob.Services.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EEF572C0-7F49-4027-BB3C-12E090E8125A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{38DF8001-CCE7-4792-B67B-CBD60F236A39}"
ProjectSection(SolutionItems) = preProject
build.sh = build.sh
start.sh = start.sh
test.sh = test.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeamJob.Services.Identity.API", "src\TeamJob.Services.Identity.API\TeamJob.Services.Identity.API.csproj", "{18FD8C5B-9062-4B5D-B657-CD64D76B8180}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamJob.Services.Identity.Core", "src\TeamJob.Services.Identity.Core\TeamJob.Services.Identity.Core.csproj", "{83769E35-E6F4-485B-BB07-BA41F683085E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamJob.Services.Identity.Infrastructure", "src\TeamJob.Services.Identity.Infrastructure\TeamJob.Services.Identity.Infrastructure.csproj", "{8D9C4BFF-7E55-442B-B443-F425467CE069}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamJob.Services.Identity.Application", "src\TeamJob.Services.Identity.Application\TeamJob.Services.Identity.Application.csproj", "{2821244F-ED25-41AD-8DE7-E811C7CF368D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18FD8C5B-9062-4B5D-B657-CD64D76B8180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18FD8C5B-9062-4B5D-B657-CD64D76B8180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18FD8C5B-9062-4B5D-B657-CD64D76B8180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18FD8C5B-9062-4B5D-B657-CD64D76B8180}.Release|Any CPU.Build.0 = Release|Any CPU
{83769E35-E6F4-485B-BB07-BA41F683085E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83769E35-E6F4-485B-BB07-BA41F683085E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83769E35-E6F4-485B-BB07-BA41F683085E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83769E35-E6F4-485B-BB07-BA41F683085E}.Release|Any CPU.Build.0 = Release|Any CPU
{8D9C4BFF-7E55-442B-B443-F425467CE069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D9C4BFF-7E55-442B-B443-F425467CE069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D9C4BFF-7E55-442B-B443-F425467CE069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D9C4BFF-7E55-442B-B443-F425467CE069}.Release|Any CPU.Build.0 = Release|Any CPU
{2821244F-ED25-41AD-8DE7-E811C7CF368D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2821244F-ED25-41AD-8DE7-E811C7CF368D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2821244F-ED25-41AD-8DE7-E811C7CF368D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2821244F-ED25-41AD-8DE7-E811C7CF368D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{18FD8C5B-9062-4B5D-B657-CD64D76B8180} = {EEF572C0-7F49-4027-BB3C-12E090E8125A}
{83769E35-E6F4-485B-BB07-BA41F683085E} = {EEF572C0-7F49-4027-BB3C-12E090E8125A}
{8D9C4BFF-7E55-442B-B443-F425467CE069} = {EEF572C0-7F49-4027-BB3C-12E090E8125A}
{2821244F-ED25-41AD-8DE7-E811C7CF368D} = {EEF572C0-7F49-4027-BB3C-12E090E8125A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6307C01C-41C7-4BA4-A115-790E13697C2E}
EndGlobalSection
EndGlobal