-
Notifications
You must be signed in to change notification settings - Fork 4
/
PeregrineDb.sln
57 lines (57 loc) · 3.01 KB
/
PeregrineDb.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
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18380DCA-34C0-47D0-A5D8-83E5F02143FC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cake = build.cake
LICENSE = LICENSE
NOTICE.md = NOTICE.md
README.md = README.md
semver.txt = semver.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PeregrineDb", "src\PeregrineDb\PeregrineDb.csproj", "{ACCB8BC8-9198-42BB-8018-1ED05DCFED51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BC3B9252-89F5-49D2-962C-0136DB51C499}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1E5E193E-6331-4E69-BFB2-001D47DBD26C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PeregrineDb.Tests", "tests\PeregrineDb.Tests\PeregrineDb.Tests.csproj", "{A47DE7D4-CCD3-44B7-B57B-25246FA99697}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PeregrineDb.PerformanceTests", "tests\PeregrineDb.PerformanceTests\PeregrineDb.PerformanceTests.csproj", "{A66D0E91-505B-43F2-8A81-C79158B4864A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ACCB8BC8-9198-42BB-8018-1ED05DCFED51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACCB8BC8-9198-42BB-8018-1ED05DCFED51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACCB8BC8-9198-42BB-8018-1ED05DCFED51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACCB8BC8-9198-42BB-8018-1ED05DCFED51}.Release|Any CPU.Build.0 = Release|Any CPU
{A47DE7D4-CCD3-44B7-B57B-25246FA99697}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A47DE7D4-CCD3-44B7-B57B-25246FA99697}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A47DE7D4-CCD3-44B7-B57B-25246FA99697}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A47DE7D4-CCD3-44B7-B57B-25246FA99697}.Release|Any CPU.Build.0 = Release|Any CPU
{A66D0E91-505B-43F2-8A81-C79158B4864A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A66D0E91-505B-43F2-8A81-C79158B4864A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A66D0E91-505B-43F2-8A81-C79158B4864A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A66D0E91-505B-43F2-8A81-C79158B4864A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ACCB8BC8-9198-42BB-8018-1ED05DCFED51} = {BC3B9252-89F5-49D2-962C-0136DB51C499}
{A47DE7D4-CCD3-44B7-B57B-25246FA99697} = {1E5E193E-6331-4E69-BFB2-001D47DBD26C}
{A66D0E91-505B-43F2-8A81-C79158B4864A} = {1E5E193E-6331-4E69-BFB2-001D47DBD26C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F2455BD-6604-4879-B995-AF05A1B48969}
EndGlobalSection
EndGlobal