This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathDataAccessPerformance.sln
43 lines (43 loc) · 2.47 KB
/
DataAccessPerformance.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkDb", "src\BenchmarkDb\BenchmarkDb.csproj", "{7FA56803-EFBD-4028-8067-33F9608E7821}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "experiments", "experiments", "{F5A90C0E-9ECD-4338-9749-03B3004C2D02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Peregrine", "experiments\Peregrine\Peregrine\Peregrine.csproj", "{5D23DC7F-7E20-4E88-86A8-3D822A9BE52C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Peregrine.Tests", "experiments\Peregrine\Peregrine.Tests\Peregrine.Tests.csproj", "{9BFE1DCB-396C-480A-9827-854E75B41BE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7FA56803-EFBD-4028-8067-33F9608E7821}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FA56803-EFBD-4028-8067-33F9608E7821}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FA56803-EFBD-4028-8067-33F9608E7821}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FA56803-EFBD-4028-8067-33F9608E7821}.Release|Any CPU.Build.0 = Release|Any CPU
{5D23DC7F-7E20-4E88-86A8-3D822A9BE52C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D23DC7F-7E20-4E88-86A8-3D822A9BE52C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D23DC7F-7E20-4E88-86A8-3D822A9BE52C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D23DC7F-7E20-4E88-86A8-3D822A9BE52C}.Release|Any CPU.Build.0 = Release|Any CPU
{9BFE1DCB-396C-480A-9827-854E75B41BE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BFE1DCB-396C-480A-9827-854E75B41BE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BFE1DCB-396C-480A-9827-854E75B41BE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BFE1DCB-396C-480A-9827-854E75B41BE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5D23DC7F-7E20-4E88-86A8-3D822A9BE52C} = {F5A90C0E-9ECD-4338-9749-03B3004C2D02}
{9BFE1DCB-396C-480A-9827-854E75B41BE0} = {F5A90C0E-9ECD-4338-9749-03B3004C2D02}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {29C6A361-AEF7-4B3C-BD61-6225B47CBF91}
EndGlobalSection
EndGlobal