-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathESSample.sln
55 lines (55 loc) · 3.54 KB
/
ESSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ESSample.Domain", "ESSample.Domain\ESSample.Domain.csproj", "{0CD78C5A-B5F2-4078-B7C0-5566DF86F7CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ESSample.Infrastructure", "ESSample.Infrastructure\ESSample.Infrastructure.csproj", "{3EEF9AD5-8B80-4D33-9686-3A39CA50FB0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ESSample.EventConsumer", "ESSample.EventConsumer\ESSample.EventConsumer.csproj", "{2C2559D2-383E-4AB9-A3B4-6C258C7E7A43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ESSample.API", "ESSample.API\ESSample.API.csproj", "{BADEC880-3DB3-4593-A508-DB2EF8397BCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ESSample.Application", "ESSample.Application\ESSample.Application.csproj", "{B1F43D89-6792-4345-8392-FDF2B71FD2B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ESSample.Core", "ESSample.Core\ESSample.Core.csproj", "{746412C1-2250-4E84-AF32-8629AF15035F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0CD78C5A-B5F2-4078-B7C0-5566DF86F7CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CD78C5A-B5F2-4078-B7C0-5566DF86F7CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CD78C5A-B5F2-4078-B7C0-5566DF86F7CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CD78C5A-B5F2-4078-B7C0-5566DF86F7CA}.Release|Any CPU.Build.0 = Release|Any CPU
{3EEF9AD5-8B80-4D33-9686-3A39CA50FB0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EEF9AD5-8B80-4D33-9686-3A39CA50FB0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EEF9AD5-8B80-4D33-9686-3A39CA50FB0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EEF9AD5-8B80-4D33-9686-3A39CA50FB0C}.Release|Any CPU.Build.0 = Release|Any CPU
{2C2559D2-383E-4AB9-A3B4-6C258C7E7A43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C2559D2-383E-4AB9-A3B4-6C258C7E7A43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C2559D2-383E-4AB9-A3B4-6C258C7E7A43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C2559D2-383E-4AB9-A3B4-6C258C7E7A43}.Release|Any CPU.Build.0 = Release|Any CPU
{BADEC880-3DB3-4593-A508-DB2EF8397BCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BADEC880-3DB3-4593-A508-DB2EF8397BCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BADEC880-3DB3-4593-A508-DB2EF8397BCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BADEC880-3DB3-4593-A508-DB2EF8397BCE}.Release|Any CPU.Build.0 = Release|Any CPU
{B1F43D89-6792-4345-8392-FDF2B71FD2B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1F43D89-6792-4345-8392-FDF2B71FD2B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1F43D89-6792-4345-8392-FDF2B71FD2B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1F43D89-6792-4345-8392-FDF2B71FD2B8}.Release|Any CPU.Build.0 = Release|Any CPU
{746412C1-2250-4E84-AF32-8629AF15035F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{746412C1-2250-4E84-AF32-8629AF15035F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{746412C1-2250-4E84-AF32-8629AF15035F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{746412C1-2250-4E84-AF32-8629AF15035F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14C7B054-5C62-4DB0-B799-271306DDB7A7}
EndGlobalSection
EndGlobal