-
Notifications
You must be signed in to change notification settings - Fork 4
/
MiNET.LevelDB.sln
58 lines (58 loc) · 3.12 KB
/
MiNET.LevelDB.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
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiNET.LevelDB", "MiNET.LevelDB\MiNET.LevelDB.csproj", "{FA52BD45-E8C3-4395-A1FB-0088F73F2570}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiNET.LevelDB.Console", "MiNET.LevelDB.Console\MiNET.LevelDB.Console.csproj", "{601EA571-F13C-4716-8EE8-95FBBB5FEC5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiNET.LevelDB.Benchmarks", "MiNET.LevelDB.Benchmarks\MiNET.LevelDB.Benchmarks.csproj", "{D57F4082-74ED-4829-99E8-F6F927646CE2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{842B239C-0760-42FA-8EA9-4BDF014183CA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
notes.txt = notes.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiNET.LevelDB.Tests", "MiNET.LevelDB.Tests\MiNET.LevelDB.Tests.csproj", "{3B681E8B-627A-4402-AA57-DB53F391C1D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA52BD45-E8C3-4395-A1FB-0088F73F2570}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA52BD45-E8C3-4395-A1FB-0088F73F2570}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA52BD45-E8C3-4395-A1FB-0088F73F2570}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA52BD45-E8C3-4395-A1FB-0088F73F2570}.Release|Any CPU.Build.0 = Release|Any CPU
{601EA571-F13C-4716-8EE8-95FBBB5FEC5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{601EA571-F13C-4716-8EE8-95FBBB5FEC5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{601EA571-F13C-4716-8EE8-95FBBB5FEC5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{601EA571-F13C-4716-8EE8-95FBBB5FEC5C}.Release|Any CPU.Build.0 = Release|Any CPU
{D57F4082-74ED-4829-99E8-F6F927646CE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D57F4082-74ED-4829-99E8-F6F927646CE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D57F4082-74ED-4829-99E8-F6F927646CE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D57F4082-74ED-4829-99E8-F6F927646CE2}.Release|Any CPU.Build.0 = Release|Any CPU
{3B681E8B-627A-4402-AA57-DB53F391C1D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B681E8B-627A-4402-AA57-DB53F391C1D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B681E8B-627A-4402-AA57-DB53F391C1D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B681E8B-627A-4402-AA57-DB53F391C1D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E263C6D-FB2C-445A-8559-4C2AE13BF346}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal