forked from ASOS/SimpleEventStore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleEventStore.sln
More file actions
43 lines (43 loc) · 2.68 KB
/
Copy pathSimpleEventStore.sln
File metadata and controls
43 lines (43 loc) · 2.68 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleEventStore", "SimpleEventStore\SimpleEventStore.csproj", "{73235465-69BF-4762-B8C5-20C8E45795FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleEventStore.Tests", "SimpleEventStore.Tests\SimpleEventStore.Tests.csproj", "{ACA6B3AE-FCB9-45F4-9D6B-66196F98F819}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleEventStore.AzureDocumentDb", "SimpleEventStore.AzureDocumentDb\SimpleEventStore.AzureDocumentDb.csproj", "{48C71940-D9B0-446A-9F3D-E6275CD43440}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleEventStore.AzureDocumentDb.Tests", "SimpleEventStore.AzureDocumentDb.Tests\SimpleEventStore.AzureDocumentDb.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(ExtensibilityGlobals) = postSolution
SolutionGuid = {936D1C6C-3474-4DFB-A983-FF729D21B72B}
EndGlobalSection
EndGlobal