-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimplife.sln
48 lines (48 loc) · 2.77 KB
/
Simplife.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34310.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simplife.EventSourcing", "src\Simplife.EventSourcing\Simplife.EventSourcing.csproj", "{740F0C52-D5AE-47DC-8FB5-769B2D541999}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7271B5B2-7241-4070-9902-5F8F468345B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{BD22CAED-CE68-4106-A4E3-FBA0CD978134}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{4C3BEA66-13DB-45D1-B57E-297F69100BEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simplife.Domain", "src\Simplife.Domain\Simplife.Domain.csproj", "{DD016A02-7791-44E8-A69C-9CA9F68AF784}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simplife.Domain.Tests", "tests\Simplife.Domain.Tests\Simplife.Domain.Tests.csproj", "{DAD4F295-21F0-4A03-9F12-87576A34691B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{740F0C52-D5AE-47DC-8FB5-769B2D541999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{740F0C52-D5AE-47DC-8FB5-769B2D541999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{740F0C52-D5AE-47DC-8FB5-769B2D541999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{740F0C52-D5AE-47DC-8FB5-769B2D541999}.Release|Any CPU.Build.0 = Release|Any CPU
{DD016A02-7791-44E8-A69C-9CA9F68AF784}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD016A02-7791-44E8-A69C-9CA9F68AF784}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD016A02-7791-44E8-A69C-9CA9F68AF784}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD016A02-7791-44E8-A69C-9CA9F68AF784}.Release|Any CPU.Build.0 = Release|Any CPU
{DAD4F295-21F0-4A03-9F12-87576A34691B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAD4F295-21F0-4A03-9F12-87576A34691B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAD4F295-21F0-4A03-9F12-87576A34691B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAD4F295-21F0-4A03-9F12-87576A34691B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{740F0C52-D5AE-47DC-8FB5-769B2D541999} = {7271B5B2-7241-4070-9902-5F8F468345B1}
{DD016A02-7791-44E8-A69C-9CA9F68AF784} = {7271B5B2-7241-4070-9902-5F8F468345B1}
{DAD4F295-21F0-4A03-9F12-87576A34691B} = {BD22CAED-CE68-4106-A4E3-FBA0CD978134}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DD2AD45-F383-4F87-A226-BEE01CC22E01}
EndGlobalSection
EndGlobal