-
Notifications
You must be signed in to change notification settings - Fork 0
/
MartenApi.sln
37 lines (37 loc) · 2.12 KB
/
MartenApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MartenApi", "MartenApi\MartenApi.csproj", "{9C2C00A7-2663-47FB-A09A-89CD4ECC3A71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MartenApi.EventStore", "MartenApi.EventStore\MartenApi.EventStore.csproj", "{DC22815F-1005-45E0-A0E0-26DBBEA70D18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MartenApi.EventStore.Impl", "MartenApi.EventStore.Impl\MartenApi.EventStore.Impl.csproj", "{68CAC9FA-70E1-4250-80BC-A4462EAD1741}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C2C00A7-2663-47FB-A09A-89CD4ECC3A71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C2C00A7-2663-47FB-A09A-89CD4ECC3A71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C2C00A7-2663-47FB-A09A-89CD4ECC3A71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C2C00A7-2663-47FB-A09A-89CD4ECC3A71}.Release|Any CPU.Build.0 = Release|Any CPU
{DC22815F-1005-45E0-A0E0-26DBBEA70D18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC22815F-1005-45E0-A0E0-26DBBEA70D18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC22815F-1005-45E0-A0E0-26DBBEA70D18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC22815F-1005-45E0-A0E0-26DBBEA70D18}.Release|Any CPU.Build.0 = Release|Any CPU
{68CAC9FA-70E1-4250-80BC-A4462EAD1741}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68CAC9FA-70E1-4250-80BC-A4462EAD1741}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68CAC9FA-70E1-4250-80BC-A4462EAD1741}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68CAC9FA-70E1-4250-80BC-A4462EAD1741}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B46AC9E-F93A-4328-9716-4E59250972C3}
EndGlobalSection
EndGlobal