-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathEventStoreDB-Client-Dotnet-Legacy.sln
50 lines (50 loc) · 2.57 KB
/
EventStoreDB-Client-Dotnet-Legacy.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
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.6.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AE3B6255-328F-44EC-AE65-3C7B9C70DE52}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventStore.ClientAPI", "src\EventStore.ClientAPI\EventStore.ClientAPI.csproj", "{0498C972-2B97-4571-A5CA-D4BE66E5BA17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F937B1F1-67B8-43F9-A50A-302B9B1E209B}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventStore.ClientAPI.Tests", "test\EventStore.ClientAPI.Tests\EventStore.ClientAPI.Tests.csproj", "{EB0FBD96-3674-44E7-B490-6958AB0696B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9FABF9B9-C0ED-41FF-B9B4-A0966348B782}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0498C972-2B97-4571-A5CA-D4BE66E5BA17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0498C972-2B97-4571-A5CA-D4BE66E5BA17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0498C972-2B97-4571-A5CA-D4BE66E5BA17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0498C972-2B97-4571-A5CA-D4BE66E5BA17}.Release|Any CPU.Build.0 = Release|Any CPU
{EB0FBD96-3674-44E7-B490-6958AB0696B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB0FBD96-3674-44E7-B490-6958AB0696B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB0FBD96-3674-44E7-B490-6958AB0696B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB0FBD96-3674-44E7-B490-6958AB0696B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0498C972-2B97-4571-A5CA-D4BE66E5BA17} = {AE3B6255-328F-44EC-AE65-3C7B9C70DE52}
{EB0FBD96-3674-44E7-B490-6958AB0696B9} = {F937B1F1-67B8-43F9-A50A-302B9B1E209B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B533D766-2BC3-4E4C-9300-519B7F07FD97}
EndGlobalSection
EndGlobal