forked from mikegore1000/SimpleEventStore
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathSimpleEventStore.sln
More file actions
46 lines (46 loc) · 2.85 KB
/
Copy pathSimpleEventStore.sln
File metadata and controls
46 lines (46 loc) · 2.85 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleEventStore", "SimpleEventStore\SimpleEventStore.csproj", "{73235465-69BF-4762-B8C5-20C8E45795FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{CD241C9A-0A56-42C9-8309-D68890C78B64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleEventStore.Tests", "SimpleEventStore.Tests\SimpleEventStore.Tests.csproj", "{ACA6B3AE-FCB9-45F4-9D6B-66196F98F819}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleEventStore.CosmosDb", "SimpleEventStore.CosmosDb\SimpleEventStore.CosmosDb.csproj", "{48C71940-D9B0-446A-9F3D-E6275CD43440}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleEventStore.CosmosDb.Tests", "SimpleEventStore.CosmosDb.Tests\SimpleEventStore.CosmosDb.Tests.csproj", "{205A7F81-A496-4400-9A97-D156F88B7883}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73235465-69BF-4762-B8C5-20C8E45795FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73235465-69BF-4762-B8C5-20C8E45795FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73235465-69BF-4762-B8C5-20C8E45795FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73235465-69BF-4762-B8C5-20C8E45795FF}.Release|Any CPU.Build.0 = Release|Any CPU
{ACA6B3AE-FCB9-45F4-9D6B-66196F98F819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACA6B3AE-FCB9-45F4-9D6B-66196F98F819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACA6B3AE-FCB9-45F4-9D6B-66196F98F819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACA6B3AE-FCB9-45F4-9D6B-66196F98F819}.Release|Any CPU.Build.0 = Release|Any CPU
{48C71940-D9B0-446A-9F3D-E6275CD43440}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48C71940-D9B0-446A-9F3D-E6275CD43440}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48C71940-D9B0-446A-9F3D-E6275CD43440}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48C71940-D9B0-446A-9F3D-E6275CD43440}.Release|Any CPU.Build.0 = Release|Any CPU
{205A7F81-A496-4400-9A97-D156F88B7883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{205A7F81-A496-4400-9A97-D156F88B7883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{205A7F81-A496-4400-9A97-D156F88B7883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{205A7F81-A496-4400-9A97-D156F88B7883}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ACA6B3AE-FCB9-45F4-9D6B-66196F98F819} = {CD241C9A-0A56-42C9-8309-D68890C78B64}
{205A7F81-A496-4400-9A97-D156F88B7883} = {CD241C9A-0A56-42C9-8309-D68890C78B64}
EndGlobalSection
EndGlobal