-
Notifications
You must be signed in to change notification settings - Fork 0
/
MakeSimple.SharedKernel.sln
77 lines (77 loc) · 5.37 KB
/
MakeSimple.SharedKernel.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
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CB38A43-EDF7-4E9C-8BB7-1A33A1827340}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakeSimple.SharedKernel", "src\MakeSimple.SharedKernel\MakeSimple.SharedKernel.csproj", "{327CD763-D7B9-4582-B433-7B970930B93C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakeSimple.SharedKernel.Infrastructure", "src\MakeSimple.SharedKernel.Infrastructure\MakeSimple.SharedKernel.Infrastructure.csproj", "{523D631F-F677-47D9-BAFE-0C9BD727CDB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakeSimple.SharedKernel.Infrastructure.Test", "src\MakeSimple.SharedKernel.Infrastructure.Test\MakeSimple.SharedKernel.Infrastructure.Test.csproj", "{B8A03E0C-FA3C-488E-860E-C0239601725D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakeSimple.SharedKernel.Extensions", "src\MakeSimple.SharedKernel.Extensions\MakeSimple.SharedKernel.Extensions.csproj", "{162EC827-69BF-45A2-A44A-B751190FE9D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakeSimple.EventHub", "src\MakeSimple.EventHub\MakeSimple.EventHub.csproj", "{FD0761D0-962F-4C3B-9A43-099ACA22662C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakeSimple.EventHub.GoogleClound", "src\MakeSimple.EventHub.GoogleClound\MakeSimple.EventHub.GoogleClound.csproj", "{982D3C68-5337-4241-9530-3F9F8C5F9452}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakeSimple.SharedKernel.Extensions.Test", "src\MakeSimple.SharedKernel.Extensions.Test\MakeSimple.SharedKernel.Extensions.Test.csproj", "{6F18FA6E-4EA3-4659-BD65-D83110F52F78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakeSimple.SharedKernel.Cronjob", "src\MakeSimple.SharedKernel.Cronjob\MakeSimple.SharedKernel.Cronjob.csproj", "{C6EB0B98-0260-4E0A-8C15-4E228C1BBF14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{327CD763-D7B9-4582-B433-7B970930B93C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{327CD763-D7B9-4582-B433-7B970930B93C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{327CD763-D7B9-4582-B433-7B970930B93C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{327CD763-D7B9-4582-B433-7B970930B93C}.Release|Any CPU.Build.0 = Release|Any CPU
{523D631F-F677-47D9-BAFE-0C9BD727CDB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{523D631F-F677-47D9-BAFE-0C9BD727CDB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{523D631F-F677-47D9-BAFE-0C9BD727CDB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{523D631F-F677-47D9-BAFE-0C9BD727CDB8}.Release|Any CPU.Build.0 = Release|Any CPU
{B8A03E0C-FA3C-488E-860E-C0239601725D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8A03E0C-FA3C-488E-860E-C0239601725D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8A03E0C-FA3C-488E-860E-C0239601725D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8A03E0C-FA3C-488E-860E-C0239601725D}.Release|Any CPU.Build.0 = Release|Any CPU
{162EC827-69BF-45A2-A44A-B751190FE9D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{162EC827-69BF-45A2-A44A-B751190FE9D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{162EC827-69BF-45A2-A44A-B751190FE9D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{162EC827-69BF-45A2-A44A-B751190FE9D3}.Release|Any CPU.Build.0 = Release|Any CPU
{FD0761D0-962F-4C3B-9A43-099ACA22662C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD0761D0-962F-4C3B-9A43-099ACA22662C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD0761D0-962F-4C3B-9A43-099ACA22662C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD0761D0-962F-4C3B-9A43-099ACA22662C}.Release|Any CPU.Build.0 = Release|Any CPU
{982D3C68-5337-4241-9530-3F9F8C5F9452}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{982D3C68-5337-4241-9530-3F9F8C5F9452}.Debug|Any CPU.Build.0 = Debug|Any CPU
{982D3C68-5337-4241-9530-3F9F8C5F9452}.Release|Any CPU.ActiveCfg = Release|Any CPU
{982D3C68-5337-4241-9530-3F9F8C5F9452}.Release|Any CPU.Build.0 = Release|Any CPU
{6F18FA6E-4EA3-4659-BD65-D83110F52F78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F18FA6E-4EA3-4659-BD65-D83110F52F78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F18FA6E-4EA3-4659-BD65-D83110F52F78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F18FA6E-4EA3-4659-BD65-D83110F52F78}.Release|Any CPU.Build.0 = Release|Any CPU
{C6EB0B98-0260-4E0A-8C15-4E228C1BBF14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6EB0B98-0260-4E0A-8C15-4E228C1BBF14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6EB0B98-0260-4E0A-8C15-4E228C1BBF14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6EB0B98-0260-4E0A-8C15-4E228C1BBF14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ABF413A4-F226-426D-A773-4B6F79FB1E81}
EndGlobalSection
EndGlobal