-
Notifications
You must be signed in to change notification settings - Fork 0
/
simple-architecture.sln
100 lines (100 loc) · 7.76 KB
/
simple-architecture.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Domain.Services", "Simple.Domain.Services\Simple.Domain.Services.csproj", "{23045814-66C6-4EE6-B698-FF02717340F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Infrastructure.SqlServer", "Simple.Infrastructure.SqlServer\Simple.Infrastructure.SqlServer.csproj", "{4266DBD9-2FF8-40A9-99E7-4F3EBAF4A8E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Api", "Simple.Api\Simple.Api.csproj", "{5B75C02E-E552-4B1F-B945-8924AF04A902}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Infrastructure.EmailServer", "Simple.Infrastructure.EmailServer\Simple.Infrastructure.EmailServer.csproj", "{2030B230-FB17-4A8C-8FCC-9654215BA0D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Domain.Models", "Simple.Domain.Models\Simple.Domain.Models.csproj", "{CBF7229B-D119-484E-A50F-E5CC36062055}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Infrastructure.Mediator", "Simple.Infrastructure.Mediator\Simple.Infrastructure.Mediator.csproj", "{22D7C583-0328-418E-864E-E55C959363BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Infrastructure.Queue", "Simple.Infrastructure.Queue\Simple.Infrastructure.Queue.csproj", "{903E20E4-CEDF-4BB4-B087-CB67D6C8C184}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Infrastructure.MongoDb", "Simple.Infrastructure.MongoDb\Simple.Infrastructure.MongoDb.csproj", "{CD1B9023-65DE-4D62-A382-126CBB9A35EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Shared.Testing", "Simple.Shared.Testing\Simple.Shared.Testing.csproj", "{F8107493-9A66-4647-8EF4-6419F8907123}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Infrastructure.Integrations", "Simple.Infrastructure.Integrations\Simple.Infrastructure.Integrations.csproj", "{26391EA3-7897-4761-8693-F3A915EB322F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Domain.Integrations", "Simple.Domain.Integrations\Simple.Domain.Integrations.csproj", "{1F8C51A7-3FC8-44F0-AC9C-4719CA3FECF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Infrastructure.JobScheduler", "Simple.Infrastructure.JobScheduler\Simple.Infrastructure.JobScheduler.csproj", "{A6B84B4C-A5B6-403A-AF56-34E01E0F05FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Domain.CodeGenerator", "Simple.Domain.CodeGenerator\Simple.Domain.CodeGenerator.csproj", "{0B3C9433-3327-4AEA-90AB-C8E68E0A2AA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple.Worker", "Simple.Worker\Simple.Worker.csproj", "{8FF7BA1E-5463-4F71-88EB-705F2CC88B22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23045814-66C6-4EE6-B698-FF02717340F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23045814-66C6-4EE6-B698-FF02717340F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23045814-66C6-4EE6-B698-FF02717340F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23045814-66C6-4EE6-B698-FF02717340F5}.Release|Any CPU.Build.0 = Release|Any CPU
{4266DBD9-2FF8-40A9-99E7-4F3EBAF4A8E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4266DBD9-2FF8-40A9-99E7-4F3EBAF4A8E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4266DBD9-2FF8-40A9-99E7-4F3EBAF4A8E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4266DBD9-2FF8-40A9-99E7-4F3EBAF4A8E0}.Release|Any CPU.Build.0 = Release|Any CPU
{5B75C02E-E552-4B1F-B945-8924AF04A902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B75C02E-E552-4B1F-B945-8924AF04A902}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B75C02E-E552-4B1F-B945-8924AF04A902}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B75C02E-E552-4B1F-B945-8924AF04A902}.Release|Any CPU.Build.0 = Release|Any CPU
{2030B230-FB17-4A8C-8FCC-9654215BA0D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2030B230-FB17-4A8C-8FCC-9654215BA0D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2030B230-FB17-4A8C-8FCC-9654215BA0D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2030B230-FB17-4A8C-8FCC-9654215BA0D3}.Release|Any CPU.Build.0 = Release|Any CPU
{CBF7229B-D119-484E-A50F-E5CC36062055}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBF7229B-D119-484E-A50F-E5CC36062055}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBF7229B-D119-484E-A50F-E5CC36062055}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBF7229B-D119-484E-A50F-E5CC36062055}.Release|Any CPU.Build.0 = Release|Any CPU
{22D7C583-0328-418E-864E-E55C959363BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22D7C583-0328-418E-864E-E55C959363BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22D7C583-0328-418E-864E-E55C959363BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22D7C583-0328-418E-864E-E55C959363BC}.Release|Any CPU.Build.0 = Release|Any CPU
{903E20E4-CEDF-4BB4-B087-CB67D6C8C184}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{903E20E4-CEDF-4BB4-B087-CB67D6C8C184}.Debug|Any CPU.Build.0 = Debug|Any CPU
{903E20E4-CEDF-4BB4-B087-CB67D6C8C184}.Release|Any CPU.ActiveCfg = Release|Any CPU
{903E20E4-CEDF-4BB4-B087-CB67D6C8C184}.Release|Any CPU.Build.0 = Release|Any CPU
{CD1B9023-65DE-4D62-A382-126CBB9A35EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD1B9023-65DE-4D62-A382-126CBB9A35EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD1B9023-65DE-4D62-A382-126CBB9A35EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD1B9023-65DE-4D62-A382-126CBB9A35EE}.Release|Any CPU.Build.0 = Release|Any CPU
{F8107493-9A66-4647-8EF4-6419F8907123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8107493-9A66-4647-8EF4-6419F8907123}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8107493-9A66-4647-8EF4-6419F8907123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8107493-9A66-4647-8EF4-6419F8907123}.Release|Any CPU.Build.0 = Release|Any CPU
{26391EA3-7897-4761-8693-F3A915EB322F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26391EA3-7897-4761-8693-F3A915EB322F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26391EA3-7897-4761-8693-F3A915EB322F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26391EA3-7897-4761-8693-F3A915EB322F}.Release|Any CPU.Build.0 = Release|Any CPU
{1F8C51A7-3FC8-44F0-AC9C-4719CA3FECF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F8C51A7-3FC8-44F0-AC9C-4719CA3FECF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F8C51A7-3FC8-44F0-AC9C-4719CA3FECF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F8C51A7-3FC8-44F0-AC9C-4719CA3FECF8}.Release|Any CPU.Build.0 = Release|Any CPU
{A6B84B4C-A5B6-403A-AF56-34E01E0F05FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6B84B4C-A5B6-403A-AF56-34E01E0F05FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6B84B4C-A5B6-403A-AF56-34E01E0F05FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6B84B4C-A5B6-403A-AF56-34E01E0F05FF}.Release|Any CPU.Build.0 = Release|Any CPU
{0B3C9433-3327-4AEA-90AB-C8E68E0A2AA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B3C9433-3327-4AEA-90AB-C8E68E0A2AA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B3C9433-3327-4AEA-90AB-C8E68E0A2AA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B3C9433-3327-4AEA-90AB-C8E68E0A2AA9}.Release|Any CPU.Build.0 = Release|Any CPU
{8FF7BA1E-5463-4F71-88EB-705F2CC88B22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FF7BA1E-5463-4F71-88EB-705F2CC88B22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FF7BA1E-5463-4F71-88EB-705F2CC88B22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FF7BA1E-5463-4F71-88EB-705F2CC88B22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal