-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCoreCommon.sln
More file actions
109 lines (109 loc) · 8.31 KB
/
CoreCommon.sln
File metadata and controls
109 lines (109 loc) · 8.31 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.Infrastructure", "CoreCommon.Infrastructure\CoreCommon.Infrastructure.csproj", "{25B11FAC-89CC-4341-9379-C9AF0E0D3AFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.Data.EntityFrameworkBase", "CoreCommon.Data.EntityFrameworkBase\CoreCommon.Data.EntityFrameworkBase.csproj", "{83292A32-B168-4DEB-ACFB-6DFD6AE60346}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.Data.Domain", "CoreCommon.Data.Domain\CoreCommon.Data.Domain.csproj", "{6AA08290-08E6-4749-AF43-D0279BD89BC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.Data.ElasticSearch", "CoreCommon.Data.ElasticSearch\CoreCommon.Data.ElasticSearch.csproj", "{82A2A069-B50A-44C5-AC7B-E75828C1C2BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.Business.Service", "CoreCommon.Business.Service\CoreCommon.Business.Service.csproj", "{6EC78679-EF8A-44FD-BF99-91D800746F61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.Application.APIBase", "CoreCommon.Application.APIBase\CoreCommon.Application.APIBase.csproj", "{58FA4D4E-658B-42CF-83C4-9597B2784B17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.Data.RabbitMQ", "CoreCommon.Data.RabbitMQ\CoreCommon.Data.RabbitMQ.csproj", "{B97E6849-AB06-4E24-9039-E818242FA19C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.Data.ServiceBus", "CoreCommon.Data.ServiceBus\CoreCommon.Data.ServiceBus.csproj", "{8A23B4B6-17BF-4AF3-BBCF-780B7FACAD61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.Data.MongoDBBase", "CoreCommon.Data.MongoDBBase\CoreCommon.Data.MongoDBBase.csproj", "{E58D3A2C-577F-43BD-A816-75B39E28CA5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.AmazonBusiness", "CoreCommon.AmazonBusiness\CoreCommon.AmazonBusiness.csproj", "{0D55D9BA-6837-4320-8B0E-D7EA0B9D19A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.ImageBusiness", "CoreCommon.ImageBusiness\CoreCommon.ImageBusiness.csproj", "{0A4C8EF0-6ECE-4AB5-873C-3205D1FF9C07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.ModuleBase", "CoreCommon.ModuleBase\CoreCommon.ModuleBase.csproj", "{B943255B-491A-4500-A66E-0835F7B01528}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreCommon.VSExtensionLib", "CoreCommon.VSExtensionLib\CoreCommon.VSExtensionLib.csproj", "{0FE19488-C0F4-4441-9F85-C31F8A793A46}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.Data.RedisCache", "CoreCommon.Data.RedisCache\CoreCommon.Data.RedisCache.csproj", "{5E426BAF-606D-4F75-9F58-A6CCC14BE6F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreCommon.StripeAPI", "CoreCommon.StripeAPI\CoreCommon.StripeAPI.csproj", "{C3651CFC-2C28-4422-B9B6-6EA80283ACA7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25B11FAC-89CC-4341-9379-C9AF0E0D3AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25B11FAC-89CC-4341-9379-C9AF0E0D3AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25B11FAC-89CC-4341-9379-C9AF0E0D3AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25B11FAC-89CC-4341-9379-C9AF0E0D3AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{83292A32-B168-4DEB-ACFB-6DFD6AE60346}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83292A32-B168-4DEB-ACFB-6DFD6AE60346}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83292A32-B168-4DEB-ACFB-6DFD6AE60346}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83292A32-B168-4DEB-ACFB-6DFD6AE60346}.Release|Any CPU.Build.0 = Release|Any CPU
{6AA08290-08E6-4749-AF43-D0279BD89BC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AA08290-08E6-4749-AF43-D0279BD89BC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AA08290-08E6-4749-AF43-D0279BD89BC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AA08290-08E6-4749-AF43-D0279BD89BC6}.Release|Any CPU.Build.0 = Release|Any CPU
{82A2A069-B50A-44C5-AC7B-E75828C1C2BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82A2A069-B50A-44C5-AC7B-E75828C1C2BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82A2A069-B50A-44C5-AC7B-E75828C1C2BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82A2A069-B50A-44C5-AC7B-E75828C1C2BC}.Release|Any CPU.Build.0 = Release|Any CPU
{6EC78679-EF8A-44FD-BF99-91D800746F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EC78679-EF8A-44FD-BF99-91D800746F61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EC78679-EF8A-44FD-BF99-91D800746F61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EC78679-EF8A-44FD-BF99-91D800746F61}.Release|Any CPU.Build.0 = Release|Any CPU
{58FA4D4E-658B-42CF-83C4-9597B2784B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58FA4D4E-658B-42CF-83C4-9597B2784B17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58FA4D4E-658B-42CF-83C4-9597B2784B17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58FA4D4E-658B-42CF-83C4-9597B2784B17}.Release|Any CPU.Build.0 = Release|Any CPU
{B97E6849-AB06-4E24-9039-E818242FA19C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B97E6849-AB06-4E24-9039-E818242FA19C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B97E6849-AB06-4E24-9039-E818242FA19C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B97E6849-AB06-4E24-9039-E818242FA19C}.Release|Any CPU.Build.0 = Release|Any CPU
{8A23B4B6-17BF-4AF3-BBCF-780B7FACAD61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A23B4B6-17BF-4AF3-BBCF-780B7FACAD61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A23B4B6-17BF-4AF3-BBCF-780B7FACAD61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A23B4B6-17BF-4AF3-BBCF-780B7FACAD61}.Release|Any CPU.Build.0 = Release|Any CPU
{E58D3A2C-577F-43BD-A816-75B39E28CA5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E58D3A2C-577F-43BD-A816-75B39E28CA5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E58D3A2C-577F-43BD-A816-75B39E28CA5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E58D3A2C-577F-43BD-A816-75B39E28CA5B}.Release|Any CPU.Build.0 = Release|Any CPU
{0D55D9BA-6837-4320-8B0E-D7EA0B9D19A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D55D9BA-6837-4320-8B0E-D7EA0B9D19A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D55D9BA-6837-4320-8B0E-D7EA0B9D19A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D55D9BA-6837-4320-8B0E-D7EA0B9D19A1}.Release|Any CPU.Build.0 = Release|Any CPU
{0A4C8EF0-6ECE-4AB5-873C-3205D1FF9C07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A4C8EF0-6ECE-4AB5-873C-3205D1FF9C07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A4C8EF0-6ECE-4AB5-873C-3205D1FF9C07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A4C8EF0-6ECE-4AB5-873C-3205D1FF9C07}.Release|Any CPU.Build.0 = Release|Any CPU
{B943255B-491A-4500-A66E-0835F7B01528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B943255B-491A-4500-A66E-0835F7B01528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B943255B-491A-4500-A66E-0835F7B01528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B943255B-491A-4500-A66E-0835F7B01528}.Release|Any CPU.Build.0 = Release|Any CPU
{0FE19488-C0F4-4441-9F85-C31F8A793A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FE19488-C0F4-4441-9F85-C31F8A793A46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FE19488-C0F4-4441-9F85-C31F8A793A46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FE19488-C0F4-4441-9F85-C31F8A793A46}.Release|Any CPU.Build.0 = Release|Any CPU
{5E426BAF-606D-4F75-9F58-A6CCC14BE6F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E426BAF-606D-4F75-9F58-A6CCC14BE6F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E426BAF-606D-4F75-9F58-A6CCC14BE6F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E426BAF-606D-4F75-9F58-A6CCC14BE6F3}.Release|Any CPU.Build.0 = Release|Any CPU
{C3651CFC-2C28-4422-B9B6-6EA80283ACA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3651CFC-2C28-4422-B9B6-6EA80283ACA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3651CFC-2C28-4422-B9B6-6EA80283ACA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3651CFC-2C28-4422-B9B6-6EA80283ACA7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FC82EEE-42A5-4557-A717-BF30413BE778}
EndGlobalSection
EndGlobal