-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEventStoreExample.sln
More file actions
55 lines (55 loc) · 3.75 KB
/
NEventStoreExample.sln
File metadata and controls
55 lines (55 loc) · 3.75 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NEventStoreExample", "NEventStoreExample\NEventStoreExample.csproj", "{60BA00D5-1865-4854-9192-BA72E18A76B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NEventStoreExample.Test", "NEventStoreExample.Test\NEventStoreExample.Test.csproj", "{210BFD16-EDCF-4895-90E6-FACF137EAFE5}"
ProjectSection(ProjectDependencies) = postProject
{60BA00D5-1865-4854-9192-BA72E18A76B2} = {60BA00D5-1865-4854-9192-BA72E18A76B2}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NEventStoreExample.Domain", "NEventStoreExample.Domain\NEventStoreExample.Domain.csproj", "{37D44E92-9A47-4230-B40A-F735DA581A06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NEventStoreExample.Infrastructure", "NEventStoreExample.Infrastructure\NEventStoreExample.Infrastructure.csproj", "{F2C8DDA3-C802-4159-8310-8DD090C09F8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NEventStoreExample.ReadModel", "NEventStoreExample.ReadModel\NEventStoreExample.ReadModel.csproj", "{BBDB50E3-823C-4696-A8E7-B29880F6929E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NEventStoreExample.Infrastructure.Tests", "NEventStoreExample.Infrastructure\Tests\NEventStoreExample.Infrastructure.Tests.csproj", "{20E2AF7E-F866-4F9F-B086-4A626FBDF56F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{60BA00D5-1865-4854-9192-BA72E18A76B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60BA00D5-1865-4854-9192-BA72E18A76B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60BA00D5-1865-4854-9192-BA72E18A76B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60BA00D5-1865-4854-9192-BA72E18A76B2}.Release|Any CPU.Build.0 = Release|Any CPU
{210BFD16-EDCF-4895-90E6-FACF137EAFE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{210BFD16-EDCF-4895-90E6-FACF137EAFE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{210BFD16-EDCF-4895-90E6-FACF137EAFE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{210BFD16-EDCF-4895-90E6-FACF137EAFE5}.Release|Any CPU.Build.0 = Release|Any CPU
{37D44E92-9A47-4230-B40A-F735DA581A06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37D44E92-9A47-4230-B40A-F735DA581A06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37D44E92-9A47-4230-B40A-F735DA581A06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37D44E92-9A47-4230-B40A-F735DA581A06}.Release|Any CPU.Build.0 = Release|Any CPU
{F2C8DDA3-C802-4159-8310-8DD090C09F8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2C8DDA3-C802-4159-8310-8DD090C09F8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2C8DDA3-C802-4159-8310-8DD090C09F8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2C8DDA3-C802-4159-8310-8DD090C09F8E}.Release|Any CPU.Build.0 = Release|Any CPU
{BBDB50E3-823C-4696-A8E7-B29880F6929E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBDB50E3-823C-4696-A8E7-B29880F6929E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBDB50E3-823C-4696-A8E7-B29880F6929E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBDB50E3-823C-4696-A8E7-B29880F6929E}.Release|Any CPU.Build.0 = Release|Any CPU
{20E2AF7E-F866-4F9F-B086-4A626FBDF56F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20E2AF7E-F866-4F9F-B086-4A626FBDF56F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20E2AF7E-F866-4F9F-B086-4A626FBDF56F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20E2AF7E-F866-4F9F-B086-4A626FBDF56F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal