~ubuntu-branches/ubuntu/quantal/smuxi/quantal

« back to all changes in this revision

Viewing changes to .pc/build_db4o_with_default_compiler.patch/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o-2008.csproj

  • Committer: Package Import Robot
  • Author(s): Mirco Bauer
  • Date: 2012-01-07 12:13:22 UTC
  • mfrom: (1.1.9) (22.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120107121322-x3tav345lpck4ty2
Tags: 0.8.9.1-3
* [7cd3a08] Ignore secur32(.dll) ModuleRef for dh_clideps
* [0055fc3] Added missing ncurses dllmap for smuxi-frontend-stfl.exe

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="3.5">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>9.0.30729</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{600CD3BF-2ED2-4183-87F7-ADD78A968AE0}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>Db4objects.Db4o</RootNamespace>
 
12
    <AssemblyName>Db4objects.Db4o</AssemblyName>
 
13
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
14
    <FileAlignment>512</FileAlignment>
 
15
    
 
16
    
 
17
  
 
18
 
 
19
 
 
20
 
 
21
 
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
<SignAssembly>true</SignAssembly>
 
38
<AssemblyOriginatorKeyFile>../db4objects.snk</AssemblyOriginatorKeyFile>
 
39
</PropertyGroup>
 
40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
41
    <DebugSymbols>true</DebugSymbols>
 
42
    <DebugType>full</DebugType>
 
43
    <Optimize>false</Optimize>
 
44
    <OutputPath>bin\Debug\</OutputPath>
 
45
    <DefineConstants>TRACE;DEBUG;NET_3_5</DefineConstants>
 
46
    <ErrorReport>prompt</ErrorReport>
 
47
    <WarningLevel>4</WarningLevel>
 
48
    <DocumentationFile>bin\Debug\Db4objects.Db4o.xml</DocumentationFile>
 
49
    <NoWarn>1591;1572;1573;1574;0419;</NoWarn>
 
50
  </PropertyGroup>
 
51
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
52
    <DebugType>full</DebugType>
 
53
    <Optimize>true</Optimize>
 
54
    <OutputPath>bin\Release\</OutputPath>
 
55
    <DefineConstants>TRACE;NET_3_5</DefineConstants>
 
56
    <ErrorReport>prompt</ErrorReport>
 
57
    <WarningLevel>4</WarningLevel>
 
58
    <NoWarn>1591;1572;1573;1574;0419;</NoWarn>
 
59
    <DocumentationFile>bin\Release\Db4objects.Db4o.xml</DocumentationFile>
 
60
    <DebugSymbols>true</DebugSymbols>
 
61
  </PropertyGroup>
 
62
  <ItemGroup>
 
63
    <Reference Include="System"/>
 
64
    <Reference Include="System.Core">
 
65
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
66
    </Reference>
 
67
    <Reference Include="System.Data"/>
 
68
    <Reference Include="System.Xml"/>
 
69
  </ItemGroup>
 
70
  <ItemGroup>
 
71
<Compile Include="Db4objects.Db4o\Activation\ActivationPurpose.cs"/>
 
72
<Compile Include="Db4objects.Db4o\Activation\IActivator.cs"/>
 
73
<Compile Include="Db4objects.Db4o\Collections\ArrayDictionary4.cs"/>
 
74
<Compile Include="Db4objects.Db4o\Collections\ArrayList4.cs"/>
 
75
<Compile Include="Db4objects.Db4o\Collections\CollectionFactory.cs"/>
 
76
<Compile Include="Db4objects.Db4o\Config\ConfigScope.cs"/>
 
77
<Compile Include="Db4objects.Db4o\Config\Encoding\IStringEncoding.cs"/>
 
78
<Compile Include="Db4objects.Db4o\Config\Encoding\StringEncodings.cs"/>
 
79
<Compile Include="Db4objects.Db4o\Config\Entry.cs"/>
 
80
<Compile Include="Db4objects.Db4o\Config\GlobalOnlyConfigException.cs"/>
 
81
<Compile Include="Db4objects.Db4o\Config\IAlias.cs"/>
 
82
<Compile Include="Db4objects.Db4o\Config\ICacheConfiguration.cs"/>
 
83
<Compile Include="Db4objects.Db4o\Config\ICacheConfigurationProvider.cs"/>
 
84
<Compile Include="Db4objects.Db4o\Config\IClientServerConfiguration.cs"/>
 
85
<Compile Include="Db4objects.Db4o\Config\ICommonConfiguration.cs"/>
 
86
<Compile Include="Db4objects.Db4o\Config\ICommonConfigurationProvider.cs"/>
 
87
<Compile Include="Db4objects.Db4o\Config\ICompare.cs"/>
 
88
<Compile Include="Db4objects.Db4o\Config\IConfiguration.cs"/>
 
89
<Compile Include="Db4objects.Db4o\Config\IConfigurationItem.cs"/>
 
90
<Compile Include="Db4objects.Db4o\Config\IEmbeddedConfiguration.cs"/>
 
91
<Compile Include="Db4objects.Db4o\Config\IEmbeddedConfigurationItem.cs"/>
 
92
<Compile Include="Db4objects.Db4o\Config\IEnvironmentConfiguration.cs"/>
 
93
<Compile Include="Db4objects.Db4o\Config\IFileConfiguration.cs"/>
 
94
<Compile Include="Db4objects.Db4o\Config\IFileConfigurationProvider.cs"/>
 
95
<Compile Include="Db4objects.Db4o\Config\IFreespaceConfiguration.cs"/>
 
96
<Compile Include="Db4objects.Db4o\Config\IFreespaceFiller.cs"/>
 
97
<Compile Include="Db4objects.Db4o\Config\IIdSystemConfiguration.cs"/>
 
98
<Compile Include="Db4objects.Db4o\Config\IIdSystemConfigurationProvider.cs"/>
 
99
<Compile Include="Db4objects.Db4o\Config\IIdSystemFactory.cs"/>
 
100
<Compile Include="Db4objects.Db4o\Config\ILegacyClientServerFactory.cs"/>
 
101
<Compile Include="Db4objects.Db4o\Config\INameProvider.cs"/>
 
102
<Compile Include="Db4objects.Db4o\Config\IObjectAttribute.cs"/>
 
103
<Compile Include="Db4objects.Db4o\Config\IObjectClass.cs"/>
 
104
<Compile Include="Db4objects.Db4o\Config\IObjectConstructor.cs"/>
 
105
<Compile Include="Db4objects.Db4o\Config\IObjectField.cs"/>
 
106
<Compile Include="Db4objects.Db4o\Config\IObjectTranslator.cs"/>
 
107
<Compile Include="Db4objects.Db4o\Config\IQueryConfiguration.cs"/>
 
108
<Compile Include="Db4objects.Db4o\Config\QueryEvaluationMode.cs"/>
 
109
<Compile Include="Db4objects.Db4o\Config\SimpleNameProvider.cs"/>
 
110
<Compile Include="Db4objects.Db4o\Config\TNull.cs"/>
 
111
<Compile Include="Db4objects.Db4o\Config\TypeAlias.cs"/>
 
112
<Compile Include="Db4objects.Db4o\Config\WildcardAlias.cs"/>
 
113
<Compile Include="Db4objects.Db4o\Constraints\ConstraintViolationException.cs"/>
 
114
<Compile Include="Db4objects.Db4o\Constraints\UniqueFieldValueConstraint.cs"/>
 
115
<Compile Include="Db4objects.Db4o\Constraints\UniqueFieldValueConstraintViolationException.cs"/>
 
116
<Compile Include="Db4objects.Db4o\CorruptionException.cs"/>
 
117
<Compile Include="Db4objects.Db4o\DTrace.cs"/>
 
118
<Compile Include="Db4objects.Db4o\Db4oEmbedded.cs"/>
 
119
<Compile Include="Db4objects.Db4o\Db4oFactory.cs"/>
 
120
<Compile Include="Db4objects.Db4o\Db4oVersion.cs"/>
 
121
<Compile Include="Db4objects.Db4o\Debug4.cs"/>
 
122
<Compile Include="Db4objects.Db4o\Defragment\AbstractIdMapping.cs"/>
 
123
<Compile Include="Db4objects.Db4o\Defragment\DatabaseIdMapping.cs"/>
 
124
<Compile Include="Db4objects.Db4o\Defragment\Defragment.cs"/>
 
125
<Compile Include="Db4objects.Db4o\Defragment\DefragmentConfig.cs"/>
 
126
<Compile Include="Db4objects.Db4o\Defragment\DefragmentInfo.cs"/>
 
127
<Compile Include="Db4objects.Db4o\Defragment\DefragmentServicesImpl.cs"/>
 
128
<Compile Include="Db4objects.Db4o\Defragment\FirstPassCommand.cs"/>
 
129
<Compile Include="Db4objects.Db4o\Defragment\IDMappingCollector.cs"/>
 
130
<Compile Include="Db4objects.Db4o\Defragment\IDefragmentListener.cs"/>
 
131
<Compile Include="Db4objects.Db4o\Defragment\IDefragmentServices.cs"/>
 
132
<Compile Include="Db4objects.Db4o\Defragment\IIdMapping.cs"/>
 
133
<Compile Include="Db4objects.Db4o\Defragment\IStoredClassFilter.cs"/>
 
134
<Compile Include="Db4objects.Db4o\Defragment\InMemoryIdMapping.cs"/>
 
135
<Compile Include="Db4objects.Db4o\Defragment\PassCommand.cs"/>
 
136
<Compile Include="Db4objects.Db4o\Defragment\SecondPassCommand.cs"/>
 
137
<Compile Include="Db4objects.Db4o\Deploy.cs"/>
 
138
<Compile Include="Db4objects.Db4o\Diagnostic\ClassHasNoFields.cs"/>
 
139
<Compile Include="Db4objects.Db4o\Diagnostic\DefragmentRecommendation.cs"/>
 
140
<Compile Include="Db4objects.Db4o\Diagnostic\DeletionFailed.cs"/>
 
141
<Compile Include="Db4objects.Db4o\Diagnostic\DescendIntoTranslator.cs"/>
 
142
<Compile Include="Db4objects.Db4o\Diagnostic\DiagnosticBase.cs"/>
 
143
<Compile Include="Db4objects.Db4o\Diagnostic\DiagnosticToConsole.cs"/>
 
144
<Compile Include="Db4objects.Db4o\Diagnostic\IDiagnostic.cs"/>
 
145
<Compile Include="Db4objects.Db4o\Diagnostic\IDiagnosticConfiguration.cs"/>
 
146
<Compile Include="Db4objects.Db4o\Diagnostic\IDiagnosticListener.cs"/>
 
147
<Compile Include="Db4objects.Db4o\Diagnostic\LoadedFromClassIndex.cs"/>
 
148
<Compile Include="Db4objects.Db4o\Diagnostic\MissingClass.cs"/>
 
149
<Compile Include="Db4objects.Db4o\Diagnostic\NativeQueryNotOptimized.cs"/>
 
150
<Compile Include="Db4objects.Db4o\Diagnostic\NativeQueryOptimizerNotLoaded.cs"/>
 
151
<Compile Include="Db4objects.Db4o\Diagnostic\ObjectFieldDoesNotExist.cs"/>
 
152
<Compile Include="Db4objects.Db4o\Diagnostic\UpdateDepthGreaterOne.cs"/>
 
153
<Compile Include="Db4objects.Db4o\Events\CancellableObjectEventArgs.cs"/>
 
154
<Compile Include="Db4objects.Db4o\Events\ClassEventArgs.cs"/>
 
155
<Compile Include="Db4objects.Db4o\Events\CommitEventArgs.cs"/>
 
156
<Compile Include="Db4objects.Db4o\Events\EventException.cs"/>
 
157
<Compile Include="Db4objects.Db4o\Events\EventRegistryFactory.cs"/>
 
158
<Compile Include="Db4objects.Db4o\Events\ICancellableEventArgs.cs"/>
 
159
<Compile Include="Db4objects.Db4o\Events\IEventRegistry.cs"/>
 
160
<Compile Include="Db4objects.Db4o\Events\ObjectContainerEventArgs.cs"/>
 
161
<Compile Include="Db4objects.Db4o\Events\ObjectEventArgs.cs"/>
 
162
<Compile Include="Db4objects.Db4o\Events\ObjectInfoEventArgs.cs"/>
 
163
<Compile Include="Db4objects.Db4o\Events\QueryEventArgs.cs"/>
 
164
<Compile Include="Db4objects.Db4o\Events\StringEventArgs.cs"/>
 
165
<Compile Include="Db4objects.Db4o\Events\TransactionalEventArgs.cs"/>
 
166
<Compile Include="Db4objects.Db4o\Ext\BackupInProgressException.cs"/>
 
167
<Compile Include="Db4objects.Db4o\Ext\CompositeDb4oException.cs"/>
 
168
<Compile Include="Db4objects.Db4o\Ext\DatabaseClosedException.cs"/>
 
169
<Compile Include="Db4objects.Db4o\Ext\DatabaseFileLockedException.cs"/>
 
170
<Compile Include="Db4objects.Db4o\Ext\DatabaseMaximumSizeReachedException.cs"/>
 
171
<Compile Include="Db4objects.Db4o\Ext\DatabaseReadOnlyException.cs"/>
 
172
<Compile Include="Db4objects.Db4o\Ext\Db4oDatabase.cs"/>
 
173
<Compile Include="Db4objects.Db4o\Ext\Db4oException.cs"/>
 
174
<Compile Include="Db4objects.Db4o\Ext\Db4oFatalException.cs"/>
 
175
<Compile Include="Db4objects.Db4o\Ext\Db4oFileHeaderCorruptionException.cs"/>
 
176
<Compile Include="Db4objects.Db4o\Ext\Db4oIOException.cs"/>
 
177
<Compile Include="Db4objects.Db4o\Ext\Db4oIllegalStateException.cs"/>
 
178
<Compile Include="Db4objects.Db4o\Ext\Db4oRecoverableException.cs"/>
 
179
<Compile Include="Db4objects.Db4o\Ext\Db4oUUID.cs"/>
 
180
<Compile Include="Db4objects.Db4o\Ext\Db4oUnexpectedException.cs"/>
 
181
<Compile Include="Db4objects.Db4o\Ext\EmergencyShutdownReadOnlyException.cs"/>
 
182
<Compile Include="Db4objects.Db4o\Ext\IDb4oCallback.cs"/>
 
183
<Compile Include="Db4objects.Db4o\Ext\IExtClient.cs"/>
 
184
<Compile Include="Db4objects.Db4o\Ext\IExtObjectContainer.cs"/>
 
185
<Compile Include="Db4objects.Db4o\Ext\IExtObjectServer.cs"/>
 
186
<Compile Include="Db4objects.Db4o\Ext\IExtObjectSet.cs"/>
 
187
<Compile Include="Db4objects.Db4o\Ext\IObjectCallbacks.cs"/>
 
188
<Compile Include="Db4objects.Db4o\Ext\IObjectInfo.cs"/>
 
189
<Compile Include="Db4objects.Db4o\Ext\IObjectInfoCollection.cs"/>
 
190
<Compile Include="Db4objects.Db4o\Ext\IStoredClass.cs"/>
 
191
<Compile Include="Db4objects.Db4o\Ext\IStoredField.cs"/>
 
192
<Compile Include="Db4objects.Db4o\Ext\ISystemInfo.cs"/>
 
193
<Compile Include="Db4objects.Db4o\Ext\IncompatibleFileFormatException.cs"/>
 
194
<Compile Include="Db4objects.Db4o\Ext\InvalidIDException.cs"/>
 
195
<Compile Include="Db4objects.Db4o\Ext\InvalidPasswordException.cs"/>
 
196
<Compile Include="Db4objects.Db4o\Ext\InvalidSlotException.cs"/>
 
197
<Compile Include="Db4objects.Db4o\Ext\ObjectNotStorableException.cs"/>
 
198
<Compile Include="Db4objects.Db4o\Ext\OldFormatException.cs"/>
 
199
<Compile Include="Db4objects.Db4o\Ext\Status.cs"/>
 
200
<Compile Include="Db4objects.Db4o\Ext\UnsupportedOldFormatException.cs"/>
 
201
<Compile Include="Db4objects.Db4o\Ext\VirtualField.cs"/>
 
202
<Compile Include="Db4objects.Db4o\Foundation\AbstractTreeIterator.cs"/>
 
203
<Compile Include="Db4objects.Db4o\Foundation\Algorithms4.cs"/>
 
204
<Compile Include="Db4objects.Db4o\Foundation\ArrayIterator4.cs"/>
 
205
<Compile Include="Db4objects.Db4o\Foundation\Arrays4.cs"/>
 
206
<Compile Include="Db4objects.Db4o\Foundation\AutoStopWatch.cs"/>
 
207
<Compile Include="Db4objects.Db4o\Foundation\BitMap4.cs"/>
 
208
<Compile Include="Db4objects.Db4o\Foundation\BlockingQueue.cs"/>
 
209
<Compile Include="Db4objects.Db4o\Foundation\BlockingQueueStoppedException.cs"/>
 
210
<Compile Include="Db4objects.Db4o\Foundation\BooleanByRef.cs"/>
 
211
<Compile Include="Db4objects.Db4o\Foundation\ByRef.cs"/>
 
212
<Compile Include="Db4objects.Db4o\Foundation\CircularBuffer4.cs"/>
 
213
<Compile Include="Db4objects.Db4o\Foundation\CircularIntBuffer4.cs"/>
 
214
<Compile Include="Db4objects.Db4o\Foundation\CircularLongBuffer4.cs"/>
 
215
<Compile Include="Db4objects.Db4o\Foundation\Collection4.cs"/>
 
216
<Compile Include="Db4objects.Db4o\Foundation\Collection4Iterator.cs"/>
 
217
<Compile Include="Db4objects.Db4o\Foundation\Collections4.cs"/>
 
218
<Compile Include="Db4objects.Db4o\Foundation\CompositeIterable4.cs"/>
 
219
<Compile Include="Db4objects.Db4o\Foundation\CompositeIterator4.cs"/>
 
220
<Compile Include="Db4objects.Db4o\Foundation\DelegatingBlockingQueue.cs"/>
 
221
<Compile Include="Db4objects.Db4o\Foundation\DynamicVariable.cs"/>
 
222
<Compile Include="Db4objects.Db4o\Foundation\EnumerateIterator.cs"/>
 
223
<Compile Include="Db4objects.Db4o\Foundation\Environments.cs"/>
 
224
<Compile Include="Db4objects.Db4o\Foundation\FilteredIterator.cs"/>
 
225
<Compile Include="Db4objects.Db4o\Foundation\FlatteningIterator.cs"/>
 
226
<Compile Include="Db4objects.Db4o\Foundation\FunctionApplicationIterator.cs"/>
 
227
<Compile Include="Db4objects.Db4o\Foundation\HashSet4.cs"/>
 
228
<Compile Include="Db4objects.Db4o\Foundation\Hashtable4.cs"/>
 
229
<Compile Include="Db4objects.Db4o\Foundation\HashtableBase.cs"/>
 
230
<Compile Include="Db4objects.Db4o\Foundation\HashtableByteArrayEntry.cs"/>
 
231
<Compile Include="Db4objects.Db4o\Foundation\HashtableIdentityEntry.cs"/>
 
232
<Compile Include="Db4objects.Db4o\Foundation\HashtableIntEntry.cs"/>
 
233
<Compile Include="Db4objects.Db4o\Foundation\HashtableIterator.cs"/>
 
234
<Compile Include="Db4objects.Db4o\Foundation\HashtableLongEntry.cs"/>
 
235
<Compile Include="Db4objects.Db4o\Foundation\HashtableObjectEntry.cs"/>
 
236
<Compile Include="Db4objects.Db4o\Foundation\IArrayFactory.cs"/>
 
237
<Compile Include="Db4objects.Db4o\Foundation\IBlock4.cs"/>
 
238
<Compile Include="Db4objects.Db4o\Foundation\IBlockingQueue4.cs"/>
 
239
<Compile Include="Db4objects.Db4o\Foundation\ICancellableVisitor4.cs"/>
 
240
<Compile Include="Db4objects.Db4o\Foundation\IClosure4.cs"/>
 
241
<Compile Include="Db4objects.Db4o\Foundation\IComparison4.cs"/>
 
242
<Compile Include="Db4objects.Db4o\Foundation\IDeepClone.cs"/>
 
243
<Compile Include="Db4objects.Db4o\Foundation\IEntry4.cs"/>
 
244
<Compile Include="Db4objects.Db4o\Foundation\IEnvironment.cs"/>
 
245
<Compile Include="Db4objects.Db4o\Foundation\IFixedSizeIntIterator4.cs"/>
 
246
<Compile Include="Db4objects.Db4o\Foundation\IFunction4.cs"/>
 
247
<Compile Include="Db4objects.Db4o\Foundation\IIntComparator.cs"/>
 
248
<Compile Include="Db4objects.Db4o\Foundation\IIntIterator4.cs"/>
 
249
<Compile Include="Db4objects.Db4o\Foundation\IIntObjectVisitor.cs"/>
 
250
<Compile Include="Db4objects.Db4o\Foundation\IListener4.cs"/>
 
251
<Compile Include="Db4objects.Db4o\Foundation\IMap4.cs"/>
 
252
<Compile Include="Db4objects.Db4o\Foundation\IObjectPool.cs"/>
 
253
<Compile Include="Db4objects.Db4o\Foundation\IPausableBlockingQueue4.cs"/>
 
254
<Compile Include="Db4objects.Db4o\Foundation\IPredicate4.cs"/>
 
255
<Compile Include="Db4objects.Db4o\Foundation\IPreparedComparison.cs"/>
 
256
<Compile Include="Db4objects.Db4o\Foundation\IProcedure4.cs"/>
 
257
<Compile Include="Db4objects.Db4o\Foundation\IQueue4.cs"/>
 
258
<Compile Include="Db4objects.Db4o\Foundation\ISequence4.cs"/>
 
259
<Compile Include="Db4objects.Db4o\Foundation\ISet4.cs"/>
 
260
<Compile Include="Db4objects.Db4o\Foundation\IShallowClone.cs"/>
 
261
<Compile Include="Db4objects.Db4o\Foundation\ISortable4.cs"/>
 
262
<Compile Include="Db4objects.Db4o\Foundation\ITimeoutBlockingQueue4.cs"/>
 
263
<Compile Include="Db4objects.Db4o\Foundation\IVisitable.cs"/>
 
264
<Compile Include="Db4objects.Db4o\Foundation\IVisitor4.cs"/>
 
265
<Compile Include="Db4objects.Db4o\Foundation\IdentityHashtable4.cs"/>
 
266
<Compile Include="Db4objects.Db4o\Foundation\IdentitySet4.cs"/>
 
267
<Compile Include="Db4objects.Db4o\Foundation\IndexedIterator.cs"/>
 
268
<Compile Include="Db4objects.Db4o\Foundation\IntArrayByRef.cs"/>
 
269
<Compile Include="Db4objects.Db4o\Foundation\IntArrayList.cs"/>
 
270
<Compile Include="Db4objects.Db4o\Foundation\IntByRef.cs"/>
 
271
<Compile Include="Db4objects.Db4o\Foundation\IntIdGenerator.cs"/>
 
272
<Compile Include="Db4objects.Db4o\Foundation\IntIterator4Adaptor.cs"/>
 
273
<Compile Include="Db4objects.Db4o\Foundation\IntIterator4Impl.cs"/>
 
274
<Compile Include="Db4objects.Db4o\Foundation\IntIterators.cs"/>
 
275
<Compile Include="Db4objects.Db4o\Foundation\InvalidIteratorException.cs"/>
 
276
<Compile Include="Db4objects.Db4o\Foundation\Iterable4Adaptor.cs"/>
 
277
<Compile Include="Db4objects.Db4o\Foundation\Iterator4Impl.cs"/>
 
278
<Compile Include="Db4objects.Db4o\Foundation\Iterators.cs"/>
 
279
<Compile Include="Db4objects.Db4o\Foundation\KeySpec.cs"/>
 
280
<Compile Include="Db4objects.Db4o\Foundation\KeySpecHashtable4.cs"/>
 
281
<Compile Include="Db4objects.Db4o\Foundation\List4.cs"/>
 
282
<Compile Include="Db4objects.Db4o\Foundation\ListenerRegistry.cs"/>
 
283
<Compile Include="Db4objects.Db4o\Foundation\LongByRef.cs"/>
 
284
<Compile Include="Db4objects.Db4o\Foundation\MappingIterator.cs"/>
 
285
<Compile Include="Db4objects.Db4o\Foundation\NativeCollections.cs"/>
 
286
<Compile Include="Db4objects.Db4o\Foundation\No4.cs"/>
 
287
<Compile Include="Db4objects.Db4o\Foundation\NoDuplicatesQueue.cs"/>
 
288
<Compile Include="Db4objects.Db4o\Foundation\NonblockingQueue.cs"/>
 
289
<Compile Include="Db4objects.Db4o\Foundation\ObjectByRef.cs"/>
 
290
<Compile Include="Db4objects.Db4o\Foundation\Pair.cs"/>
 
291
<Compile Include="Db4objects.Db4o\Foundation\PausableBlockingQueue.cs"/>
 
292
<Compile Include="Db4objects.Db4o\Foundation\PrimitiveCodec.cs"/>
 
293
<Compile Include="Db4objects.Db4o\Foundation\Runnable4.cs"/>
 
294
<Compile Include="Db4objects.Db4o\Foundation\Runtime4.cs"/>
 
295
<Compile Include="Db4objects.Db4o\Foundation\RuntimeInterruptedException.cs"/>
 
296
<Compile Include="Db4objects.Db4o\Foundation\SimpleObjectPool.cs"/>
 
297
<Compile Include="Db4objects.Db4o\Foundation\SimpleTimer.cs"/>
 
298
<Compile Include="Db4objects.Db4o\Foundation\SingleValueIterator.cs"/>
 
299
<Compile Include="Db4objects.Db4o\Foundation\SortedCollection4.cs"/>
 
300
<Compile Include="Db4objects.Db4o\Foundation\Stack4.cs"/>
 
301
<Compile Include="Db4objects.Db4o\Foundation\StopWatch.cs"/>
 
302
<Compile Include="Db4objects.Db4o\Foundation\SubTypePredicate.cs"/>
 
303
<Compile Include="Db4objects.Db4o\Foundation\SynchronizedHashtable4.cs"/>
 
304
<Compile Include="Db4objects.Db4o\Foundation\SynchronizedIterator4.cs"/>
 
305
<Compile Include="Db4objects.Db4o\Foundation\TernaryBool.cs"/>
 
306
<Compile Include="Db4objects.Db4o\Foundation\ThreadLocal4.cs"/>
 
307
<Compile Include="Db4objects.Db4o\Foundation\TimeStampIdGenerator.cs"/>
 
308
<Compile Include="Db4objects.Db4o\Foundation\TimeoutBlockingQueue.cs"/>
 
309
<Compile Include="Db4objects.Db4o\Foundation\Tree.cs"/>
 
310
<Compile Include="Db4objects.Db4o\Foundation\TreeKeyIterator.cs"/>
 
311
<Compile Include="Db4objects.Db4o\Foundation\TreeNodeIterator.cs"/>
 
312
<Compile Include="Db4objects.Db4o\Foundation\TreeObject.cs"/>
 
313
<Compile Include="Db4objects.Db4o\IBlobStatus.cs"/>
 
314
<Compile Include="Db4objects.Db4o\IBlobTransport.cs"/>
 
315
<Compile Include="Db4objects.Db4o\IEmbeddedObjectContainer.cs"/>
 
316
<Compile Include="Db4objects.Db4o\IInternal4.cs"/>
 
317
<Compile Include="Db4objects.Db4o\IO\BinConfiguration.cs"/>
 
318
<Compile Include="Db4objects.Db4o\IO\BinDecorator.cs"/>
 
319
<Compile Include="Db4objects.Db4o\IO\BlockAwareBin.cs"/>
 
320
<Compile Include="Db4objects.Db4o\IO\BlockAwareBinWindow.cs"/>
 
321
<Compile Include="Db4objects.Db4o\IO\CachedIoAdapter.cs"/>
 
322
<Compile Include="Db4objects.Db4o\IO\CachingBin.cs"/>
 
323
<Compile Include="Db4objects.Db4o\IO\CachingStorage.cs"/>
 
324
<Compile Include="Db4objects.Db4o\IO\ConstantGrowthStrategy.cs"/>
 
325
<Compile Include="Db4objects.Db4o\IO\DoublingGrowthStrategy.cs"/>
 
326
<Compile Include="Db4objects.Db4o\IO\FileStorage.cs"/>
 
327
<Compile Include="Db4objects.Db4o\IO\IBin.cs"/>
 
328
<Compile Include="Db4objects.Db4o\IO\IBlockSize.cs"/>
 
329
<Compile Include="Db4objects.Db4o\IO\IGrowthStrategy.cs"/>
 
330
<Compile Include="Db4objects.Db4o\IO\IStorage.cs"/>
 
331
<Compile Include="Db4objects.Db4o\IO\IoAdapter.cs"/>
 
332
<Compile Include="Db4objects.Db4o\IO\IoAdapterStorage.cs"/>
 
333
<Compile Include="Db4objects.Db4o\IO\MemoryBin.cs"/>
 
334
<Compile Include="Db4objects.Db4o\IO\MemoryStorage.cs"/>
 
335
<Compile Include="Db4objects.Db4o\IO\NonFlushingStorage.cs"/>
 
336
<Compile Include="Db4objects.Db4o\IO\PagingMemoryBin.cs"/>
 
337
<Compile Include="Db4objects.Db4o\IO\PagingMemoryStorage.cs"/>
 
338
<Compile Include="Db4objects.Db4o\IO\RandomAccessFileAdapter.cs"/>
 
339
<Compile Include="Db4objects.Db4o\IO\ReadOnlyBin.cs"/>
 
340
<Compile Include="Db4objects.Db4o\IO\StorageDecorator.cs"/>
 
341
<Compile Include="Db4objects.Db4o\IO\SynchronizedBin.cs"/>
 
342
<Compile Include="Db4objects.Db4o\IO\ThreadedSyncBin.cs"/>
 
343
<Compile Include="Db4objects.Db4o\IO\VanillaIoAdapter.cs"/>
 
344
<Compile Include="Db4objects.Db4o\IObjectServer.cs"/>
 
345
<Compile Include="Db4objects.Db4o\IObjectSet.cs"/>
 
346
<Compile Include="Db4objects.Db4o\ITransactionAware.cs"/>
 
347
<Compile Include="Db4objects.Db4o\ITransactionListener.cs"/>
 
348
<Compile Include="Db4objects.Db4o\Internal\AbstractBufferContext.cs"/>
 
349
<Compile Include="Db4objects.Db4o\Internal\Activation\ActivatableBase.cs"/>
 
350
<Compile Include="Db4objects.Db4o\Internal\Activation\ActivationContext4.cs"/>
 
351
<Compile Include="Db4objects.Db4o\Internal\Activation\ActivationDepthImpl.cs"/>
 
352
<Compile Include="Db4objects.Db4o\Internal\Activation\ActivationMode.cs"/>
 
353
<Compile Include="Db4objects.Db4o\Internal\Activation\DepthUtil.cs"/>
 
354
<Compile Include="Db4objects.Db4o\Internal\Activation\DescendingActivationDepth.cs"/>
 
355
<Compile Include="Db4objects.Db4o\Internal\Activation\FixedActivationDepth.cs"/>
 
356
<Compile Include="Db4objects.Db4o\Internal\Activation\FixedUpdateDepth.cs"/>
 
357
<Compile Include="Db4objects.Db4o\Internal\Activation\FullActivationDepth.cs"/>
 
358
<Compile Include="Db4objects.Db4o\Internal\Activation\IActivationDepth.cs"/>
 
359
<Compile Include="Db4objects.Db4o\Internal\Activation\IActivationDepthProvider.cs"/>
 
360
<Compile Include="Db4objects.Db4o\Internal\Activation\IFixedDepth.cs"/>
 
361
<Compile Include="Db4objects.Db4o\Internal\Activation\IModifiedObjectQuery.cs"/>
 
362
<Compile Include="Db4objects.Db4o\Internal\Activation\ITransparentActivationDepthProvider.cs"/>
 
363
<Compile Include="Db4objects.Db4o\Internal\Activation\IUpdateDepth.cs"/>
 
364
<Compile Include="Db4objects.Db4o\Internal\Activation\IUpdateDepthProvider.cs"/>
 
365
<Compile Include="Db4objects.Db4o\Internal\Activation\LegacyActivationDepth.cs"/>
 
366
<Compile Include="Db4objects.Db4o\Internal\Activation\LegacyActivationDepthProvider.cs"/>
 
367
<Compile Include="Db4objects.Db4o\Internal\Activation\LegacyFixedUpdateDepth.cs"/>
 
368
<Compile Include="Db4objects.Db4o\Internal\Activation\LegacyUnspecifiedUpdateDepth.cs"/>
 
369
<Compile Include="Db4objects.Db4o\Internal\Activation\LegacyUpdateDepthProvider.cs"/>
 
370
<Compile Include="Db4objects.Db4o\Internal\Activation\NonDescendingActivationDepth.cs"/>
 
371
<Compile Include="Db4objects.Db4o\Internal\Activation\NullModifiedObjectQuery.cs"/>
 
372
<Compile Include="Db4objects.Db4o\Internal\Activation\TPFixedUpdateDepth.cs"/>
 
373
<Compile Include="Db4objects.Db4o\Internal\Activation\TPUnspecifiedUpdateDepth.cs"/>
 
374
<Compile Include="Db4objects.Db4o\Internal\Activation\TPUpdateDepthProvider.cs"/>
 
375
<Compile Include="Db4objects.Db4o\Internal\Activation\TransparentActivationDepthProviderImpl.cs"/>
 
376
<Compile Include="Db4objects.Db4o\Internal\Activation\UnknownActivationDepth.cs"/>
 
377
<Compile Include="Db4objects.Db4o\Internal\Activation\UnspecifiedUpdateDepth.cs"/>
 
378
<Compile Include="Db4objects.Db4o\Internal\ArrayType.cs"/>
 
379
<Compile Include="Db4objects.Db4o\Internal\BlobImpl.cs"/>
 
380
<Compile Include="Db4objects.Db4o\Internal\BlockSizeBlockConverter.cs"/>
 
381
<Compile Include="Db4objects.Db4o\Internal\Btree\AbstractBTreeRangeIterator.cs"/>
 
382
<Compile Include="Db4objects.Db4o\Internal\Btree\Algebra\BTreeAlgebra.cs"/>
 
383
<Compile Include="Db4objects.Db4o\Internal\Btree\Algebra\BTreeRangeOperation.cs"/>
 
384
<Compile Include="Db4objects.Db4o\Internal\Btree\Algebra\BTreeRangeSingleIntersect.cs"/>
 
385
<Compile Include="Db4objects.Db4o\Internal\Btree\Algebra\BTreeRangeSingleOperation.cs"/>
 
386
<Compile Include="Db4objects.Db4o\Internal\Btree\Algebra\BTreeRangeSingleUnion.cs"/>
 
387
<Compile Include="Db4objects.Db4o\Internal\Btree\Algebra\BTreeRangeUnionIntersect.cs"/>
 
388
<Compile Include="Db4objects.Db4o\Internal\Btree\Algebra\BTreeRangeUnionOperation.cs"/>
 
389
<Compile Include="Db4objects.Db4o\Internal\Btree\Algebra\BTreeRangeUnionUnion.cs"/>
 
390
<Compile Include="Db4objects.Db4o\Internal\Btree\BTree.cs"/>
 
391
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeAdd.cs"/>
 
392
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeCancelledRemoval.cs"/>
 
393
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeConfiguration.cs"/>
 
394
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeIterator.cs"/>
 
395
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeNode.cs"/>
 
396
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeNodeCacheEntry.cs"/>
 
397
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeNodeSearchResult.cs"/>
 
398
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreePatch.cs"/>
 
399
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreePointer.cs"/>
 
400
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeRangeKeyIterator.cs"/>
 
401
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeRangePointerIterator.cs"/>
 
402
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeRangeSingle.cs"/>
 
403
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeRangeUnion.cs"/>
 
404
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeRemove.cs"/>
 
405
<Compile Include="Db4objects.Db4o\Internal\Btree\BTreeUpdate.cs"/>
 
406
<Compile Include="Db4objects.Db4o\Internal\Btree\FieldIndexKeyHandler.cs"/>
 
407
<Compile Include="Db4objects.Db4o\Internal\Btree\FieldIndexKeyImpl.cs"/>
 
408
<Compile Include="Db4objects.Db4o\Internal\Btree\IBTreeRange.cs"/>
 
409
<Compile Include="Db4objects.Db4o\Internal\Btree\IBTreeRangeVisitor.cs"/>
 
410
<Compile Include="Db4objects.Db4o\Internal\Btree\IBTreeStructureListener.cs"/>
 
411
<Compile Include="Db4objects.Db4o\Internal\Btree\IFieldIndexKey.cs"/>
 
412
<Compile Include="Db4objects.Db4o\Internal\Btree\SearchTarget.cs"/>
 
413
<Compile Include="Db4objects.Db4o\Internal\Btree\Searcher.cs"/>
 
414
<Compile Include="Db4objects.Db4o\Internal\ByteArrayBuffer.cs"/>
 
415
<Compile Include="Db4objects.Db4o\Internal\Caching\CacheFactory.cs"/>
 
416
<Compile Include="Db4objects.Db4o\Internal\Caching\CacheStatistics.cs"/>
 
417
<Compile Include="Db4objects.Db4o\Internal\Caching\ICache4.cs"/>
 
418
<Compile Include="Db4objects.Db4o\Internal\Caching\IPurgeableCache4.cs"/>
 
419
<Compile Include="Db4objects.Db4o\Internal\Caching\LRU2QCache.cs"/>
 
420
<Compile Include="Db4objects.Db4o\Internal\Caching\LRU2QLongCache.cs"/>
 
421
<Compile Include="Db4objects.Db4o\Internal\Caching\LRU2QXCache.cs"/>
 
422
<Compile Include="Db4objects.Db4o\Internal\Caching\LRUCache.cs"/>
 
423
<Compile Include="Db4objects.Db4o\Internal\Caching\LRUIntCache.cs"/>
 
424
<Compile Include="Db4objects.Db4o\Internal\Caching\LRULongCache.cs"/>
 
425
<Compile Include="Db4objects.Db4o\Internal\Caching\NullCache4.cs"/>
 
426
<Compile Include="Db4objects.Db4o\Internal\CallBackMode.cs"/>
 
427
<Compile Include="Db4objects.Db4o\Internal\CallbackObjectInfoCollections.cs"/>
 
428
<Compile Include="Db4objects.Db4o\Internal\Callbacks\ICallbacks.cs"/>
 
429
<Compile Include="Db4objects.Db4o\Internal\Callbacks\NullCallbacks.cs"/>
 
430
<Compile Include="Db4objects.Db4o\Internal\ClassAspect.cs"/>
 
431
<Compile Include="Db4objects.Db4o\Internal\ClassMetadata.cs"/>
 
432
<Compile Include="Db4objects.Db4o\Internal\ClassMetadataIterator.cs"/>
 
433
<Compile Include="Db4objects.Db4o\Internal\ClassMetadataRepository.cs"/>
 
434
<Compile Include="Db4objects.Db4o\Internal\Classindex\AbstractClassIndexStrategy.cs"/>
 
435
<Compile Include="Db4objects.Db4o\Internal\Classindex\BTreeClassIndexStrategy.cs"/>
 
436
<Compile Include="Db4objects.Db4o\Internal\Classindex\IClassIndexStrategy.cs"/>
 
437
<Compile Include="Db4objects.Db4o\Internal\Collections\BigSet.cs"/>
 
438
<Compile Include="Db4objects.Db4o\Internal\Collections\BigSetBTreeManager.cs"/>
 
439
<Compile Include="Db4objects.Db4o\Internal\Collections\BigSetTypeHandler.cs"/>
 
440
<Compile Include="Db4objects.Db4o\Internal\Collections\IBigSetPersistence.cs"/>
 
441
<Compile Include="Db4objects.Db4o\Internal\CommitTimestampFieldMetadata.cs"/>
 
442
<Compile Include="Db4objects.Db4o\Internal\CommitTimestampSupport.cs"/>
 
443
<Compile Include="Db4objects.Db4o\Internal\Config4Abstract.cs"/>
 
444
<Compile Include="Db4objects.Db4o\Internal\Config4Class.cs"/>
 
445
<Compile Include="Db4objects.Db4o\Internal\Config4Field.cs"/>
 
446
<Compile Include="Db4objects.Db4o\Internal\Config4Impl.cs"/>
 
447
<Compile Include="Db4objects.Db4o\Internal\Config\CacheConfigurationImpl.cs"/>
 
448
<Compile Include="Db4objects.Db4o\Internal\Config\CommonConfigurationImpl.cs"/>
 
449
<Compile Include="Db4objects.Db4o\Internal\Config\Db4oLegacyConfigurationBridge.cs"/>
 
450
<Compile Include="Db4objects.Db4o\Internal\Config\EmbeddedConfigurationImpl.cs"/>
 
451
<Compile Include="Db4objects.Db4o\Internal\Config\FileConfigurationImpl.cs"/>
 
452
<Compile Include="Db4objects.Db4o\Internal\Config\ILegacyConfigurationProvider.cs"/>
 
453
<Compile Include="Db4objects.Db4o\Internal\Config\IdSystemConfigurationImpl.cs"/>
 
454
<Compile Include="Db4objects.Db4o\Internal\Const4.cs"/>
 
455
<Compile Include="Db4objects.Db4o\Internal\Convert\Conversion.cs"/>
 
456
<Compile Include="Db4objects.Db4o\Internal\Convert\ConversionStage.cs"/>
 
457
<Compile Include="Db4objects.Db4o\Internal\Convert\Conversions\ClassAspects_7_4.cs"/>
 
458
<Compile Include="Db4objects.Db4o\Internal\Convert\Conversions\ClassIndexesToBTrees_5_5.cs"/>
 
459
<Compile Include="Db4objects.Db4o\Internal\Convert\Conversions\CommonConversions.cs"/>
 
460
<Compile Include="Db4objects.Db4o\Internal\Convert\Conversions\DropDateTimeOffsetClassIndexes_7_12.cs"/>
 
461
<Compile Include="Db4objects.Db4o\Internal\Convert\Conversions\DropEnumClassIndexes_7_10.cs"/>
 
462
<Compile Include="Db4objects.Db4o\Internal\Convert\Conversions\DropGuidClassIndexes_7_12.cs"/>
 
463
<Compile Include="Db4objects.Db4o\Internal\Convert\Conversions\FieldIndexesToBTrees_5_7.cs"/>
 
464
<Compile Include="Db4objects.Db4o\Internal\Convert\Conversions\ReindexNetDateTime_7_8.cs"/>
 
465
<Compile Include="Db4objects.Db4o\Internal\Convert\Conversions\VersionNumberToCommitTimestamp_8_0.cs"/>
 
466
<Compile Include="Db4objects.Db4o\Internal\Convert\Converter.cs"/>
 
467
<Compile Include="Db4objects.Db4o\Internal\DefragmentContextImpl.cs"/>
 
468
<Compile Include="Db4objects.Db4o\Internal\DeleteInfo.cs"/>
 
469
<Compile Include="Db4objects.Db4o\Internal\Delete\DeleteContextImpl.cs"/>
 
470
<Compile Include="Db4objects.Db4o\Internal\Delete\IDeleteContext.cs"/>
 
471
<Compile Include="Db4objects.Db4o\Internal\Diagnostic\DiagnosticProcessor.cs"/>
 
472
<Compile Include="Db4objects.Db4o\Internal\DisabledBlockConverter.cs"/>
 
473
<Compile Include="Db4objects.Db4o\Internal\Encoding\BuiltInStringEncoding.cs"/>
 
474
<Compile Include="Db4objects.Db4o\Internal\Encoding\DelegatingStringIO.cs"/>
 
475
<Compile Include="Db4objects.Db4o\Internal\Encoding\LatinStringEncoding.cs"/>
 
476
<Compile Include="Db4objects.Db4o\Internal\Encoding\LatinStringIO.cs"/>
 
477
<Compile Include="Db4objects.Db4o\Internal\Encoding\UnicodeStringEncoding.cs"/>
 
478
<Compile Include="Db4objects.Db4o\Internal\Encoding\UnicodeStringIO.cs"/>
 
479
<Compile Include="Db4objects.Db4o\Internal\EventDispatchers.cs"/>
 
480
<Compile Include="Db4objects.Db4o\Internal\Events\EventRegistryImpl.cs"/>
 
481
<Compile Include="Db4objects.Db4o\Internal\Exceptions4.cs"/>
 
482
<Compile Include="Db4objects.Db4o\Internal\ExternalObjectContainer.cs"/>
 
483
<Compile Include="Db4objects.Db4o\Internal\FieldIndexException.cs"/>
 
484
<Compile Include="Db4objects.Db4o\Internal\FieldMetadata.cs"/>
 
485
<Compile Include="Db4objects.Db4o\Internal\FieldMetadataState.cs"/>
 
486
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\AndIndexedLeaf.cs"/>
 
487
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\FieldIndexProcessor.cs"/>
 
488
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\FieldIndexProcessorResult.cs"/>
 
489
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\IIndexedNode.cs"/>
 
490
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\IIndexedNodeWithRange.cs"/>
 
491
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\IndexedLeaf.cs"/>
 
492
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\IndexedNodeBase.cs"/>
 
493
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\IndexedNodeCollector.cs"/>
 
494
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\IndexedPath.cs"/>
 
495
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\IndexedPathIterator.cs"/>
 
496
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\JoinedLeaf.cs"/>
 
497
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\OrIndexedLeaf.cs"/>
 
498
<Compile Include="Db4objects.Db4o\Internal\Fieldindex\QEBitmap.cs"/>
 
499
<Compile Include="Db4objects.Db4o\Internal\Fileheader\FileHeader.cs"/>
 
500
<Compile Include="Db4objects.Db4o\Internal\Fileheader\FileHeader1.cs"/>
 
501
<Compile Include="Db4objects.Db4o\Internal\Fileheader\FileHeader2.cs"/>
 
502
<Compile Include="Db4objects.Db4o\Internal\Fileheader\FileHeader3.cs"/>
 
503
<Compile Include="Db4objects.Db4o\Internal\Fileheader\FileHeaderVariablePart.cs"/>
 
504
<Compile Include="Db4objects.Db4o\Internal\Fileheader\FileHeaderVariablePart1.cs"/>
 
505
<Compile Include="Db4objects.Db4o\Internal\Fileheader\FileHeaderVariablePart2.cs"/>
 
506
<Compile Include="Db4objects.Db4o\Internal\Fileheader\FileHeaderVariablePart3.cs"/>
 
507
<Compile Include="Db4objects.Db4o\Internal\Fileheader\NewFileHeaderBase.cs"/>
 
508
<Compile Include="Db4objects.Db4o\Internal\Fileheader\TimerFileLock.cs"/>
 
509
<Compile Include="Db4objects.Db4o\Internal\Fileheader\TimerFileLockDisabled.cs"/>
 
510
<Compile Include="Db4objects.Db4o\Internal\Freespace\AbstractFreespaceManager.cs"/>
 
511
<Compile Include="Db4objects.Db4o\Internal\Freespace\AddressKeySlotHandler.cs"/>
 
512
<Compile Include="Db4objects.Db4o\Internal\Freespace\BTreeFreespaceManager.cs"/>
 
513
<Compile Include="Db4objects.Db4o\Internal\Freespace\BlockAwareFreespaceManager.cs"/>
 
514
<Compile Include="Db4objects.Db4o\Internal\Freespace\FreeSlotNode.cs"/>
 
515
<Compile Include="Db4objects.Db4o\Internal\Freespace\FreespaceManagerIx.cs"/>
 
516
<Compile Include="Db4objects.Db4o\Internal\Freespace\IFreespaceListener.cs"/>
 
517
<Compile Include="Db4objects.Db4o\Internal\Freespace\IFreespaceManager.cs"/>
 
518
<Compile Include="Db4objects.Db4o\Internal\Freespace\InMemoryFreespaceManager.cs"/>
 
519
<Compile Include="Db4objects.Db4o\Internal\Freespace\LengthKeySlotHandler.cs"/>
 
520
<Compile Include="Db4objects.Db4o\Internal\Freespace\NullFreespaceListener.cs"/>
 
521
<Compile Include="Db4objects.Db4o\Internal\Freespace\NullFreespaceManager.cs"/>
 
522
<Compile Include="Db4objects.Db4o\Internal\Freespace\SlotHandler.cs"/>
 
523
<Compile Include="Db4objects.Db4o\Internal\FrozenObjectInfo.cs"/>
 
524
<Compile Include="Db4objects.Db4o\Internal\HandlerRegistry.cs"/>
 
525
<Compile Include="Db4objects.Db4o\Internal\HandlerVersionRegistry.cs"/>
 
526
<Compile Include="Db4objects.Db4o\Internal\Handlers4.cs"/>
 
527
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\ArrayHandler.cs"/>
 
528
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\ArrayHandler0.cs"/>
 
529
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\ArrayHandler1.cs"/>
 
530
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\ArrayHandler3.cs"/>
 
531
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\ArrayHandler5.cs"/>
 
532
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\ArrayVersionHelper.cs"/>
 
533
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\ArrayVersionHelper0.cs"/>
 
534
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\ArrayVersionHelper3.cs"/>
 
535
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\ArrayVersionHelper5.cs"/>
 
536
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\MultidimensionalArrayHandler.cs"/>
 
537
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\MultidimensionalArrayHandler0.cs"/>
 
538
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\MultidimensionalArrayHandler3.cs"/>
 
539
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\MultidimensionalArrayIterator.cs"/>
 
540
<Compile Include="Db4objects.Db4o\Internal\Handlers\Array\ReflectArrayIterator.cs"/>
 
541
<Compile Include="Db4objects.Db4o\Internal\Handlers\BooleanHandler.cs"/>
 
542
<Compile Include="Db4objects.Db4o\Internal\Handlers\ByteHandler.cs"/>
 
543
<Compile Include="Db4objects.Db4o\Internal\Handlers\CharHandler.cs"/>
 
544
<Compile Include="Db4objects.Db4o\Internal\Handlers\DateHandler0.cs"/>
 
545
<Compile Include="Db4objects.Db4o\Internal\Handlers\DateHandlerBase.cs"/>
 
546
<Compile Include="Db4objects.Db4o\Internal\Handlers\DoubleHandler.cs"/>
 
547
<Compile Include="Db4objects.Db4o\Internal\Handlers\DoubleHandler0.cs"/>
 
548
<Compile Include="Db4objects.Db4o\Internal\Handlers\FloatHandler.cs"/>
 
549
<Compile Include="Db4objects.Db4o\Internal\Handlers\FloatHandler0.cs"/>
 
550
<Compile Include="Db4objects.Db4o\Internal\Handlers\HandlerVersion.cs"/>
 
551
<Compile Include="Db4objects.Db4o\Internal\Handlers\IFieldAwareTypeHandler.cs"/>
 
552
<Compile Include="Db4objects.Db4o\Internal\Handlers\IVariableLengthTypeHandler.cs"/>
 
553
<Compile Include="Db4objects.Db4o\Internal\Handlers\IVirtualAttributeHandler.cs"/>
 
554
<Compile Include="Db4objects.Db4o\Internal\Handlers\IntHandler.cs"/>
 
555
<Compile Include="Db4objects.Db4o\Internal\Handlers\IntHandler0.cs"/>
 
556
<Compile Include="Db4objects.Db4o\Internal\Handlers\LongHandler.cs"/>
 
557
<Compile Include="Db4objects.Db4o\Internal\Handlers\LongHandler0.cs"/>
 
558
<Compile Include="Db4objects.Db4o\Internal\Handlers\NetType.cs"/>
 
559
<Compile Include="Db4objects.Db4o\Internal\Handlers\NetTypeHandler.cs"/>
 
560
<Compile Include="Db4objects.Db4o\Internal\Handlers\NullFieldAwareTypeHandler.cs"/>
 
561
<Compile Include="Db4objects.Db4o\Internal\Handlers\PlainObjectHandler.cs"/>
 
562
<Compile Include="Db4objects.Db4o\Internal\Handlers\PrimitiveHandler.cs"/>
 
563
<Compile Include="Db4objects.Db4o\Internal\Handlers\ShortHandler.cs"/>
 
564
<Compile Include="Db4objects.Db4o\Internal\Handlers\ShortHandler0.cs"/>
 
565
<Compile Include="Db4objects.Db4o\Internal\Handlers\StandardReferenceTypeHandler.cs"/>
 
566
<Compile Include="Db4objects.Db4o\Internal\Handlers\StandardReferenceTypeHandler0.cs"/>
 
567
<Compile Include="Db4objects.Db4o\Internal\Handlers\StringBasedValueTypeHandlerBase.cs"/>
 
568
<Compile Include="Db4objects.Db4o\Internal\Handlers\StringBufferHandler.cs"/>
 
569
<Compile Include="Db4objects.Db4o\Internal\Handlers\StringHandler.cs"/>
 
570
<Compile Include="Db4objects.Db4o\Internal\Handlers\StringHandler0.cs"/>
 
571
<Compile Include="Db4objects.Db4o\Internal\Handlers\TypeHandlerPredicatePair.cs"/>
 
572
<Compile Include="Db4objects.Db4o\Internal\Handlers\Versions\OpenTypeHandler0.cs"/>
 
573
<Compile Include="Db4objects.Db4o\Internal\Handlers\Versions\OpenTypeHandler2.cs"/>
 
574
<Compile Include="Db4objects.Db4o\Internal\Handlers\Versions\OpenTypeHandler7.cs"/>
 
575
<Compile Include="Db4objects.Db4o\Internal\HardObjectReference.cs"/>
 
576
<Compile Include="Db4objects.Db4o\Internal\IBlockConverter.cs"/>
 
577
<Compile Include="Db4objects.Db4o\Internal\IBuiltinTypeHandler.cs"/>
 
578
<Compile Include="Db4objects.Db4o\Internal\ICallbackInfoCollector.cs"/>
 
579
<Compile Include="Db4objects.Db4o\Internal\ICommittedCallbackDispatcher.cs"/>
 
580
<Compile Include="Db4objects.Db4o\Internal\IComparable4.cs"/>
 
581
<Compile Include="Db4objects.Db4o\Internal\IDGenerator.cs"/>
 
582
<Compile Include="Db4objects.Db4o\Internal\IDHandler.cs"/>
 
583
<Compile Include="Db4objects.Db4o\Internal\IDb4oTypeImpl.cs"/>
 
584
<Compile Include="Db4objects.Db4o\Internal\IDefragmentContext.cs"/>
 
585
<Compile Include="Db4objects.Db4o\Internal\IEventDispatcher.cs"/>
 
586
<Compile Include="Db4objects.Db4o\Internal\IIndexable4.cs"/>
 
587
<Compile Include="Db4objects.Db4o\Internal\IIndexableTypeHandler.cs"/>
 
588
<Compile Include="Db4objects.Db4o\Internal\IInternalObjectContainer.cs"/>
 
589
<Compile Include="Db4objects.Db4o\Internal\ILinkLengthAware.cs"/>
 
590
<Compile Include="Db4objects.Db4o\Internal\IModificationAware.cs"/>
 
591
<Compile Include="Db4objects.Db4o\Internal\IO\BlockSizeImpl.cs"/>
 
592
<Compile Include="Db4objects.Db4o\Internal\IObjectContainerSpec.cs"/>
 
593
<Compile Include="Db4objects.Db4o\Internal\IPersistent.cs"/>
 
594
<Compile Include="Db4objects.Db4o\Internal\IQueryResultIteratorFactory.cs"/>
 
595
<Compile Include="Db4objects.Db4o\Internal\IReadWriteBuffer.cs"/>
 
596
<Compile Include="Db4objects.Db4o\Internal\IReadWriteable.cs"/>
 
597
<Compile Include="Db4objects.Db4o\Internal\IReadable.cs"/>
 
598
<Compile Include="Db4objects.Db4o\Internal\IReadsObjectIds.cs"/>
 
599
<Compile Include="Db4objects.Db4o\Internal\ISlotCopyHandler.cs"/>
 
600
<Compile Include="Db4objects.Db4o\Internal\ITransactionParticipant.cs"/>
 
601
<Compile Include="Db4objects.Db4o\Internal\IVersionedTypeHandler.cs"/>
 
602
<Compile Include="Db4objects.Db4o\Internal\Identifiable.cs"/>
 
603
<Compile Include="Db4objects.Db4o\Internal\Ids\BTreeIdSystem.cs"/>
 
604
<Compile Include="Db4objects.Db4o\Internal\Ids\FreespaceCommitter.cs"/>
 
605
<Compile Include="Db4objects.Db4o\Internal\Ids\IIdSystem.cs"/>
 
606
<Compile Include="Db4objects.Db4o\Internal\Ids\IStackableIdSystem.cs"/>
 
607
<Compile Include="Db4objects.Db4o\Internal\Ids\ITransactionalIdSystem.cs"/>
 
608
<Compile Include="Db4objects.Db4o\Internal\Ids\IdSlotChanges.cs"/>
 
609
<Compile Include="Db4objects.Db4o\Internal\Ids\IdSlotMapping.cs"/>
 
610
<Compile Include="Db4objects.Db4o\Internal\Ids\IdSlotTree.cs"/>
 
611
<Compile Include="Db4objects.Db4o\Internal\Ids\InMemoryIdSystem.cs"/>
 
612
<Compile Include="Db4objects.Db4o\Internal\Ids\PointerBasedIdSystem.cs"/>
 
613
<Compile Include="Db4objects.Db4o\Internal\Ids\SequentialIdGenerator.cs"/>
 
614
<Compile Include="Db4objects.Db4o\Internal\Ids\StandardIdSystemFactory.cs"/>
 
615
<Compile Include="Db4objects.Db4o\Internal\Ids\TransactionalIdSystemImpl.cs"/>
 
616
<Compile Include="Db4objects.Db4o\Internal\Ids\TransportIdSystem.cs"/>
 
617
<Compile Include="Db4objects.Db4o\Internal\IllegalComparisonException.cs"/>
 
618
<Compile Include="Db4objects.Db4o\Internal\InCallback.cs"/>
 
619
<Compile Include="Db4objects.Db4o\Internal\IntMatcher.cs"/>
 
620
<Compile Include="Db4objects.Db4o\Internal\InterfaceTypeHandler.cs"/>
 
621
<Compile Include="Db4objects.Db4o\Internal\IoAdaptedObjectContainer.cs"/>
 
622
<Compile Include="Db4objects.Db4o\Internal\LazyObjectReference.cs"/>
 
623
<Compile Include="Db4objects.Db4o\Internal\LocalObjectContainer.cs"/>
 
624
<Compile Include="Db4objects.Db4o\Internal\LocalPersistentBase.cs"/>
 
625
<Compile Include="Db4objects.Db4o\Internal\LocalTransaction.cs"/>
 
626
<Compile Include="Db4objects.Db4o\Internal\LockedTree.cs"/>
 
627
<Compile Include="Db4objects.Db4o\Internal\Mapping\IIDMapping.cs"/>
 
628
<Compile Include="Db4objects.Db4o\Internal\Mapping\IdSource.cs"/>
 
629
<Compile Include="Db4objects.Db4o\Internal\Mapping\MappedIDPair.cs"/>
 
630
<Compile Include="Db4objects.Db4o\Internal\Mapping\MappedIDPairHandler.cs"/>
 
631
<Compile Include="Db4objects.Db4o\Internal\Mapping\MappingNotFoundException.cs"/>
 
632
<Compile Include="Db4objects.Db4o\Internal\Marshall\AbstractFieldMarshaller.cs"/>
 
633
<Compile Include="Db4objects.Db4o\Internal\Marshall\AbstractReadContext.cs"/>
 
634
<Compile Include="Db4objects.Db4o\Internal\Marshall\AspectType.cs"/>
 
635
<Compile Include="Db4objects.Db4o\Internal\Marshall\AspectVersionContextImpl.cs"/>
 
636
<Compile Include="Db4objects.Db4o\Internal\Marshall\ClassMarshaller.cs"/>
 
637
<Compile Include="Db4objects.Db4o\Internal\Marshall\ClassMarshaller0.cs"/>
 
638
<Compile Include="Db4objects.Db4o\Internal\Marshall\ClassMarshaller1.cs"/>
 
639
<Compile Include="Db4objects.Db4o\Internal\Marshall\ClassMarshaller2.cs"/>
 
640
<Compile Include="Db4objects.Db4o\Internal\Marshall\CollectIdContext.cs"/>
 
641
<Compile Include="Db4objects.Db4o\Internal\Marshall\ContextState.cs"/>
 
642
<Compile Include="Db4objects.Db4o\Internal\Marshall\FieldMarshaller0.cs"/>
 
643
<Compile Include="Db4objects.Db4o\Internal\Marshall\FieldMarshaller1.cs"/>
 
644
<Compile Include="Db4objects.Db4o\Internal\Marshall\FieldMarshaller2.cs"/>
 
645
<Compile Include="Db4objects.Db4o\Internal\Marshall\IAspectVersionContext.cs"/>
 
646
<Compile Include="Db4objects.Db4o\Internal\Marshall\IFieldMarshaller.cs"/>
 
647
<Compile Include="Db4objects.Db4o\Internal\Marshall\IHandlerVersionContext.cs"/>
 
648
<Compile Include="Db4objects.Db4o\Internal\Marshall\IInternalReadContext.cs"/>
 
649
<Compile Include="Db4objects.Db4o\Internal\Marshall\IMarshallingInfo.cs"/>
 
650
<Compile Include="Db4objects.Db4o\Internal\Marshall\IObjectIdContext.cs"/>
 
651
<Compile Include="Db4objects.Db4o\Internal\Marshall\IdObjectCollector.cs"/>
 
652
<Compile Include="Db4objects.Db4o\Internal\Marshall\MarshallerFamily.cs"/>
 
653
<Compile Include="Db4objects.Db4o\Internal\Marshall\MarshallingContext.cs"/>
 
654
<Compile Include="Db4objects.Db4o\Internal\Marshall\MarshallingContextState.cs"/>
 
655
<Compile Include="Db4objects.Db4o\Internal\Marshall\ObjectHeader.cs"/>
 
656
<Compile Include="Db4objects.Db4o\Internal\Marshall\ObjectHeaderAttributes.cs"/>
 
657
<Compile Include="Db4objects.Db4o\Internal\Marshall\ObjectHeaderContext.cs"/>
 
658
<Compile Include="Db4objects.Db4o\Internal\Marshall\ObjectIdContextImpl.cs"/>
 
659
<Compile Include="Db4objects.Db4o\Internal\Marshall\ObjectReferenceContext.cs"/>
 
660
<Compile Include="Db4objects.Db4o\Internal\Marshall\PrimitiveMarshaller.cs"/>
 
661
<Compile Include="Db4objects.Db4o\Internal\Marshall\PrimitiveMarshaller0.cs"/>
 
662
<Compile Include="Db4objects.Db4o\Internal\Marshall\PrimitiveMarshaller1.cs"/>
 
663
<Compile Include="Db4objects.Db4o\Internal\Marshall\QueryingReadContext.cs"/>
 
664
<Compile Include="Db4objects.Db4o\Internal\Marshall\RawClassSpec.cs"/>
 
665
<Compile Include="Db4objects.Db4o\Internal\Marshall\RawFieldSpec.cs"/>
 
666
<Compile Include="Db4objects.Db4o\Internal\Marshall\SlotFormat.cs"/>
 
667
<Compile Include="Db4objects.Db4o\Internal\Marshall\SlotFormat0.cs"/>
 
668
<Compile Include="Db4objects.Db4o\Internal\Marshall\SlotFormat2.cs"/>
 
669
<Compile Include="Db4objects.Db4o\Internal\Marshall\SlotFormatCurrent.cs"/>
 
670
<Compile Include="Db4objects.Db4o\Internal\Marshall\UnknownTypeHandlerAspect.cs"/>
 
671
<Compile Include="Db4objects.Db4o\Internal\Marshall\UnmarshallingContext.cs"/>
 
672
<Compile Include="Db4objects.Db4o\Internal\MarshallingBuffer.cs"/>
 
673
<Compile Include="Db4objects.Db4o\Internal\MessageOutput.cs"/>
 
674
<Compile Include="Db4objects.Db4o\Internal\Messages.cs"/>
 
675
<Compile Include="Db4objects.Db4o\Internal\Metadata\HierarchyAnalyzer.cs"/>
 
676
<Compile Include="Db4objects.Db4o\Internal\Metadata\IAspectTraversalStrategy.cs"/>
 
677
<Compile Include="Db4objects.Db4o\Internal\Metadata\ITraverseAspectCommand.cs"/>
 
678
<Compile Include="Db4objects.Db4o\Internal\Metadata\MarshallingInfoTraverseAspectCommand.cs"/>
 
679
<Compile Include="Db4objects.Db4o\Internal\Metadata\ModifiedAspectTraversalStrategy.cs"/>
 
680
<Compile Include="Db4objects.Db4o\Internal\Metadata\StandardAspectTraversalStrategy.cs"/>
 
681
<Compile Include="Db4objects.Db4o\Internal\Metadata\TraverseFieldCommand.cs"/>
 
682
<Compile Include="Db4objects.Db4o\Internal\Null.cs"/>
 
683
<Compile Include="Db4objects.Db4o\Internal\NullFieldMetadata.cs"/>
 
684
<Compile Include="Db4objects.Db4o\Internal\NullTransactionListener.cs"/>
 
685
<Compile Include="Db4objects.Db4o\Internal\ObjectAnalyzer.cs"/>
 
686
<Compile Include="Db4objects.Db4o\Internal\ObjectContainerBase.cs"/>
 
687
<Compile Include="Db4objects.Db4o\Internal\ObjectContainerFactory.cs"/>
 
688
<Compile Include="Db4objects.Db4o\Internal\ObjectContainerSession.cs"/>
 
689
<Compile Include="Db4objects.Db4o\Internal\ObjectID.cs"/>
 
690
<Compile Include="Db4objects.Db4o\Internal\ObjectInfoCollectionImpl.cs"/>
 
691
<Compile Include="Db4objects.Db4o\Internal\ObjectReference.cs"/>
 
692
<Compile Include="Db4objects.Db4o\Internal\ObjectTypeMetadata.cs"/>
 
693
<Compile Include="Db4objects.Db4o\Internal\OpenTypeHandler.cs"/>
 
694
<Compile Include="Db4objects.Db4o\Internal\PendingClassInits.cs"/>
 
695
<Compile Include="Db4objects.Db4o\Internal\PersistentBase.cs"/>
 
696
<Compile Include="Db4objects.Db4o\Internal\PersistentIntegerArray.cs"/>
 
697
<Compile Include="Db4objects.Db4o\Internal\PreparedArrayContainsComparison.cs"/>
 
698
<Compile Include="Db4objects.Db4o\Internal\PrimitiveTypeMetadata.cs"/>
 
699
<Compile Include="Db4objects.Db4o\Internal\Qlin\QLinConstraint.cs"/>
 
700
<Compile Include="Db4objects.Db4o\Internal\Qlin\QLinField.cs"/>
 
701
<Compile Include="Db4objects.Db4o\Internal\Qlin\QLinNode.cs"/>
 
702
<Compile Include="Db4objects.Db4o\Internal\Qlin\QLinOrderBy.cs"/>
 
703
<Compile Include="Db4objects.Db4o\Internal\Qlin\QLinRoot.cs"/>
 
704
<Compile Include="Db4objects.Db4o\Internal\Qlin\QLinSodaNode.cs"/>
 
705
<Compile Include="Db4objects.Db4o\Internal\Qlin\QLinSubNode.cs"/>
 
706
<Compile Include="Db4objects.Db4o\Internal\Query\IDb4oEnhancedFilter.cs"/>
 
707
<Compile Include="Db4objects.Db4o\Internal\Query\IDb4oNQOptimizer.cs"/>
 
708
<Compile Include="Db4objects.Db4o\Internal\Query\IDb4oQueryExecutionListener.cs"/>
 
709
<Compile Include="Db4objects.Db4o\Internal\Query\NQOptimizationInfo.cs"/>
 
710
<Compile Include="Db4objects.Db4o\Internal\Query\PredicateEvaluation.cs"/>
 
711
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\IInternalQuery.cs"/>
 
712
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QCandidate.cs"/>
 
713
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QCandidates.cs"/>
 
714
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QCon.cs"/>
 
715
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QConClass.cs"/>
 
716
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QConEvaluation.cs"/>
 
717
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QConJoin.cs"/>
 
718
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QConObject.cs"/>
 
719
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QConPath.cs"/>
 
720
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QConUnconditional.cs"/>
 
721
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QConstraints.cs"/>
 
722
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QE.cs"/>
 
723
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QEAbstract.cs"/>
 
724
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QEContains.cs"/>
 
725
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QEEndsWith.cs"/>
 
726
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QEEqual.cs"/>
 
727
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QEGreater.cs"/>
 
728
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QEIdentity.cs"/>
 
729
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QEMulti.cs"/>
 
730
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QENot.cs"/>
 
731
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QESmaller.cs"/>
 
732
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QEStartsWith.cs"/>
 
733
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QEStringCmp.cs"/>
 
734
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QField.cs"/>
 
735
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QPending.cs"/>
 
736
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QQuery.cs"/>
 
737
<Compile Include="Db4objects.Db4o\Internal\Query\Processor\QQueryBase.cs"/>
 
738
<Compile Include="Db4objects.Db4o\Internal\Query\Result\AbstractLateQueryResult.cs"/>
 
739
<Compile Include="Db4objects.Db4o\Internal\Query\Result\AbstractQueryResult.cs"/>
 
740
<Compile Include="Db4objects.Db4o\Internal\Query\Result\HybridQueryResult.cs"/>
 
741
<Compile Include="Db4objects.Db4o\Internal\Query\Result\IQueryResult.cs"/>
 
742
<Compile Include="Db4objects.Db4o\Internal\Query\Result\IdListQueryResult.cs"/>
 
743
<Compile Include="Db4objects.Db4o\Internal\Query\Result\IdTreeQueryResult.cs"/>
 
744
<Compile Include="Db4objects.Db4o\Internal\Query\Result\LazyQueryResult.cs"/>
 
745
<Compile Include="Db4objects.Db4o\Internal\Query\Result\SnapShotQueryResult.cs"/>
 
746
<Compile Include="Db4objects.Db4o\Internal\Query\Result\StatefulQueryResult.cs"/>
 
747
<Compile Include="Db4objects.Db4o\Internal\Query\SodaQueryComparator.cs"/>
 
748
<Compile Include="Db4objects.Db4o\Internal\References\HashcodeReferenceSystem.cs"/>
 
749
<Compile Include="Db4objects.Db4o\Internal\References\IReferenceSystem.cs"/>
 
750
<Compile Include="Db4objects.Db4o\Internal\References\IReferenceSystemFactory.cs"/>
 
751
<Compile Include="Db4objects.Db4o\Internal\References\ReferenceSystemRegistry.cs"/>
 
752
<Compile Include="Db4objects.Db4o\Internal\References\TransactionalReferenceSystem.cs"/>
 
753
<Compile Include="Db4objects.Db4o\Internal\References\TransactionalReferenceSystemBase.cs"/>
 
754
<Compile Include="Db4objects.Db4o\Internal\ReflectException.cs"/>
 
755
<Compile Include="Db4objects.Db4o\Internal\Reflect\Generic\KnownClassesCollector.cs"/>
 
756
<Compile Include="Db4objects.Db4o\Internal\Reflect\IFieldAccessor.cs"/>
 
757
<Compile Include="Db4objects.Db4o\Internal\Reflect\LenientFieldAccessor.cs"/>
 
758
<Compile Include="Db4objects.Db4o\Internal\Reflect\ReflectClasses.cs"/>
 
759
<Compile Include="Db4objects.Db4o\Internal\Reflect\StrictFieldAccessor.cs"/>
 
760
<Compile Include="Db4objects.Db4o\Internal\Reflection4.cs"/>
 
761
<Compile Include="Db4objects.Db4o\Internal\ReflectorConfigurationImpl.cs"/>
 
762
<Compile Include="Db4objects.Db4o\Internal\Renames.cs"/>
 
763
<Compile Include="Db4objects.Db4o\Internal\Replication\IDb4oReplicationReference.cs"/>
 
764
<Compile Include="Db4objects.Db4o\Internal\Replication\IDb4oReplicationReferenceProvider.cs"/>
 
765
<Compile Include="Db4objects.Db4o\Internal\SerializedGraph.cs"/>
 
766
<Compile Include="Db4objects.Db4o\Internal\Serializer.cs"/>
 
767
<Compile Include="Db4objects.Db4o\Internal\SharedIndexedFields.cs"/>
 
768
<Compile Include="Db4objects.Db4o\Internal\ShutDownRunnable.cs"/>
 
769
<Compile Include="Db4objects.Db4o\Internal\Slots\FreespaceSlotChange.cs"/>
 
770
<Compile Include="Db4objects.Db4o\Internal\Slots\IdSystemSlotChange.cs"/>
 
771
<Compile Include="Db4objects.Db4o\Internal\Slots\Pointer4.cs"/>
 
772
<Compile Include="Db4objects.Db4o\Internal\Slots\ReferencedSlot.cs"/>
 
773
<Compile Include="Db4objects.Db4o\Internal\Slots\Slot.cs"/>
 
774
<Compile Include="Db4objects.Db4o\Internal\Slots\SlotChange.cs"/>
 
775
<Compile Include="Db4objects.Db4o\Internal\Slots\SlotChangeFactory.cs"/>
 
776
<Compile Include="Db4objects.Db4o\Internal\Slots\SystemSlotChange.cs"/>
 
777
<Compile Include="Db4objects.Db4o\Internal\StatefulBuffer.cs"/>
 
778
<Compile Include="Db4objects.Db4o\Internal\StoredClassImpl.cs"/>
 
779
<Compile Include="Db4objects.Db4o\Internal\StoredFieldImpl.cs"/>
 
780
<Compile Include="Db4objects.Db4o\Internal\SystemData.cs"/>
 
781
<Compile Include="Db4objects.Db4o\Internal\SystemInfoFileImpl.cs"/>
 
782
<Compile Include="Db4objects.Db4o\Internal\Threading\IThreadPool4.cs"/>
 
783
<Compile Include="Db4objects.Db4o\Internal\Threading\ThreadPool4Impl.cs"/>
 
784
<Compile Include="Db4objects.Db4o\Internal\Threading\UncaughtExceptionEventArgs.cs"/>
 
785
<Compile Include="Db4objects.Db4o\Internal\Transaction.cs"/>
 
786
<Compile Include="Db4objects.Db4o\Internal\TransactionContext.cs"/>
 
787
<Compile Include="Db4objects.Db4o\Internal\TransactionLocal.cs"/>
 
788
<Compile Include="Db4objects.Db4o\Internal\TransactionObjectCarrier.cs"/>
 
789
<Compile Include="Db4objects.Db4o\Internal\Transactionlog\EmbeddedTransactionLogHandler.cs"/>
 
790
<Compile Include="Db4objects.Db4o\Internal\Transactionlog\FileBasedTransactionLogHandler.cs"/>
 
791
<Compile Include="Db4objects.Db4o\Internal\Transactionlog\TransactionLogHandler.cs"/>
 
792
<Compile Include="Db4objects.Db4o\Internal\TranslatedAspect.cs"/>
 
793
<Compile Include="Db4objects.Db4o\Internal\TransportObjectContainer.cs"/>
 
794
<Compile Include="Db4objects.Db4o\Internal\TreeInt.cs"/>
 
795
<Compile Include="Db4objects.Db4o\Internal\TreeIntObject.cs"/>
 
796
<Compile Include="Db4objects.Db4o\Internal\TreeReader.cs"/>
 
797
<Compile Include="Db4objects.Db4o\Internal\TypeHandlerAspect.cs"/>
 
798
<Compile Include="Db4objects.Db4o\Internal\TypeHandlerCloneContext.cs"/>
 
799
<Compile Include="Db4objects.Db4o\Internal\TypeHandlerConfiguration.cs"/>
 
800
<Compile Include="Db4objects.Db4o\Internal\UUIDFieldMetadata.cs"/>
 
801
<Compile Include="Db4objects.Db4o\Internal\VersionFieldMetadata.cs"/>
 
802
<Compile Include="Db4objects.Db4o\Internal\VirtualAttributes.cs"/>
 
803
<Compile Include="Db4objects.Db4o\Internal\VirtualFieldMetadata.cs"/>
 
804
<Compile Include="Db4objects.Db4o\Internal\Weakref\EnabledWeakReferenceSupport.cs"/>
 
805
<Compile Include="Db4objects.Db4o\Internal\Weakref\IWeakReferenceSupport.cs"/>
 
806
<Compile Include="Db4objects.Db4o\Internal\Weakref\WeakReferenceSupportFactory.cs"/>
 
807
<Compile Include="Db4objects.Db4o\Internal\WriteUpdateProcessor.cs"/>
 
808
<Compile Include="Db4objects.Db4o\Marshall\IBufferContext.cs"/>
 
809
<Compile Include="Db4objects.Db4o\Marshall\IContext.cs"/>
 
810
<Compile Include="Db4objects.Db4o\Marshall\IReadBuffer.cs"/>
 
811
<Compile Include="Db4objects.Db4o\Marshall\IReadContext.cs"/>
 
812
<Compile Include="Db4objects.Db4o\Marshall\IReferenceActivationContext.cs"/>
 
813
<Compile Include="Db4objects.Db4o\Marshall\IReservedBuffer.cs"/>
 
814
<Compile Include="Db4objects.Db4o\Marshall\IWriteBuffer.cs"/>
 
815
<Compile Include="Db4objects.Db4o\Marshall\IWriteContext.cs"/>
 
816
<Compile Include="Db4objects.Db4o\Messaging\IMessageContext.cs"/>
 
817
<Compile Include="Db4objects.Db4o\Messaging\IMessageRecipient.cs"/>
 
818
<Compile Include="Db4objects.Db4o\Messaging\IMessageSender.cs"/>
 
819
<Compile Include="Db4objects.Db4o\Qlin\IQLin.cs"/>
 
820
<Compile Include="Db4objects.Db4o\Qlin\IQLinable.cs"/>
 
821
<Compile Include="Db4objects.Db4o\Qlin\Prototypes.cs"/>
 
822
<Compile Include="Db4objects.Db4o\Qlin\PrototypesException.cs"/>
 
823
<Compile Include="Db4objects.Db4o\Qlin\QLinException.cs"/>
 
824
<Compile Include="Db4objects.Db4o\Qlin\QLinOrderByDirection.cs"/>
 
825
<Compile Include="Db4objects.Db4o\Qlin\QLinSupport.cs"/>
 
826
<Compile Include="Db4objects.Db4o\Query\ICandidate.cs"/>
 
827
<Compile Include="Db4objects.Db4o\Query\IConstraint.cs"/>
 
828
<Compile Include="Db4objects.Db4o\Query\IConstraints.cs"/>
 
829
<Compile Include="Db4objects.Db4o\Query\IEvaluation.cs"/>
 
830
<Compile Include="Db4objects.Db4o\Query\IQuery.cs"/>
 
831
<Compile Include="Db4objects.Db4o\Query\IQueryComparator.cs"/>
 
832
<Compile Include="Db4objects.Db4o\Query\Predicate.cs"/>
 
833
<Compile Include="Db4objects.Db4o\Reflect\ArrayInfo.cs"/>
 
834
<Compile Include="Db4objects.Db4o\Reflect\Core\AbstractReflectArray.cs"/>
 
835
<Compile Include="Db4objects.Db4o\Reflect\Core\ConstructorSupport.cs"/>
 
836
<Compile Include="Db4objects.Db4o\Reflect\Core\IConstructorAwareReflectClass.cs"/>
 
837
<Compile Include="Db4objects.Db4o\Reflect\Core\IReflectConstructor.cs"/>
 
838
<Compile Include="Db4objects.Db4o\Reflect\Core\PlatformReflectConstructor.cs"/>
 
839
<Compile Include="Db4objects.Db4o\Reflect\Core\ReflectConstructorSpec.cs"/>
 
840
<Compile Include="Db4objects.Db4o\Reflect\Core\ReflectorUtils.cs"/>
 
841
<Compile Include="Db4objects.Db4o\Reflect\Generic\CollectionUpdateDepthEntry.cs"/>
 
842
<Compile Include="Db4objects.Db4o\Reflect\Generic\GenericArray.cs"/>
 
843
<Compile Include="Db4objects.Db4o\Reflect\Generic\GenericArrayClass.cs"/>
 
844
<Compile Include="Db4objects.Db4o\Reflect\Generic\GenericArrayReflector.cs"/>
 
845
<Compile Include="Db4objects.Db4o\Reflect\Generic\GenericClass.cs"/>
 
846
<Compile Include="Db4objects.Db4o\Reflect\Generic\GenericClassBuilder.cs"/>
 
847
<Compile Include="Db4objects.Db4o\Reflect\Generic\GenericField.cs"/>
 
848
<Compile Include="Db4objects.Db4o\Reflect\Generic\GenericObject.cs"/>
 
849
<Compile Include="Db4objects.Db4o\Reflect\Generic\GenericReflector.cs"/>
 
850
<Compile Include="Db4objects.Db4o\Reflect\Generic\GenericVirtualField.cs"/>
 
851
<Compile Include="Db4objects.Db4o\Reflect\Generic\IGenericConverter.cs"/>
 
852
<Compile Include="Db4objects.Db4o\Reflect\Generic\IReflectClassBuilder.cs"/>
 
853
<Compile Include="Db4objects.Db4o\Reflect\Generic\KnownClassesRepository.cs"/>
 
854
<Compile Include="Db4objects.Db4o\Reflect\IReflectArray.cs"/>
 
855
<Compile Include="Db4objects.Db4o\Reflect\IReflectClass.cs"/>
 
856
<Compile Include="Db4objects.Db4o\Reflect\IReflectClassPredicate.cs"/>
 
857
<Compile Include="Db4objects.Db4o\Reflect\IReflectField.cs"/>
 
858
<Compile Include="Db4objects.Db4o\Reflect\IReflectMethod.cs"/>
 
859
<Compile Include="Db4objects.Db4o\Reflect\IReflector.cs"/>
 
860
<Compile Include="Db4objects.Db4o\Reflect\IReflectorConfiguration.cs"/>
 
861
<Compile Include="Db4objects.Db4o\Reflect\MultidimensionalArrayInfo.cs"/>
 
862
<Compile Include="Db4objects.Db4o\Rename.cs"/>
 
863
<Compile Include="Db4objects.Db4o\StaticClass.cs"/>
 
864
<Compile Include="Db4objects.Db4o\StaticField.cs"/>
 
865
<Compile Include="Db4objects.Db4o\TA\DeactivatingRollbackStrategy.cs"/>
 
866
<Compile Include="Db4objects.Db4o\TA\IActivatable.cs"/>
 
867
<Compile Include="Db4objects.Db4o\TA\IActivatableInstrumented.cs"/>
 
868
<Compile Include="Db4objects.Db4o\TA\IRollbackStrategy.cs"/>
 
869
<Compile Include="Db4objects.Db4o\TA\NotTransparentActivationEnabled.cs"/>
 
870
<Compile Include="Db4objects.Db4o\TA\TransactionalActivator.cs"/>
 
871
<Compile Include="Db4objects.Db4o\TA\TransparentActivationSupport.cs"/>
 
872
<Compile Include="Db4objects.Db4o\TA\TransparentPersistenceSupport.cs"/>
 
873
<Compile Include="Db4objects.Db4o\Typehandlers\CollectionTypeHandler.cs"/>
 
874
<Compile Include="Db4objects.Db4o\Typehandlers\IActivationContext.cs"/>
 
875
<Compile Include="Db4objects.Db4o\Typehandlers\ICascadingTypeHandler.cs"/>
 
876
<Compile Include="Db4objects.Db4o\Typehandlers\IInstantiatingTypeHandler.cs"/>
 
877
<Compile Include="Db4objects.Db4o\Typehandlers\IQueryableTypeHandler.cs"/>
 
878
<Compile Include="Db4objects.Db4o\Typehandlers\IReferenceTypeHandler.cs"/>
 
879
<Compile Include="Db4objects.Db4o\Typehandlers\ITypeFamilyTypeHandler.cs"/>
 
880
<Compile Include="Db4objects.Db4o\Typehandlers\ITypeHandler4.cs"/>
 
881
<Compile Include="Db4objects.Db4o\Typehandlers\ITypeHandlerPredicate.cs"/>
 
882
<Compile Include="Db4objects.Db4o\Typehandlers\IValueTypeHandler.cs"/>
 
883
<Compile Include="Db4objects.Db4o\Typehandlers\IgnoreFieldsTypeHandler.cs"/>
 
884
<Compile Include="Db4objects.Db4o\Typehandlers\Internal\KeyValueHandlerPair.cs"/>
 
885
<Compile Include="Db4objects.Db4o\Typehandlers\MapTypeHandler.cs"/>
 
886
<Compile Include="Db4objects.Db4o\Typehandlers\SingleClassTypeHandlerPredicate.cs"/>
 
887
<Compile Include="Db4objects.Db4o\Types\IBlob.cs"/>
 
888
<Compile Include="Db4objects.Db4o\Types\IDb4oType.cs"/>
 
889
<Compile Include="Db4objects.Db4o\Types\ITransientClass.cs"/>
 
890
<Compile Include="Db4objects.Db4o\Types\IUnversioned.cs"/>
 
891
<Compile Include="Db4objects.Db4o\User.cs"/>
 
892
<Compile Include="Properties\AssemblyInfo.cs"/>
 
893
<Compile Include="native\Db4objects.Db4o\Collections\ActivatableDictionary.cs"/>
 
894
<Compile Include="native\Db4objects.Db4o\Collections\ActivatableList.cs"/>
 
895
<Compile Include="native\Db4objects.Db4o\Collections\ArrayDictionary4.cs"/>
 
896
<Compile Include="native\Db4objects.Db4o\Collections\ArrayList4.cs"/>
 
897
<Compile Include="native\Db4objects.Db4o\Collections\IActivatableCollection.cs"/>
 
898
<Compile Include="native\Db4objects.Db4o\Collections\ISet.cs"/>
 
899
<Compile Include="native\Db4objects.Db4o\Config\Attributes\ConfigurationIntrospector.cs"/>
 
900
<Compile Include="native\Db4objects.Db4o\Config\Attributes\IDb4oAttribute.cs"/>
 
901
<Compile Include="native\Db4objects.Db4o\Config\Attributes\IndexedAttribute.cs"/>
 
902
<Compile Include="native\Db4objects.Db4o\Config\TClass.cs"/>
 
903
<Compile Include="native\Db4objects.Db4o\Config\TCultureInfo.cs"/>
 
904
<Compile Include="native\Db4objects.Db4o\Config\TDictionary.cs"/>
 
905
<Compile Include="native\Db4objects.Db4o\Config\TList.cs"/>
 
906
<Compile Include="native\Db4objects.Db4o\Config\TQueue.cs"/>
 
907
<Compile Include="native\Db4objects.Db4o\Config\TStack.cs"/>
 
908
<Compile Include="native\Db4objects.Db4o\Config\TTransient.cs"/>
 
909
<Compile Include="native\Db4objects.Db4o\Config\TType.cs"/>
 
910
<Compile Include="native\Db4objects.Db4o\Defragment\AvailableTypeFilter.cs"/>
 
911
<Compile Include="native\Db4objects.Db4o\Diagnostic\DiagnosticToTrace.cs"/>
 
912
<Compile Include="native\Db4objects.Db4o\Dynamic.cs"/>
 
913
<Compile Include="native\Db4objects.Db4o\Foundation\CRC32.cs"/>
 
914
<Compile Include="native\Db4objects.Db4o\Foundation\Closures4.cs"/>
 
915
<Compile Include="native\Db4objects.Db4o\Foundation\Coercion4.cs"/>
 
916
<Compile Include="native\Db4objects.Db4o\Foundation\Collections\CollectionInitializer.cs"/>
 
917
<Compile Include="native\Db4objects.Db4o\Foundation\Environments.cs"/>
 
918
<Compile Include="native\Db4objects.Db4o\Foundation\IO\File4.cs"/>
 
919
<Compile Include="native\Db4objects.Db4o\Foundation\Iterators.cs"/>
 
920
<Compile Include="native\Db4objects.Db4o\Foundation\My.cs"/>
 
921
<Compile Include="native\Db4objects.Db4o\Foundation\RunnableAction.cs"/>
 
922
<Compile Include="native\Db4objects.Db4o\Foundation\SignatureGenerator.cs"/>
 
923
<Compile Include="native\Db4objects.Db4o\IO\RandomAccessFileFactory.cs"/>
 
924
<Compile Include="native\Db4objects.Db4o\IObjectContainer.cs"/>
 
925
<Compile Include="native\Db4objects.Db4o\Internal\Collections\BigSet.cs"/>
 
926
<Compile Include="native\Db4objects.Db4o\Internal\ComparerAdaptor.cs"/>
 
927
<Compile Include="native\Db4objects.Db4o\Internal\Config4Impl.cs"/>
 
928
<Compile Include="native\Db4objects.Db4o\Internal\Const4.cs"/>
 
929
<Compile Include="native\Db4objects.Db4o\Internal\Convert\Conversions\DropClassIndexesConversion.cs"/>
 
930
<Compile Include="native\Db4objects.Db4o\Internal\Convert\Conversions\DropDateTimeOffsetClassIndexes_7_12.cs"/>
 
931
<Compile Include="native\Db4objects.Db4o\Internal\Convert\Conversions\DropEnumClassIndexes_7_10.cs"/>
 
932
<Compile Include="native\Db4objects.Db4o\Internal\Convert\Conversions\DropGuidClassIndexes_7_12.cs"/>
 
933
<Compile Include="native\Db4objects.Db4o\Internal\Convert\Conversions\ReindexNetDateTime_7_8.cs"/>
 
934
<Compile Include="native\Db4objects.Db4o\Internal\Encoding\UTF8StringEncoding.cs"/>
 
935
<Compile Include="native\Db4objects.Db4o\Internal\GenericTypeHandlerPredicate.cs"/>
 
936
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\DateHandler.cs"/>
 
937
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\DateTimeHandler.cs"/>
 
938
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\DateTimeHandler6.cs"/>
 
939
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\DecimalHandler.cs"/>
 
940
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\IntegralTypeHandler.cs"/>
 
941
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\PreparedComparisonFor.cs"/>
 
942
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\SByteHandler.cs"/>
 
943
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\StructHandler.cs"/>
 
944
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\UIntHandler.cs"/>
 
945
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\ULongHandler.cs"/>
 
946
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\UShortHandler.cs"/>
 
947
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\WeakReferenceHandler.cs"/>
 
948
<Compile Include="native\Db4objects.Db4o\Internal\Handlers\WeakReferenceHandlerQueue.cs"/>
 
949
<Compile Include="native\Db4objects.Db4o\Internal\IInternalObjectContainer.cs"/>
 
950
<Compile Include="native\Db4objects.Db4o\Internal\LegacyDb4oAssemblyNameMapper.cs"/>
 
951
<Compile Include="native\Db4objects.Db4o\Internal\Marshall\MarshallingConstants0.cs"/>
 
952
<Compile Include="native\Db4objects.Db4o\Internal\ObjectContainerBase.cs"/>
 
953
<Compile Include="native\Db4objects.Db4o\Internal\ObjectContainerSession.cs"/>
 
954
<Compile Include="native\Db4objects.Db4o\Internal\Platform4.cs"/>
 
955
<Compile Include="native\Db4objects.Db4o\Internal\Query\EvaluationDelegateWrapper.cs"/>
 
956
<Compile Include="native\Db4objects.Db4o\Internal\Query\GenericObjectSetFacade.cs"/>
 
957
<Compile Include="native\Db4objects.Db4o\Internal\Query\INQOptimizer.cs"/>
 
958
<Compile Include="native\Db4objects.Db4o\Internal\Query\NQOptimizerFactory.cs"/>
 
959
<Compile Include="native\Db4objects.Db4o\Internal\Query\NativeQueryHandler.cs"/>
 
960
<Compile Include="native\Db4objects.Db4o\Internal\Query\ObjectSetFacade.cs"/>
 
961
<Compile Include="native\Db4objects.Db4o\Internal\Query\QueryExecutionHandler.cs"/>
 
962
<Compile Include="native\Db4objects.Db4o\Internal\Query\QueryOptimizationFailureHandler.cs"/>
 
963
<Compile Include="native\Db4objects.Db4o\Internal\Query\SilverlightArrayListExtensions.cs"/>
 
964
<Compile Include="native\Db4objects.Db4o\Internal\ReflectPlatform.cs"/>
 
965
<Compile Include="native\Db4objects.Db4o\Internal\Reflect\Emitters\AccessorFactory.cs"/>
 
966
<Compile Include="native\Db4objects.Db4o\Internal\Reflect\Emitters\Emitter.cs"/>
 
967
<Compile Include="native\Db4objects.Db4o\Internal\Reflect\Emitters\GetFieldEmitter.cs"/>
 
968
<Compile Include="native\Db4objects.Db4o\Internal\Reflect\Emitters\SetFieldEmitter.cs"/>
 
969
<Compile Include="native\Db4objects.Db4o\Internal\Reflect\FastNetReflector.cs"/>
 
970
<Compile Include="native\Db4objects.Db4o\Internal\TagAttribute.cs"/>
 
971
<Compile Include="native\Db4objects.Db4o\Internal\TypeHandlerConfigurationDotNet.cs"/>
 
972
<Compile Include="native\Db4objects.Db4o\Query\EvaluationDelegate.cs"/>
 
973
<Compile Include="native\Db4objects.Db4o\Query\ISodaQueryFactory.cs"/>
 
974
<Compile Include="native\Db4objects.Db4o\Query\PredicatePlatform.cs"/>
 
975
<Compile Include="native\Db4objects.Db4o\Reflect\Net\NetArray.cs"/>
 
976
<Compile Include="native\Db4objects.Db4o\Reflect\Net\NetClass.cs"/>
 
977
<Compile Include="native\Db4objects.Db4o\Reflect\Net\NetConstructor.cs"/>
 
978
<Compile Include="native\Db4objects.Db4o\Reflect\Net\NetField.cs"/>
 
979
<Compile Include="native\Db4objects.Db4o\Reflect\Net\NetMethod.cs"/>
 
980
<Compile Include="native\Db4objects.Db4o\Reflect\Net\NetReflector.cs"/>
 
981
<Compile Include="native\Db4objects.Db4o\TransientAttribute.cs"/>
 
982
<Compile Include="native\Db4objects.Db4o\Typehandlers\CollectionTypeHandler.cs"/>
 
983
<Compile Include="native\Db4objects.Db4o\Typehandlers\ComparablePreparedComparison.cs"/>
 
984
<Compile Include="native\Db4objects.Db4o\Typehandlers\DateTimeOffsetTypeHandler.cs"/>
 
985
<Compile Include="native\Db4objects.Db4o\Typehandlers\EnumTypeHandler.cs"/>
 
986
<Compile Include="native\Db4objects.Db4o\Typehandlers\GenericCollectionTypeHandler.cs"/>
 
987
<Compile Include="native\Db4objects.Db4o\Typehandlers\GuidTypeHandler.cs"/>
 
988
<Compile Include="native\Db4objects.Db4o\Typehandlers\SystemArrayTypeHandler.cs"/>
 
989
<Compile Include="native\Sharpen\Collections.cs"/>
 
990
<Compile Include="native\Sharpen\IO\BufferedInputStream.cs"/>
 
991
<Compile Include="native\Sharpen\IO\BufferedOutputStream.cs"/>
 
992
<Compile Include="native\Sharpen\IO\ByteArrayInputStream.cs"/>
 
993
<Compile Include="native\Sharpen\IO\ByteArrayOutputStream.cs"/>
 
994
<Compile Include="native\Sharpen\IO\File.cs"/>
 
995
<Compile Include="native\Sharpen\IO\FileInputStream.cs"/>
 
996
<Compile Include="native\Sharpen\IO\FileOutputStream.cs"/>
 
997
<Compile Include="native\Sharpen\IO\IFilenameFilter.cs"/>
 
998
<Compile Include="native\Sharpen\IO\IInputStream.cs"/>
 
999
<Compile Include="native\Sharpen\IO\IOutputStream.cs"/>
 
1000
<Compile Include="native\Sharpen\IO\InputStream.cs"/>
 
1001
<Compile Include="native\Sharpen\IO\OutputStream.cs"/>
 
1002
<Compile Include="native\Sharpen\IO\RandomAccessFile.cs"/>
 
1003
<Compile Include="native\Sharpen\IO\StreamAdaptor.cs"/>
 
1004
<Compile Include="native\Sharpen\Lang\IdentityHashCodeProvider.cs"/>
 
1005
<Compile Include="native\Sharpen\Lang\Reflect.cs"/>
 
1006
<Compile Include="native\Sharpen\Lang\Runnable.cs"/>
 
1007
<Compile Include="native\Sharpen\Lang\SimpleTypeReference.Silverlight.cs"/>
 
1008
<Compile Include="native\Sharpen\Lang\Thread.cs"/>
 
1009
<Compile Include="native\Sharpen\Lang\ThreadLocal.cs"/>
 
1010
<Compile Include="native\Sharpen\Lang\TypeReference.cs"/>
 
1011
<Compile Include="native\Sharpen\Lang\TypeReferenceLexer.cs"/>
 
1012
<Compile Include="native\Sharpen\Lang\TypeReferenceParser.cs"/>
 
1013
<Compile Include="native\Sharpen\Net\ServerSocket.cs"/>
 
1014
<Compile Include="native\Sharpen\Net\Socket.cs"/>
 
1015
<Compile Include="native\Sharpen\Net\SocketWrapper.cs"/>
 
1016
<Compile Include="native\Sharpen\Runtime.cs"/>
 
1017
<Compile Include="native\Sharpen\Text\DecimalFormat.cs"/>
 
1018
<Compile Include="native\Sharpen\Util\Arrays.cs"/>
 
1019
<Compile Include="native\Sharpen\Util\HashSet.cs"/>
 
1020
<Compile Include="native\Sharpen\Util\ISet.cs"/>
 
1021
<Compile Include="native\Sharpen\Util\Random.cs"/>
 
1022
<Compile Include="native\Silverlight\Db4objects.Db4o\Config\SilverlightSupport.cs"/>
 
1023
<Compile Include="native\Silverlight\Db4objects.Db4o\Foundation\IO\File4.cs"/>
 
1024
<Compile Include="native\Silverlight\Db4objects.Db4o\IO\IsolatedStorageFileBin.cs"/>
 
1025
<Compile Include="native\Silverlight\Db4objects.Db4o\IO\IsolatedStorageStorage.cs"/>
 
1026
<Compile Include="native\Silverlight\Db4objects.Db4o\IO\SilverlightIO.cs"/>
 
1027
<Compile Include="native\Silverlight\Db4objects.Db4o\Internal\BlobImpl.cs"/>
 
1028
<Compile Include="native\Silverlight\System\Collections\ArrayList.cs"/>
 
1029
<Compile Include="native\Silverlight\System\Collections\Hashtable.cs"/>
 
1030
<Compile Include="native\Silverlight\System\NonSerialized.cs"/>
 
1031
<Compile Include="native\Silverlight\System\Serializable.cs"/>
 
1032
<Compile Include="native\compact\Lock4.cs"/>
 
1033
<Compile Include="native\net\Compat.cs"/>
 
1034
<Compile Include="native\net\Lock4.cs"/>
 
1035
<Compile Include="native\net\SerializationConstructor.cs"/>
 
1036
<Compile Include="native\net\TSerializable.cs"/>
 
1037
</ItemGroup>
 
1038
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets"/>
 
1039
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
1040
       Other similar extension points exist, see Microsoft.Common.targets.
 
1041
  <Target Name="BeforeBuild">
 
1042
  </Target>
 
1043
  <Target Name="AfterBuild">
 
1044
  </Target>
 
1045
  -->
 
1046
</Project>