-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoShare.sln
74 lines (74 loc) · 4.75 KB
/
GoShare.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{B162D95E-846D-48B2-8FA0-003EF4D1D19D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{3725A206-F774-48E5-BB12-EA19968242E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{5D18DF8F-54B6-4D36-BAE7-33E68DFE9994}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api_Admin", "Api_Admin\Api_Admin.csproj", "{949B7674-6C1C-4CFA-A3DF-93855354D8F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "Console\Console.csproj", "{E023EA7A-0953-4C85-A001-32247E0866C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api_Mobile", "Api_Mobile\Api_Mobile.csproj", "{9C7C448E-F6B1-4026-92DE-51B355B6ABE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7FCAE039-18A4-40D7-B614-63D049745B74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C4A85FF1-2077-452B-BEBA-34A1976AB2BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api_Mobile.Tests", "Api_Mobile.Tests\Api_Mobile.Tests.csproj", "{D9553A36-4657-4CC5-B190-7EB40F098782}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B162D95E-846D-48B2-8FA0-003EF4D1D19D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B162D95E-846D-48B2-8FA0-003EF4D1D19D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B162D95E-846D-48B2-8FA0-003EF4D1D19D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B162D95E-846D-48B2-8FA0-003EF4D1D19D}.Release|Any CPU.Build.0 = Release|Any CPU
{3725A206-F774-48E5-BB12-EA19968242E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3725A206-F774-48E5-BB12-EA19968242E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3725A206-F774-48E5-BB12-EA19968242E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3725A206-F774-48E5-BB12-EA19968242E2}.Release|Any CPU.Build.0 = Release|Any CPU
{5D18DF8F-54B6-4D36-BAE7-33E68DFE9994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D18DF8F-54B6-4D36-BAE7-33E68DFE9994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D18DF8F-54B6-4D36-BAE7-33E68DFE9994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D18DF8F-54B6-4D36-BAE7-33E68DFE9994}.Release|Any CPU.Build.0 = Release|Any CPU
{949B7674-6C1C-4CFA-A3DF-93855354D8F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{949B7674-6C1C-4CFA-A3DF-93855354D8F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{949B7674-6C1C-4CFA-A3DF-93855354D8F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{949B7674-6C1C-4CFA-A3DF-93855354D8F9}.Release|Any CPU.Build.0 = Release|Any CPU
{E023EA7A-0953-4C85-A001-32247E0866C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E023EA7A-0953-4C85-A001-32247E0866C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E023EA7A-0953-4C85-A001-32247E0866C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E023EA7A-0953-4C85-A001-32247E0866C7}.Release|Any CPU.Build.0 = Release|Any CPU
{9C7C448E-F6B1-4026-92DE-51B355B6ABE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C7C448E-F6B1-4026-92DE-51B355B6ABE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C7C448E-F6B1-4026-92DE-51B355B6ABE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C7C448E-F6B1-4026-92DE-51B355B6ABE3}.Release|Any CPU.Build.0 = Release|Any CPU
{D9553A36-4657-4CC5-B190-7EB40F098782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9553A36-4657-4CC5-B190-7EB40F098782}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9553A36-4657-4CC5-B190-7EB40F098782}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9553A36-4657-4CC5-B190-7EB40F098782}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B162D95E-846D-48B2-8FA0-003EF4D1D19D} = {7FCAE039-18A4-40D7-B614-63D049745B74}
{3725A206-F774-48E5-BB12-EA19968242E2} = {7FCAE039-18A4-40D7-B614-63D049745B74}
{5D18DF8F-54B6-4D36-BAE7-33E68DFE9994} = {7FCAE039-18A4-40D7-B614-63D049745B74}
{949B7674-6C1C-4CFA-A3DF-93855354D8F9} = {7FCAE039-18A4-40D7-B614-63D049745B74}
{E023EA7A-0953-4C85-A001-32247E0866C7} = {7FCAE039-18A4-40D7-B614-63D049745B74}
{9C7C448E-F6B1-4026-92DE-51B355B6ABE3} = {7FCAE039-18A4-40D7-B614-63D049745B74}
{D9553A36-4657-4CC5-B190-7EB40F098782} = {C4A85FF1-2077-452B-BEBA-34A1976AB2BD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A231DA9-6FAF-4D05-A696-15B993896543}
EndGlobalSection
EndGlobal