~ubuntu-branches/ubuntu/trusty/smuxi/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/ServiceStack/src/ServiceStack.Interfaces/ServiceStack.Interfaces.csproj

  • Committer: Package Import Robot
  • Author(s): Mirco Bauer
  • Date: 2013-05-25 22:11:31 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130525221131-nd2mc0kzubuwyx20
Tags: 0.8.11-1
* [22d13d5] Imported Upstream version 0.8.11
* [6d2b95a] Refreshed patches
* [89eb66e] Added ServiceStack libraries to smuxi-engine package
* [848ab10] Enable Campfire engine
* [c6dbdc7] Always build db4o for predictable build result
* [13ec489] Exclude OS X specific libraries from dh_clideps

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
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>{42E1C8C0-A163-44CC-92B1-8F416F2C0B01}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>ServiceStack</RootNamespace>
 
12
    <AssemblyName>ServiceStack.Interfaces</AssemblyName>
 
13
    <FileAlignment>512</FileAlignment>
 
14
    <FileUpgradeFlags>
 
15
    </FileUpgradeFlags>
 
16
    <OldToolsVersion>3.5</OldToolsVersion>
 
17
    <UpgradeBackupLocation />
 
18
    <PublishUrl>publish\</PublishUrl>
 
19
    <Install>true</Install>
 
20
    <InstallFrom>Disk</InstallFrom>
 
21
    <UpdateEnabled>false</UpdateEnabled>
 
22
    <UpdateMode>Foreground</UpdateMode>
 
23
    <UpdateInterval>7</UpdateInterval>
 
24
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 
25
    <UpdatePeriodically>false</UpdatePeriodically>
 
26
    <UpdateRequired>false</UpdateRequired>
 
27
    <MapFileExtensions>true</MapFileExtensions>
 
28
    <ApplicationRevision>0</ApplicationRevision>
 
29
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 
30
    <IsWebBootstrapper>false</IsWebBootstrapper>
 
31
    <UseApplicationTrust>false</UseApplicationTrust>
 
32
    <BootstrapperEnabled>true</BootstrapperEnabled>
 
33
  </PropertyGroup>
 
34
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
35
    <DebugSymbols>True</DebugSymbols>
 
36
    <DebugType>full</DebugType>
 
37
    <Optimize>False</Optimize>
 
38
    <OutputPath>bin\Debug\</OutputPath>
 
39
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
40
    <ErrorReport>prompt</ErrorReport>
 
41
    <WarningLevel>4</WarningLevel>
 
42
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
43
    <TreatWarningsAsErrors>True</TreatWarningsAsErrors>
 
44
  </PropertyGroup>
 
45
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
46
    <DebugType>pdbonly</DebugType>
 
47
    <Optimize>True</Optimize>
 
48
    <OutputPath>bin\Release\</OutputPath>
 
49
    <DefineConstants>TRACE</DefineConstants>
 
50
    <ErrorReport>prompt</ErrorReport>
 
51
    <WarningLevel>4</WarningLevel>
 
52
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
53
    <DocumentationFile>bin\Release\ServiceStack.Interfaces.XML</DocumentationFile>
 
54
  </PropertyGroup>
 
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'MONOTOUCH|AnyCPU'">
 
56
    <OutputPath>bin\MONOTOUCH\</OutputPath>
 
57
    <DefineConstants>TRACE</DefineConstants>
 
58
    <DocumentationFile>bin\Release\ServiceStack.Interfaces.XML</DocumentationFile>
 
59
    <Optimize>True</Optimize>
 
60
    <DebugType>pdbonly</DebugType>
 
61
    <PlatformTarget>AnyCPU</PlatformTarget>
 
62
    <CodeAnalysisLogFile>bin\Release\ServiceStack.Interfaces.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
 
63
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
 
64
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
 
65
    <ErrorReport>prompt</ErrorReport>
 
66
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
67
    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
 
68
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
 
69
    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
 
70
    <WarningLevel>4</WarningLevel>
 
71
  </PropertyGroup>
 
72
  <ItemGroup>
 
73
    <Reference Include="System" />
 
74
    <Reference Include="System.Core" />
 
75
    <Reference Include="System.Runtime.Serialization" />
 
76
    <Reference Include="System.Xml.Linq" />
 
77
    <Reference Include="System.Data.DataSetExtensions" />
 
78
    <Reference Include="System.Data" />
 
79
    <Reference Include="System.Xml" />
 
80
  </ItemGroup>
 
81
  <ItemGroup>
 
82
    <Compile Include="CacheAccess\ICacheClearable.cs">
 
83
      <SubType>Code</SubType>
 
84
    </Compile>
 
85
    <Compile Include="CacheAccess\ICacheClient.cs">
 
86
      <SubType>Code</SubType>
 
87
    </Compile>
 
88
    <Compile Include="CacheAccess\ICacheHasContentType.cs">
 
89
      <SubType>Code</SubType>
 
90
    </Compile>
 
91
    <Compile Include="CacheAccess\ICacheManager.cs">
 
92
      <SubType>Code</SubType>
 
93
    </Compile>
 
94
    <Compile Include="CacheAccess\ICacheTextManager.cs">
 
95
      <SubType>Code</SubType>
 
96
    </Compile>
 
97
    <Compile Include="CacheAccess\ICacheTextManagerFactory.cs">
 
98
      <SubType>Code</SubType>
 
99
    </Compile>
 
100
    <Compile Include="CacheAccess\ICompressableCacheTextManager.cs">
 
101
      <SubType>Code</SubType>
 
102
    </Compile>
 
103
    <Compile Include="CacheAccess\ICompressableCacheTextManagerFactory.cs">
 
104
      <SubType>Code</SubType>
 
105
    </Compile>
 
106
    <Compile Include="CacheAccess\IDeflateProvider.cs">
 
107
      <SubType>Code</SubType>
 
108
    </Compile>
 
109
    <Compile Include="CacheAccess\IGZipProvider.cs">
 
110
      <SubType>Code</SubType>
 
111
    </Compile>
 
112
    <Compile Include="CacheAccess\IHasCacheClient.cs">
 
113
      <SubType>Code</SubType>
 
114
    </Compile>
 
115
    <Compile Include="CacheAccess\IMemcachedClient.cs">
 
116
      <SubType>Code</SubType>
 
117
    </Compile>
 
118
    <Compile Include="CacheAccess\IPersistenceProviderCache.cs">
 
119
      <SubType>Code</SubType>
 
120
    </Compile>
 
121
    <Compile Include="CacheAccess\IPersistenceProviderCacheFactory.cs">
 
122
      <SubType>Code</SubType>
 
123
    </Compile>
 
124
    <Compile Include="CacheAccess\ISession.cs">
 
125
      <SubType>Code</SubType>
 
126
    </Compile>
 
127
    <Compile Include="CacheAccess\ISessionFactory.cs">
 
128
      <SubType>Code</SubType>
 
129
    </Compile>
 
130
    <Compile Include="Configuration\IContainerAdapter.cs">
 
131
      <SubType>Code</SubType>
 
132
    </Compile>
 
133
    <Compile Include="Configuration\IFactoryProvider.cs">
 
134
      <SubType>Code</SubType>
 
135
    </Compile>
 
136
    <Compile Include="Configuration\IRelease.cs" />
 
137
    <Compile Include="Configuration\IResourceManager.cs">
 
138
      <SubType>Code</SubType>
 
139
    </Compile>
 
140
    <Compile Include="Configuration\ITypeFactory.cs">
 
141
      <SubType>Code</SubType>
 
142
    </Compile>
 
143
    <Compile Include="DataAccess\Criteria\ICriteria.cs">
 
144
      <SubType>Code</SubType>
 
145
    </Compile>
 
146
    <Compile Include="DataAccess\Criteria\IOrderAscendingCriteria.cs">
 
147
      <SubType>Code</SubType>
 
148
    </Compile>
 
149
    <Compile Include="DataAccess\Criteria\IOrderDescendingCriteria.cs">
 
150
      <SubType>Code</SubType>
 
151
    </Compile>
 
152
    <Compile Include="DataAccess\Criteria\IPagingCriteria.cs">
 
153
      <SubType>Code</SubType>
 
154
    </Compile>
 
155
    <Compile Include="DataAccess\Criteria\PagingCriteria.cs">
 
156
      <SubType>Code</SubType>
 
157
    </Compile>
 
158
    <Compile Include="DataAccess\DataAccessException.cs">
 
159
      <SubType>Code</SubType>
 
160
    </Compile>
 
161
    <Compile Include="DataAccess\IAggregatable.cs">
 
162
      <SubType>Code</SubType>
 
163
    </Compile>
 
164
    <Compile Include="DataAccess\IBasicPersistenceProvider.cs">
 
165
      <SubType>Code</SubType>
 
166
    </Compile>
 
167
    <Compile Include="DataAccess\IBasicPersistenceProvider.Generic.cs">
 
168
      <SubType>Code</SubType>
 
169
    </Compile>
 
170
    <Compile Include="DataAccess\IHasDbConnection.cs">
 
171
      <SubType>Code</SubType>
 
172
    </Compile>
 
173
    <Compile Include="DataAccess\IPersistenceProvider.cs">
 
174
      <SubType>Code</SubType>
 
175
    </Compile>
 
176
    <Compile Include="DataAccess\IPersistenceProviderManager.cs">
 
177
      <SubType>Code</SubType>
 
178
    </Compile>
 
179
    <Compile Include="DataAccess\IPersistenceProviderManagerFactory.cs">
 
180
      <SubType>Code</SubType>
 
181
    </Compile>
 
182
    <Compile Include="DataAccess\IQueryable.cs">
 
183
      <SubType>Code</SubType>
 
184
    </Compile>
 
185
    <Compile Include="DataAccess\IQueryableByComparer.cs">
 
186
      <SubType>Code</SubType>
 
187
    </Compile>
 
188
    <Compile Include="DataAccess\IQueryableByExample.cs">
 
189
      <SubType>Code</SubType>
 
190
    </Compile>
 
191
    <Compile Include="DataAccess\IQueryableByPredicate.cs">
 
192
      <SubType>Code</SubType>
 
193
    </Compile>
 
194
    <Compile Include="DataAccess\IQueryablePersistenceProvider.cs">
 
195
      <SubType>Code</SubType>
 
196
    </Compile>
 
197
    <Compile Include="DataAccess\IResultSet.cs">
 
198
      <SubType>Code</SubType>
 
199
    </Compile>
 
200
    <Compile Include="DataAccess\ITransactionContext.cs">
 
201
      <SubType>Code</SubType>
 
202
    </Compile>
 
203
    <Compile Include="DataAnnotations\AliasAttribute.cs">
 
204
      <SubType>Code</SubType>
 
205
    </Compile>
 
206
    <Compile Include="DataAnnotations\AutoIncrementAttribute.cs">
 
207
      <SubType>Code</SubType>
 
208
    </Compile>
 
209
    <Compile Include="DataAnnotations\CompositeIndexAttribute.cs">
 
210
      <SubType>Code</SubType>
 
211
    </Compile>
 
212
    <Compile Include="DataAnnotations\DefaultAttribute.cs">
 
213
      <SubType>Code</SubType>
 
214
    </Compile>
 
215
    <Compile Include="DataAnnotations\IndexAttribute.cs">
 
216
      <SubType>Code</SubType>
 
217
    </Compile>
 
218
    <Compile Include="DataAnnotations\ReferencesAttribute.cs">
 
219
      <SubType>Code</SubType>
 
220
    </Compile>
 
221
    <Compile Include="DesignPatterns\Command\ICommand.cs">
 
222
      <SubType>Code</SubType>
 
223
    </Compile>
 
224
    <Compile Include="DesignPatterns\Command\ICommandExec.cs">
 
225
      <SubType>Code</SubType>
 
226
    </Compile>
 
227
    <Compile Include="DesignPatterns\Command\ICommandIEnumerable.cs">
 
228
      <SubType>Code</SubType>
 
229
    </Compile>
 
230
    <Compile Include="DesignPatterns\Command\ICommandIList.cs">
 
231
      <SubType>Code</SubType>
 
232
    </Compile>
 
233
    <Compile Include="DesignPatterns\Command\ICommandList.cs">
 
234
      <SubType>Code</SubType>
 
235
    </Compile>
 
236
    <Compile Include="DesignPatterns\Command\ICommandVoid.cs">
 
237
      <SubType>Code</SubType>
 
238
    </Compile>
 
239
    <Compile Include="DesignPatterns\Model\IHasGuidId.cs">
 
240
      <SubType>Code</SubType>
 
241
    </Compile>
 
242
    <Compile Include="DesignPatterns\Model\IHasId.cs">
 
243
      <SubType>Code</SubType>
 
244
    </Compile>
 
245
    <Compile Include="DesignPatterns\Model\IHasIntId.cs">
 
246
      <SubType>Code</SubType>
 
247
    </Compile>
 
248
    <Compile Include="DesignPatterns\Model\IHasLongId.cs">
 
249
      <SubType>Code</SubType>
 
250
    </Compile>
 
251
    <Compile Include="DesignPatterns\Model\IHasNamed.cs">
 
252
      <SubType>Code</SubType>
 
253
    </Compile>
 
254
    <Compile Include="DesignPatterns\Model\IHasNamedCollection.cs">
 
255
      <SubType>Code</SubType>
 
256
    </Compile>
 
257
    <Compile Include="DesignPatterns\Model\IHasNamedList.cs">
 
258
      <SubType>Code</SubType>
 
259
    </Compile>
 
260
    <Compile Include="DesignPatterns\Model\IHasStringId.cs">
 
261
      <SubType>Code</SubType>
 
262
    </Compile>
 
263
    <Compile Include="DesignPatterns\Model\IHasUserId.cs">
 
264
      <SubType>Code</SubType>
 
265
    </Compile>
 
266
    <Compile Include="DesignPatterns\Model\IHasUserSession.cs">
 
267
      <SubType>Code</SubType>
 
268
    </Compile>
 
269
    <Compile Include="DesignPatterns\Serialization\IStringDeserializer.cs">
 
270
      <SubType>Code</SubType>
 
271
    </Compile>
 
272
    <Compile Include="DesignPatterns\Serialization\IStringSerializer.cs">
 
273
      <SubType>Code</SubType>
 
274
    </Compile>
 
275
    <Compile Include="DesignPatterns\Serialization\ITextSerializer.cs">
 
276
      <SubType>Code</SubType>
 
277
    </Compile>
 
278
    <Compile Include="DesignPatterns\Translator\ITranslator.cs">
 
279
      <SubType>Code</SubType>
 
280
    </Compile>
 
281
    <Compile Include="Logging\ILog.cs">
 
282
      <SubType>Code</SubType>
 
283
    </Compile>
 
284
    <Compile Include="Logging\ILogFactory.cs">
 
285
      <SubType>Code</SubType>
 
286
    </Compile>
 
287
    <Compile Include="Logging\LogManager.cs">
 
288
      <SubType>Code</SubType>
 
289
    </Compile>
 
290
    <Compile Include="Logging\Support\Logging\ConsoleLogFactory.cs">
 
291
      <SubType>Code</SubType>
 
292
    </Compile>
 
293
    <Compile Include="Logging\Support\Logging\ConsoleLogger.cs">
 
294
      <SubType>Code</SubType>
 
295
    </Compile>
 
296
    <Compile Include="Logging\Support\Logging\DebugLogFactory.cs">
 
297
      <SubType>Code</SubType>
 
298
    </Compile>
 
299
    <Compile Include="Logging\Support\Logging\DebugLogger.cs">
 
300
      <SubType>Code</SubType>
 
301
    </Compile>
 
302
    <Compile Include="Logging\Support\Logging\NullDebugLogger.cs">
 
303
      <SubType>Code</SubType>
 
304
    </Compile>
 
305
    <Compile Include="Logging\Support\Logging\NullLogFactory.cs">
 
306
      <SubType>Code</SubType>
 
307
    </Compile>
 
308
    <Compile Include="Logging\Support\Logging\TestLogFactory.cs">
 
309
      <SubType>Code</SubType>
 
310
    </Compile>
 
311
    <Compile Include="Logging\Support\Logging\TestLogger.cs">
 
312
      <SubType>Code</SubType>
 
313
    </Compile>
 
314
    <Compile Include="LogicFacade\IApplicationContext.cs">
 
315
      <SubType>Code</SubType>
 
316
    </Compile>
 
317
    <Compile Include="LogicFacade\IInitContext.cs">
 
318
      <SubType>Code</SubType>
 
319
    </Compile>
 
320
    <Compile Include="LogicFacade\ILogicFacade.cs">
 
321
      <SubType>Code</SubType>
 
322
    </Compile>
 
323
    <Compile Include="LogicFacade\InitOptions.cs">
 
324
      <SubType>Code</SubType>
 
325
    </Compile>
 
326
    <Compile Include="LogicFacade\IOperationContext.cs">
 
327
      <SubType>Code</SubType>
 
328
    </Compile>
 
329
    <Compile Include="LogicFacade\IServiceModelFinder.cs">
 
330
      <SubType>Code</SubType>
 
331
    </Compile>
 
332
    <Compile Include="LogicFacade\IXmlRequest.cs">
 
333
      <SubType>Code</SubType>
 
334
    </Compile>
 
335
    <Compile Include="Messaging\IMessage.cs">
 
336
      <SubType>Code</SubType>
 
337
    </Compile>
 
338
    <Compile Include="Messaging\IMessageFactory.cs">
 
339
      <SubType>Code</SubType>
 
340
    </Compile>
 
341
    <Compile Include="Messaging\IMessageProducer.cs">
 
342
      <SubType>Code</SubType>
 
343
    </Compile>
 
344
    <Compile Include="Messaging\IMessageQueueClient.cs">
 
345
      <SubType>Code</SubType>
 
346
    </Compile>
 
347
    <Compile Include="Messaging\IMessageQueueClientFactory.cs">
 
348
      <SubType>Code</SubType>
 
349
    </Compile>
 
350
    <Compile Include="Messaging\IMessageService.cs">
 
351
      <SubType>Code</SubType>
 
352
    </Compile>
 
353
    <Compile Include="Messaging\MessageError.cs">
 
354
      <SubType>Code</SubType>
 
355
    </Compile>
 
356
    <Compile Include="Messaging\MessageFactory.cs">
 
357
      <SubType>Code</SubType>
 
358
    </Compile>
 
359
    <Compile Include="Messaging\MessageHandlerStats.cs">
 
360
      <SubType>Code</SubType>
 
361
    </Compile>
 
362
    <Compile Include="Messaging\MessageOption.cs">
 
363
      <SubType>Code</SubType>
 
364
    </Compile>
 
365
    <Compile Include="Messaging\MessagingException.cs">
 
366
      <SubType>Code</SubType>
 
367
    </Compile>
 
368
    <Compile Include="Messaging\QueueNames.cs">
 
369
      <SubType>Code</SubType>
 
370
    </Compile>
 
371
    <Compile Include="Messaging\UnRetryableMessagingException.cs">
 
372
      <SubType>Code</SubType>
 
373
    </Compile>
 
374
    <Compile Include="OrmLite\DbConnectionFactory.cs" />
 
375
    <Compile Include="OrmLite\IDbConnectionFactory.cs" />
 
376
    <Compile Include="Properties\AssemblyInfo.cs" />
 
377
    <Compile Include="Redis\Generic\IRedisHash.Generic.cs">
 
378
      <SubType>Code</SubType>
 
379
    </Compile>
 
380
    <Compile Include="Redis\Generic\IRedisList.Generic.cs">
 
381
      <SubType>Code</SubType>
 
382
    </Compile>
 
383
    <Compile Include="Redis\Generic\IRedisSet.Generic.cs">
 
384
      <SubType>Code</SubType>
 
385
    </Compile>
 
386
    <Compile Include="Redis\Generic\IRedisSortedSet.Generic.cs">
 
387
      <SubType>Code</SubType>
 
388
    </Compile>
 
389
    <Compile Include="Redis\Generic\IRedisTransaction.cs">
 
390
      <SubType>Code</SubType>
 
391
    </Compile>
 
392
    <Compile Include="Redis\Generic\IRedisTypedClient.cs">
 
393
      <SubType>Code</SubType>
 
394
    </Compile>
 
395
    <Compile Include="Redis\Generic\IRedisTypedPipeline.cs">
 
396
      <SubType>Code</SubType>
 
397
    </Compile>
 
398
    <Compile Include="Redis\Generic\IRedisTypedQueueableOperation.cs">
 
399
      <SubType>Code</SubType>
 
400
    </Compile>
 
401
    <Compile Include="Redis\IRedisClient.cs">
 
402
      <SubType>Code</SubType>
 
403
    </Compile>
 
404
    <Compile Include="Redis\IRedisClientCacheManager.cs">
 
405
      <SubType>Code</SubType>
 
406
    </Compile>
 
407
    <Compile Include="Redis\IRedisClientsManager.cs">
 
408
      <SubType>Code</SubType>
 
409
    </Compile>
 
410
    <Compile Include="Redis\IRedisHash.cs">
 
411
      <SubType>Code</SubType>
 
412
    </Compile>
 
413
    <Compile Include="Redis\IRedisList.cs">
 
414
      <SubType>Code</SubType>
 
415
    </Compile>
 
416
    <Compile Include="Redis\IRedisNativeClient.cs">
 
417
      <SubType>Code</SubType>
 
418
    </Compile>
 
419
    <Compile Include="Redis\IRedisSet.cs">
 
420
      <SubType>Code</SubType>
 
421
    </Compile>
 
422
    <Compile Include="Redis\IRedisSortedSet.cs">
 
423
      <SubType>Code</SubType>
 
424
    </Compile>
 
425
    <Compile Include="Redis\IRedisSubscription.cs">
 
426
      <SubType>Code</SubType>
 
427
    </Compile>
 
428
    <Compile Include="Redis\IRedisTransaction.cs">
 
429
      <SubType>Code</SubType>
 
430
    </Compile>
 
431
    <Compile Include="Redis\IRedisTransactionBase.cs">
 
432
      <SubType>Code</SubType>
 
433
    </Compile>
 
434
    <Compile Include="Redis\ItemRef.cs" />
 
435
    <Compile Include="Redis\Pipeline\IRedisPipeline.cs">
 
436
      <SubType>Code</SubType>
 
437
    </Compile>
 
438
    <Compile Include="Redis\Pipeline\IRedisPipelineShared.cs">
 
439
      <SubType>Code</SubType>
 
440
    </Compile>
 
441
    <Compile Include="Redis\Pipeline\IRedisQueueableOperation.cs">
 
442
      <SubType>Code</SubType>
 
443
    </Compile>
 
444
    <Compile Include="Redis\Pipeline\IRedisQueueCompletableOperation.cs">
 
445
      <SubType>Code</SubType>
 
446
    </Compile>
 
447
    <Compile Include="Redis\RedisKeyType.cs">
 
448
      <SubType>Code</SubType>
 
449
    </Compile>
 
450
    <Compile Include="Redis\SortOptions.cs">
 
451
      <SubType>Code</SubType>
 
452
    </Compile>
 
453
    <Compile Include="SearchIndex\FullTextIndexAttribute.cs">
 
454
      <SubType>Code</SubType>
 
455
    </Compile>
 
456
    <Compile Include="SearchIndex\FullTextIndexDocumentAttribute.cs">
 
457
      <SubType>Code</SubType>
 
458
    </Compile>
 
459
    <Compile Include="SearchIndex\FullTextIndexFieldAttribute.cs">
 
460
      <SubType>Code</SubType>
 
461
    </Compile>
 
462
    <Compile Include="ServiceHost\IRequiresHttpRequest.cs" />
 
463
    <Compile Include="ServiceHost\IRequiresRequestStream.cs" />
 
464
    <Compile Include="ServiceHost\EndpointAttributes.cs">
 
465
      <SubType>Code</SubType>
 
466
    </Compile>
 
467
    <Compile Include="ServiceHost\Feature.cs">
 
468
      <SubType>Code</SubType>
 
469
    </Compile>
 
470
    <Compile Include="ServiceHost\IAsyncService.cs">
 
471
      <SubType>Code</SubType>
 
472
    </Compile>
 
473
    <Compile Include="ServiceHost\IResolver.cs">
 
474
      <SubType>Code</SubType>
 
475
    </Compile>
 
476
    <Compile Include="ServiceHost\IContentTypeFilter.cs">
 
477
      <SubType>Code</SubType>
 
478
    </Compile>
 
479
    <Compile Include="ServiceHost\IContentTypeReader.cs">
 
480
      <SubType>Code</SubType>
 
481
    </Compile>
 
482
    <Compile Include="ServiceHost\IContentTypeWriter.cs">
 
483
      <SubType>Code</SubType>
 
484
    </Compile>
 
485
    <Compile Include="ServiceHost\ICookies.cs">
 
486
      <SubType>Code</SubType>
 
487
    </Compile>
 
488
    <Compile Include="ServiceHost\IExpirable.cs">
 
489
      <SubType>Code</SubType>
 
490
    </Compile>
 
491
    <Compile Include="ServiceHost\IFile.cs">
 
492
      <SubType>Code</SubType>
 
493
    </Compile>
 
494
    <Compile Include="ServiceHost\IHasOptions.cs">
 
495
      <SubType>Code</SubType>
 
496
    </Compile>
 
497
    <Compile Include="ServiceHost\IHasRequestFilter.cs">
 
498
      <SubType>Code</SubType>
 
499
    </Compile>
 
500
    <Compile Include="ServiceHost\IHasResponseFilter.cs">
 
501
      <SubType>Code</SubType>
 
502
    </Compile>
 
503
    <Compile Include="ServiceHost\IHttpError.cs">
 
504
      <SubType>Code</SubType>
 
505
    </Compile>
 
506
    <Compile Include="ServiceHost\IHttpRequest.cs">
 
507
      <SubType>Code</SubType>
 
508
    </Compile>
 
509
    <Compile Include="ServiceHost\IHttpResponse.cs">
 
510
      <SubType>Code</SubType>
 
511
    </Compile>
 
512
    <Compile Include="ServiceHost\IHttpResult.cs">
 
513
      <SubType>Code</SubType>
 
514
    </Compile>
 
515
    <Compile Include="ServiceHost\IRequestAttributes.cs">
 
516
      <SubType>Code</SubType>
 
517
    </Compile>
 
518
    <Compile Include="ServiceHost\IRequestContext.cs">
 
519
      <SubType>Code</SubType>
 
520
    </Compile>
 
521
    <Compile Include="ServiceHost\IRequestLogger.cs">
 
522
      <SubType>Code</SubType>
 
523
    </Compile>
 
524
    <Compile Include="ServiceHost\IRequiresRequestContext.cs">
 
525
      <SubType>Code</SubType>
 
526
    </Compile>
 
527
    <Compile Include="ServiceHost\IRestDeleteService.cs">
 
528
      <SubType>Code</SubType>
 
529
    </Compile>
 
530
    <Compile Include="ServiceHost\IRestGetService.cs">
 
531
      <SubType>Code</SubType>
 
532
    </Compile>
 
533
    <Compile Include="ServiceHost\IRestPatchService.cs">
 
534
      <SubType>Code</SubType>
 
535
    </Compile>
 
536
    <Compile Include="ServiceHost\IRestPath.cs">
 
537
      <SubType>Code</SubType>
 
538
    </Compile>
 
539
    <Compile Include="ServiceHost\IRestPostService.cs">
 
540
      <SubType>Code</SubType>
 
541
    </Compile>
 
542
    <Compile Include="ServiceHost\IRestPutService.cs">
 
543
      <SubType>Code</SubType>
 
544
    </Compile>
 
545
    <Compile Include="ServiceHost\IRestService.cs">
 
546
      <SubType>Code</SubType>
 
547
    </Compile>
 
548
    <Compile Include="ServiceHost\IService.cs">
 
549
      <SubType>Code</SubType>
 
550
    </Compile>
 
551
    <Compile Include="ServiceHost\IServiceController.cs">
 
552
      <SubType>Code</SubType>
 
553
    </Compile>
 
554
    <Compile Include="ServiceHost\IServiceRoutes.cs">
 
555
      <SubType>Code</SubType>
 
556
    </Compile>
 
557
    <Compile Include="ServiceHost\RouteAttribute.cs" />
 
558
    <Compile Include="ServiceInterface.ServiceModel\RequestLogEntry.cs" />
 
559
    <Compile Include="ServiceHost\RestServiceAttribute.cs">
 
560
      <SubType>Code</SubType>
 
561
    </Compile>
 
562
    <Compile Include="ServiceHost\ServiceAttribute.cs">
 
563
      <SubType>Code</SubType>
 
564
    </Compile>
 
565
    <Compile Include="ServiceInterface.ServiceModel\CollectionTypes.cs">
 
566
      <SubType>Code</SubType>
 
567
    </Compile>
 
568
    <Compile Include="ServiceInterface.ServiceModel\ICacheByDateModified.cs">
 
569
      <SubType>Code</SubType>
 
570
    </Compile>
 
571
    <Compile Include="ServiceInterface.ServiceModel\ICacheByEtag.cs">
 
572
      <SubType>Code</SubType>
 
573
    </Compile>
 
574
    <Compile Include="ServiceInterface.ServiceModel\IHasAction.cs">
 
575
      <SubType>Code</SubType>
 
576
    </Compile>
 
577
    <Compile Include="ServiceInterface.ServiceModel\IHasResponseStatus.cs">
 
578
      <SubType>Code</SubType>
 
579
    </Compile>
 
580
    <Compile Include="ServiceInterface.ServiceModel\Property.cs">
 
581
      <SubType>Code</SubType>
 
582
    </Compile>
 
583
    <Compile Include="ServiceInterface.ServiceModel\ResponseError.cs">
 
584
      <SubType>Code</SubType>
 
585
    </Compile>
 
586
    <Compile Include="ServiceInterface.ServiceModel\ResponseStatus.cs">
 
587
      <SubType>Code</SubType>
 
588
    </Compile>
 
589
    <Compile Include="Service\IOneWayClient.cs">
 
590
      <SubType>Code</SubType>
 
591
    </Compile>
 
592
    <Compile Include="Service\IReplyClient.cs">
 
593
      <SubType>Code</SubType>
 
594
    </Compile>
 
595
    <Compile Include="Service\IResponseBase.cs">
 
596
      <SubType>Code</SubType>
 
597
    </Compile>
 
598
    <Compile Include="Service\IResponseStatus.cs">
 
599
      <SubType>Code</SubType>
 
600
    </Compile>
 
601
    <Compile Include="Service\IRestClient.cs">
 
602
      <SubType>Code</SubType>
 
603
    </Compile>
 
604
    <Compile Include="Service\IRestClientAsync.cs">
 
605
      <SubType>Code</SubType>
 
606
    </Compile>
 
607
    <Compile Include="Service\IServiceClient.cs">
 
608
      <SubType>Code</SubType>
 
609
    </Compile>
 
610
    <Compile Include="Service\IServiceClientAsync.cs">
 
611
      <SubType>Code</SubType>
 
612
    </Compile>
 
613
    <Compile Include="Service\IStreamWriter.cs">
 
614
      <SubType>Code</SubType>
 
615
    </Compile>
 
616
    <Compile Include="Translators\TranslateAttribute.cs">
 
617
      <SubType>Code</SubType>
 
618
    </Compile>
 
619
    <Compile Include="Translators\TranslateExtensionAttribute.cs">
 
620
      <SubType>Code</SubType>
 
621
    </Compile>
 
622
    <Compile Include="Translators\TranslateMemberAttribute.cs">
 
623
      <SubType>Code</SubType>
 
624
    </Compile>
 
625
  </ItemGroup>
 
626
  <ItemGroup>
 
627
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 
628
      <Visible>False</Visible>
 
629
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 
630
      <Install>false</Install>
 
631
    </BootstrapperPackage>
 
632
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 
633
      <Visible>False</Visible>
 
634
      <ProductName>.NET Framework 3.5 SP1</ProductName>
 
635
      <Install>true</Install>
 
636
    </BootstrapperPackage>
 
637
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
 
638
      <Visible>False</Visible>
 
639
      <ProductName>Windows Installer 3.1</ProductName>
 
640
      <Install>true</Install>
 
641
    </BootstrapperPackage>
 
642
  </ItemGroup>
 
643
  <ItemGroup>
 
644
    <None Include="README.md" />
 
645
    <None Include="Redis\Redis.cd" />
 
646
  </ItemGroup>
 
647
  <ItemGroup>
 
648
    <Content Include="Redis\Redis-annotated.png" />
 
649
    <Content Include="Redis\Redis.png" />
 
650
  </ItemGroup>
 
651
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
652
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
653
       Other similar extension points exist, see Microsoft.Common.targets.
 
654
  <Target Name="BeforeBuild">
 
655
  </Target>
 
656
  <Target Name="AfterBuild">
 
657
  </Target>
 
658
  -->
 
659
  <ItemGroup />
 
660
</Project>
 
 
b'\\ No newline at end of file'