-
Notifications
You must be signed in to change notification settings - Fork 0
/
ucabgo-api.sln
65 lines (65 loc) · 3.95 KB
/
ucabgo-api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UcabGo.Api", "UcabGo.Api\UcabGo.Api.csproj", "{3EA77F90-D6F0-404B-96B6-4171E03E175A}"
ProjectSection(ProjectDependencies) = postProject
{58A91BC6-A018-48E3-839F-B7E20B47962D} = {58A91BC6-A018-48E3-839F-B7E20B47962D}
{7C287521-9C3D-4A01-B250-6A236BD254FD} = {7C287521-9C3D-4A01-B250-6A236BD254FD}
{BFD415EB-848B-4381-B7FE-38CD1584066A} = {BFD415EB-848B-4381-B7FE-38CD1584066A}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UcabGo.Core", "UcabGo.Core\UcabGo.Core.csproj", "{31F3A9FA-184C-4E78-909B-90EAC6FC3136}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UcabGo.Infrastructure", "UcabGo.Infrastructure\UcabGo.Infrastructure.csproj", "{7C287521-9C3D-4A01-B250-6A236BD254FD}"
ProjectSection(ProjectDependencies) = postProject
{31F3A9FA-184C-4E78-909B-90EAC6FC3136} = {31F3A9FA-184C-4E78-909B-90EAC6FC3136}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UcabGo.Integration", "UcabGo.Integration\UcabGo.Integration.csproj", "{BFD415EB-848B-4381-B7FE-38CD1584066A}"
ProjectSection(ProjectDependencies) = postProject
{7C287521-9C3D-4A01-B250-6A236BD254FD} = {7C287521-9C3D-4A01-B250-6A236BD254FD}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UcabGo.Application", "UcabGo.Application\UcabGo.Application.csproj", "{58A91BC6-A018-48E3-839F-B7E20B47962D}"
ProjectSection(ProjectDependencies) = postProject
{31F3A9FA-184C-4E78-909B-90EAC6FC3136} = {31F3A9FA-184C-4E78-909B-90EAC6FC3136}
{7C287521-9C3D-4A01-B250-6A236BD254FD} = {7C287521-9C3D-4A01-B250-6A236BD254FD}
{BFD415EB-848B-4381-B7FE-38CD1584066A} = {BFD415EB-848B-4381-B7FE-38CD1584066A}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3EA77F90-D6F0-404B-96B6-4171E03E175A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EA77F90-D6F0-404B-96B6-4171E03E175A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EA77F90-D6F0-404B-96B6-4171E03E175A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EA77F90-D6F0-404B-96B6-4171E03E175A}.Release|Any CPU.Build.0 = Release|Any CPU
{31F3A9FA-184C-4E78-909B-90EAC6FC3136}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31F3A9FA-184C-4E78-909B-90EAC6FC3136}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31F3A9FA-184C-4E78-909B-90EAC6FC3136}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31F3A9FA-184C-4E78-909B-90EAC6FC3136}.Release|Any CPU.Build.0 = Release|Any CPU
{7C287521-9C3D-4A01-B250-6A236BD254FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C287521-9C3D-4A01-B250-6A236BD254FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C287521-9C3D-4A01-B250-6A236BD254FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C287521-9C3D-4A01-B250-6A236BD254FD}.Release|Any CPU.Build.0 = Release|Any CPU
{BFD415EB-848B-4381-B7FE-38CD1584066A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFD415EB-848B-4381-B7FE-38CD1584066A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFD415EB-848B-4381-B7FE-38CD1584066A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFD415EB-848B-4381-B7FE-38CD1584066A}.Release|Any CPU.Build.0 = Release|Any CPU
{58A91BC6-A018-48E3-839F-B7E20B47962D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58A91BC6-A018-48E3-839F-B7E20B47962D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58A91BC6-A018-48E3-839F-B7E20B47962D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58A91BC6-A018-48E3-839F-B7E20B47962D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6EF7E8FF-7257-4246-8BEB-008E22EE23C0}
EndGlobalSection
EndGlobal