forked from litedb-org/LiteDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LiteDB.NetStandard.sln
113 lines (113 loc) · 7.35 KB
/
LiteDB.NetStandard.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F87962C9-71AE-4DAE-8E99-5432261B6A39}"
ProjectSection(SolutionItems) = preProject
LiteDB.nuspec = LiteDB.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteDB.NetStandard", "LiteDB\LiteDB.NetStandard.csproj", "{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LiteDB.Tests.NetStandard", "LiteDB.Tests\LiteDB.Tests.NetStandard.csproj", "{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Any CPU = AppStore|Any CPU
AppStore|ARM = AppStore|ARM
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|x64 = AppStore|x64
AppStore|x86 = AppStore|x86
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|Any CPU.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|ARM.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|ARM.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|iPhone.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|x64.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|x64.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|x86.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.AppStore|x86.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|ARM.ActiveCfg = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|ARM.Build.0 = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|iPhone.Build.0 = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|x64.ActiveCfg = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|x64.Build.0 = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|x86.ActiveCfg = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Debug|x86.Build.0 = Debug|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|Any CPU.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|ARM.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|ARM.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|iPhone.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|iPhone.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|x64.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|x64.Build.0 = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|x86.ActiveCfg = Release|Any CPU
{59BA13E6-C19B-4D8B-B504-FB5D0A1E27F3}.Release|x86.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|Any CPU.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|ARM.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|ARM.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|iPhone.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|x64.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|x64.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|x86.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.AppStore|x86.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|ARM.ActiveCfg = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|ARM.Build.0 = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|iPhone.Build.0 = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|x64.ActiveCfg = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|x64.Build.0 = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|x86.ActiveCfg = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Debug|x86.Build.0 = Debug|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|Any CPU.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|ARM.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|ARM.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|iPhone.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|iPhone.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|x64.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|x64.Build.0 = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|x86.ActiveCfg = Release|Any CPU
{BCC55ED6-CE7B-4811-979C-FE74B3A2D6AE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal