-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEventFlow.sln
More file actions
103 lines (103 loc) · 6.76 KB
/
EventFlow.sln
File metadata and controls
103 lines (103 loc) · 6.76 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35913.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventFlow.Tests", "EventFlow-API.Tests\EventFlow.Tests.csproj", "{04131C89-9468-44E4-950D-425BCB433F7B}"
ProjectSection(ProjectDependencies) = postProject
{1981CA31-527D-48E2-0270-948FDEDFEE06} = {1981CA31-527D-48E2-0270-948FDEDFEE06}
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47} = {2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventFlow.Core", "EventFlow.Core\EventFlow.Core.csproj", "{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventFlow.Application", "EventFlow.Application\EventFlow.Application.csproj", "{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}"
ProjectSection(ProjectDependencies) = postProject
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48} = {6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventFlow.Infrastructure", "EventFlow.Infrastructure\EventFlow.Infrastructure.csproj", "{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}"
ProjectSection(ProjectDependencies) = postProject
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48} = {6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventFlow.Presentation", "EventFlow.Presentation\EventFlow.Presentation.csproj", "{1981CA31-527D-48E2-0270-948FDEDFEE06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04131C89-9468-44E4-950D-425BCB433F7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Debug|x64.ActiveCfg = Debug|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Debug|x64.Build.0 = Debug|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Debug|x86.ActiveCfg = Debug|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Debug|x86.Build.0 = Debug|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Release|Any CPU.Build.0 = Release|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Release|x64.ActiveCfg = Release|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Release|x64.Build.0 = Release|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Release|x86.ActiveCfg = Release|Any CPU
{04131C89-9468-44E4-950D-425BCB433F7B}.Release|x86.Build.0 = Release|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Debug|x64.ActiveCfg = Debug|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Debug|x64.Build.0 = Debug|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Debug|x86.ActiveCfg = Debug|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Debug|x86.Build.0 = Debug|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Release|Any CPU.Build.0 = Release|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Release|x64.ActiveCfg = Release|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Release|x64.Build.0 = Release|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Release|x86.ActiveCfg = Release|Any CPU
{6BB35EC6-DE4B-436F-AB24-C063B2C4AB48}.Release|x86.Build.0 = Release|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Debug|x64.ActiveCfg = Debug|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Debug|x64.Build.0 = Debug|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Debug|x86.ActiveCfg = Debug|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Debug|x86.Build.0 = Debug|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Release|Any CPU.Build.0 = Release|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Release|x64.ActiveCfg = Release|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Release|x64.Build.0 = Release|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Release|x86.ActiveCfg = Release|Any CPU
{98FD28E5-E250-4ABB-B69E-92B0DF1C7B14}.Release|x86.Build.0 = Release|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Debug|x64.ActiveCfg = Debug|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Debug|x64.Build.0 = Debug|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Debug|x86.ActiveCfg = Debug|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Debug|x86.Build.0 = Debug|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Release|Any CPU.Build.0 = Release|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Release|x64.ActiveCfg = Release|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Release|x64.Build.0 = Release|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Release|x86.ActiveCfg = Release|Any CPU
{2D7C3BD1-F11F-44BD-95C5-62490EFFDB47}.Release|x86.Build.0 = Release|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Debug|x64.ActiveCfg = Debug|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Debug|x64.Build.0 = Debug|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Debug|x86.ActiveCfg = Debug|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Debug|x86.Build.0 = Debug|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Release|Any CPU.Build.0 = Release|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Release|x64.ActiveCfg = Release|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Release|x64.Build.0 = Release|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Release|x86.ActiveCfg = Release|Any CPU
{1981CA31-527D-48E2-0270-948FDEDFEE06}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {005CDF67-FAFD-4716-9969-66B901D9B4BD}
EndGlobalSection
EndGlobal