forked from warrenfalk/rocksdb-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRocksDbSharp.sln
More file actions
71 lines (71 loc) · 4.97 KB
/
RocksDbSharp.sln
File metadata and controls
71 lines (71 loc) · 4.97 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RocksDbSharpNet45", "net45\RocksDbSharpNet45.csproj", "{5103223C-2F0A-4683-A9BC-3C692749E12B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleExampleLowLevel", "examples\SimpleExampleLowLevel\SimpleExampleLowLevel.csproj", "{904017BB-5660-418B-B132-46EA6DF54788}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleExampleHighLevel", "examples\SimpleExampleHighLevel\SimpleExampleHighLevel.csproj", "{3504FBA2-3EB1-4B50-9E73-92E7923839B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrefixExample", "examples\PrefixExample\PrefixExample.csproj", "{8731668E-3F6B-4B6D-BC95-552804EDDB4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColumnFamilyExample", "examples\ColumnFamilyExample\ColumnFamilyExample.csproj", "{AF539614-596B-4271-B1BC-A96F58B22329}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RocksDbSharpTest", "tests\RocksDbSharpTest\RocksDbSharpTest.csproj", "{044901FD-A7BA-48A9-A5BE-8CB40A13CE02}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "RocksDbSharp", "shared\RocksDbSharp.shproj", "{45107CCE-783A-4B27-A525-3E41502EA713}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "netcoreapp1.0", "netcoreapp1.0\netcoreapp1.0.csproj", "{84475E5D-3CC1-44A2-AEE9-ED2757869019}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RocksDbSharpNet40", "net40\RocksDbSharpNet40.csproj", "{C6B7B557-2090-4AED-9E5B-82933C4DCC19}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
shared\RocksDbSharp.projitems*{45107cce-783a-4b27-a525-3e41502ea713}*SharedItemsImports = 13
shared\RocksDbSharp.projitems*{5103223c-2f0a-4683-a9bc-3c692749e12b}*SharedItemsImports = 4
shared\RocksDbSharp.projitems*{c6b7b557-2090-4aed-9e5b-82933c4dcc19}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5103223C-2F0A-4683-A9BC-3C692749E12B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5103223C-2F0A-4683-A9BC-3C692749E12B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5103223C-2F0A-4683-A9BC-3C692749E12B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5103223C-2F0A-4683-A9BC-3C692749E12B}.Release|Any CPU.Build.0 = Release|Any CPU
{904017BB-5660-418B-B132-46EA6DF54788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{904017BB-5660-418B-B132-46EA6DF54788}.Debug|Any CPU.Build.0 = Debug|Any CPU
{904017BB-5660-418B-B132-46EA6DF54788}.Release|Any CPU.ActiveCfg = Release|Any CPU
{904017BB-5660-418B-B132-46EA6DF54788}.Release|Any CPU.Build.0 = Release|Any CPU
{3504FBA2-3EB1-4B50-9E73-92E7923839B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3504FBA2-3EB1-4B50-9E73-92E7923839B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3504FBA2-3EB1-4B50-9E73-92E7923839B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3504FBA2-3EB1-4B50-9E73-92E7923839B0}.Release|Any CPU.Build.0 = Release|Any CPU
{8731668E-3F6B-4B6D-BC95-552804EDDB4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8731668E-3F6B-4B6D-BC95-552804EDDB4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8731668E-3F6B-4B6D-BC95-552804EDDB4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8731668E-3F6B-4B6D-BC95-552804EDDB4D}.Release|Any CPU.Build.0 = Release|Any CPU
{AF539614-596B-4271-B1BC-A96F58B22329}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF539614-596B-4271-B1BC-A96F58B22329}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF539614-596B-4271-B1BC-A96F58B22329}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF539614-596B-4271-B1BC-A96F58B22329}.Release|Any CPU.Build.0 = Release|Any CPU
{044901FD-A7BA-48A9-A5BE-8CB40A13CE02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{044901FD-A7BA-48A9-A5BE-8CB40A13CE02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{044901FD-A7BA-48A9-A5BE-8CB40A13CE02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{044901FD-A7BA-48A9-A5BE-8CB40A13CE02}.Release|Any CPU.Build.0 = Release|Any CPU
{84475E5D-3CC1-44A2-AEE9-ED2757869019}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84475E5D-3CC1-44A2-AEE9-ED2757869019}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84475E5D-3CC1-44A2-AEE9-ED2757869019}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84475E5D-3CC1-44A2-AEE9-ED2757869019}.Release|Any CPU.Build.0 = Release|Any CPU
{C6B7B557-2090-4AED-9E5B-82933C4DCC19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6B7B557-2090-4AED-9E5B-82933C4DCC19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6B7B557-2090-4AED-9E5B-82933C4DCC19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6B7B557-2090-4AED-9E5B-82933C4DCC19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal