PageRenderTime 58ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/Raven.Tests/Raven.Tests.csproj

http://github.com/ravendb/ravendb
MSBuild | 1080 lines | 1073 code | 0 blank | 7 comment | 0 complexity | 7c26bc8419eef4a8cd602b9e4afda8f1 MD5 | raw file
Possible License(s): GPL-3.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, Apache-2.0, BSD-3-Clause

Large files files are truncated, but you can click here to view the full file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{267AC60C-751E-42E9-AA18-66035DEFF63A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Raven.Tests</RootNamespace>
  12. <AssemblyName>Raven.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <TargetFrameworkProfile />
  35. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  36. <RestorePackages>true</RestorePackages>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>TRACE;DEBUG</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  47. <PlatformTarget>x64</PlatformTarget>
  48. <Prefer32Bit>false</Prefer32Bit>
  49. <NoWarn>618</NoWarn>
  50. <LangVersion>5</LangVersion>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  53. <DebugType>pdbonly</DebugType>
  54. <Optimize>true</Optimize>
  55. <OutputPath>bin\Release\</OutputPath>
  56. <DefineConstants>TRACE</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  60. <StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
  61. <Prefer32Bit>false</Prefer32Bit>
  62. <NoWarn>618</NoWarn>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <SignAssembly>true</SignAssembly>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <AssemblyOriginatorKeyFile>..\Raven.Database\RavenDB.snk</AssemblyOriginatorKeyFile>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Profiling|AnyCPU'">
  71. <OutputPath>bin\Profiling\</OutputPath>
  72. <DefineConstants>TRACE</DefineConstants>
  73. <Optimize>true</Optimize>
  74. <DebugType>pdbonly</DebugType>
  75. <PlatformTarget>AnyCPU</PlatformTarget>
  76. <ErrorReport>prompt</ErrorReport>
  77. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  78. <NoWarn>618</NoWarn>
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Reference Include="Esent.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b93b4ad6c4b80595, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\SharedLibs\Esent.Interop.dll</HintPath>
  84. </Reference>
  85. <Reference Include="FizzWare.NBuilder">
  86. <HintPath>..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll</HintPath>
  87. </Reference>
  88. <Reference Include="FluentAssertions">
  89. <HintPath>..\packages\FluentAssertions.3.3.0\lib\net45\FluentAssertions.dll</HintPath>
  90. </Reference>
  91. <Reference Include="FluentAssertions.Core">
  92. <HintPath>..\packages\FluentAssertions.3.3.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  93. </Reference>
  94. <Reference Include="GeoAPI, Version=1.7.4693.18483, Culture=neutral, PublicKeyToken=a1a0da7def465678, processorArchitecture=MSIL">
  95. <SpecificVersion>False</SpecificVersion>
  96. <HintPath>..\SharedLibs\GeoAPI.dll</HintPath>
  97. </Reference>
  98. <Reference Include="ICSharpCode.NRefactory, Version=5.0.0.0, Culture=neutral, PublicKeyToken=d4bfe873e7598c49, processorArchitecture=MSIL">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>..\packages\ICSharpCode.NRefactory.5.3.0\lib\Net40\ICSharpCode.NRefactory.dll</HintPath>
  101. </Reference>
  102. <Reference Include="ICSharpCode.NRefactory.CSharp, Version=5.0.0.0, Culture=neutral, PublicKeyToken=d4bfe873e7598c49, processorArchitecture=MSIL">
  103. <SpecificVersion>False</SpecificVersion>
  104. <HintPath>..\packages\ICSharpCode.NRefactory.5.3.0\lib\Net40\ICSharpCode.NRefactory.CSharp.dll</HintPath>
  105. </Reference>
  106. <Reference Include="ICSharpCode.NRefactory.Xml, Version=5.0.0.0, Culture=neutral, PublicKeyToken=d4bfe873e7598c49, processorArchitecture=MSIL">
  107. <SpecificVersion>False</SpecificVersion>
  108. <HintPath>..\packages\ICSharpCode.NRefactory.5.3.0\lib\Net40\ICSharpCode.NRefactory.Xml.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Jint">
  111. <HintPath>..\SharedLibs\Jint.dll</HintPath>
  112. </Reference>
  113. <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  114. <SpecificVersion>False</SpecificVersion>
  115. <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
  116. </Reference>
  117. <Reference Include="Lucene.Net, Version=2.9.1.2, Culture=neutral, processorArchitecture=MSIL">
  118. <SpecificVersion>False</SpecificVersion>
  119. <HintPath>..\SharedLibs\Lucene.Net.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Lucene.Net.Contrib.Spatial.NTS">
  122. <HintPath>..\SharedLibs\Lucene.Net.Contrib.Spatial.NTS.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Lucene.Net.Contrib.FastVectorHighlighter, Version=3.0.3.0, Culture=neutral, PublicKeyToken=85089178b9ac3181, processorArchitecture=MSIL">
  125. <SpecificVersion>False</SpecificVersion>
  126. <HintPath>..\SharedLibs\Lucene.Net.Contrib.FastVectorHighlighter.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Microsoft.CSharp" />
  129. <Reference Include="Microsoft.Owin, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  130. <SpecificVersion>False</SpecificVersion>
  131. <HintPath>..\packages\Microsoft.Owin.3.0.0\lib\net45\Microsoft.Owin.dll</HintPath>
  132. </Reference>
  133. <Reference Include="Microsoft.Owin.Host.HttpListener, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  134. <SpecificVersion>False</SpecificVersion>
  135. <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.3.0.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  136. </Reference>
  137. <Reference Include="Microsoft.Owin.Hosting, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  138. <SpecificVersion>False</SpecificVersion>
  139. <HintPath>..\packages\Microsoft.Owin.Hosting.3.0.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
  140. </Reference>
  141. <Reference Include="Microsoft.VisualStudio.DebuggerVisualizers, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  142. <SpecificVersion>False</SpecificVersion>
  143. <HintPath>..\..\..\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
  144. </Reference>
  145. <Reference Include="NetTopologySuite, Version=1.13.4693.18484, Culture=neutral, PublicKeyToken=f580a05016ebada1, processorArchitecture=MSIL">
  146. <SpecificVersion>False</SpecificVersion>
  147. <HintPath>..\SharedLibs\NetTopologySuite.dll</HintPath>
  148. </Reference>
  149. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  150. <SpecificVersion>False</SpecificVersion>
  151. <HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
  152. </Reference>
  153. <Reference Include="NLog, Version=3.1.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  154. <SpecificVersion>False</SpecificVersion>
  155. <HintPath>..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath>
  156. </Reference>
  157. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  158. <SpecificVersion>False</SpecificVersion>
  159. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  160. </Reference>
  161. <Reference Include="Rhino.Mocks">
  162. <HintPath>..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
  163. <Private>True</Private>
  164. </Reference>
  165. <Reference Include="Spatial4n.Core.NTS, Version=0.3.0.0, Culture=neutral, PublicKeyToken=9f9456e1ca16d45e, processorArchitecture=MSIL">
  166. <SpecificVersion>False</SpecificVersion>
  167. <HintPath>..\SharedLibs\Spatial4n.Core.NTS.dll</HintPath>
  168. </Reference>
  169. <Reference Include="System" />
  170. <Reference Include="System.ComponentModel.Composition" />
  171. <Reference Include="System.ComponentModel.DataAnnotations" />
  172. <Reference Include="System.configuration" />
  173. <Reference Include="System.Core">
  174. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  175. </Reference>
  176. <Reference Include="System.IO.Compression" />
  177. <Reference Include="System.Linq" />
  178. <Reference Include="System.Net" />
  179. <Reference Include="System.Net.Http" />
  180. <Reference Include="System.Net.Http.Formatting, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  181. <SpecificVersion>False</SpecificVersion>
  182. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.2\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  183. </Reference>
  184. <Reference Include="System.Net.Http.WebRequest" />
  185. <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  186. <SpecificVersion>False</SpecificVersion>
  187. <HintPath>..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  188. </Reference>
  189. <Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  190. <SpecificVersion>False</SpecificVersion>
  191. <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  192. </Reference>
  193. <Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  194. <SpecificVersion>False</SpecificVersion>
  195. <HintPath>..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  196. </Reference>
  197. <Reference Include="System.Reactive.PlatformServices">
  198. <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  199. </Reference>
  200. <Reference Include="System.Runtime.Serialization" />
  201. <Reference Include="System.Transactions" />
  202. <Reference Include="System.Web" />
  203. <Reference Include="System.Web.Abstractions" />
  204. <Reference Include="System.Web.Extensions" />
  205. <Reference Include="System.Web.Http, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  206. <SpecificVersion>False</SpecificVersion>
  207. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll</HintPath>
  208. </Reference>
  209. <Reference Include="System.Xml.Linq">
  210. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  211. </Reference>
  212. <Reference Include="System.Data.DataSetExtensions">
  213. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  214. </Reference>
  215. <Reference Include="System.Data" />
  216. <Reference Include="System.Xml" />
  217. <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  218. <SpecificVersion>False</SpecificVersion>
  219. <HintPath>..\SharedLibs\xunit\xunit.dll</HintPath>
  220. </Reference>
  221. <Reference Include="xunit.extensions, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  222. <SpecificVersion>False</SpecificVersion>
  223. <HintPath>..\SharedLibs\xunit\xunit.extensions.dll</HintPath>
  224. </Reference>
  225. </ItemGroup>
  226. <ItemGroup>
  227. <Compile Include="..\CommonAssemblyInfo.cs">
  228. <Link>Properties\CommonAssemblyInfo.cs</Link>
  229. </Compile>
  230. <Compile Include="Abstractions\Logging\LoggerExecutionWrapperTests.cs" />
  231. <Compile Include="Abstractions\Logging\LogProviders\Log4NetLogManagerLoggingDisabledTests.cs" />
  232. <Compile Include="Abstractions\Logging\LogProviders\Log4NetLogManagerLoggingEnabledTests.cs" />
  233. <Compile Include="Abstractions\Logging\LogProviders\NLogLogManagerLoggingDisabedTests.cs" />
  234. <Compile Include="Abstractions\Logging\LogProviders\NLogLogProviderLoggingEnabledTests.cs" />
  235. <Compile Include="Abstractions\Logging\LogManagerTests.cs" />
  236. <Compile Include="AllExceptionsAreSerializaable.cs" />
  237. <Compile Include="Bugs\AccessingHostPropertyOnUri.cs" />
  238. <Compile Include="Bugs\AccurateCount.cs" />
  239. <Compile Include="Bugs\AdHocProjections.cs" />
  240. <Compile Include="Bugs\AfterDeletingTheIndexStopsBeingStale.cs" />
  241. <Compile Include="Bugs\AggressiveCaching.cs" />
  242. <Compile Include="Bugs\AggressiveCachingEmbedded.cs" />
  243. <Compile Include="Bugs\AnalyzerPerField.cs" />
  244. <Compile Include="Bugs\Andrew.cs" />
  245. <Compile Include="Bugs\AnonymousClasses.cs" />
  246. <Compile Include="Bugs\ArrayOfMaybeNull.cs" />
  247. <Compile Include="Bugs\Async\WebApi.cs" />
  248. <Compile Include="Bugs\Async\DynamicGeneratedIds.cs" />
  249. <Compile Include="Bugs\Attachments.cs" />
  250. <Compile Include="Bugs\AvoidRaceConditionWhenWeLoadTheDataNotPatched.cs" />
  251. <Compile Include="Bugs\BackwardCompatibility.cs" />
  252. <Compile Include="Bugs\BulkInsert.cs" />
  253. <Compile Include="Bugs\BatchPatching.cs" />
  254. <Compile Include="Bugs\Caching\CachingOfPostQueries.cs" />
  255. <Compile Include="Bugs\CanAggregateOnDecimal.cs" />
  256. <Compile Include="Bugs\ExcludesWebServerHttpHeadersWhenDeserializing.cs" />
  257. <Compile Include="Bugs\CanDeserializeWhenWeHaveLastModifiedTwiceInMetadata.cs" />
  258. <Compile Include="Bugs\CannotChangeId.cs" />
  259. <Compile Include="Bugs\CanUseLuceneCodecDirectory.cs" />
  260. <Compile Include="Bugs\CanUseReduceResultInOutput.cs" />
  261. <Compile Include="Bugs\CaseSensitiveDeletes.cs" />
  262. <Compile Include="Bugs\Chripede\IndexOnList.cs" />
  263. <Compile Include="Bugs\AccessingMetadataInTransformer.cs" />
  264. <Compile Include="Bugs\CustomizingIndexQuery.cs" />
  265. <Compile Include="Bugs\DocumentWithNaN.cs" />
  266. <Compile Include="Bugs\DoesPreserveDocumentIdCaseWhenPatchingFullCollectionTest.cs" />
  267. <Compile Include="Bugs\EntityWithStack.cs" />
  268. <Compile Include="Bugs\Indexing\SetIndexPriority.cs" />
  269. <Compile Include="Bugs\MapRedue\LargeKeysInVoron.cs" />
  270. <Compile Include="Bugs\NoTracking.cs" />
  271. <Compile Include="Bugs\SortingAsMaxInt.cs" />
  272. <Compile Include="DistinctFacets\DistinctAndFacets.cs" />
  273. <Compile Include="DistinctFacets\FromUser.cs" />
  274. <Compile Include="Faceted\LargeFacets.cs" />
  275. <Compile Include="Indexes\IndexReplacement.cs" />
  276. <Compile Include="IndexMerging\SimpleIndexMerging.cs" />
  277. <Compile Include="Embedded\EmbeddedTests.cs" />
  278. <Compile Include="Bugs\WhenStoringADocumentWithAsyncSessionAndZipCompressionOn.cs" />
  279. <Compile Include="Bugs\CanPatchADocumentThatContainsBytes.cs" />
  280. <Compile Include="Bugs\CompilingIndexesCreatesCacheDirectory.cs" />
  281. <Compile Include="Bugs\DefaultOperatorTest.cs" />
  282. <Compile Include="Bugs\DTC\NSB\DbShutDownMidTransaction.cs" />
  283. <Compile Include="Bugs\DyanmicId.cs" />
  284. <Compile Include="Bugs\DynamicId.cs" />
  285. <Compile Include="Bugs\LazilyLoadWithTransformerWhileUsingSharding.cs" />
  286. <Compile Include="Bugs\LazyBug.cs" />
  287. <Compile Include="Bugs\LoadDocumentWithSelectMany.cs" />
  288. <Compile Include="Bugs\PatchingWithDefault.cs" />
  289. <Compile Include="Bugs\RavenDB_1532.cs" />
  290. <Compile Include="Bugs\NullableDateTimeOffsetFromDateTimeParse.cs" />
  291. <Compile Include="Bugs\RawQueryShouldGoThroughAnalysis.cs" />
  292. <Compile Include="Bugs\SyncAsync.cs" />
  293. <Compile Include="Bugs\TransformationsUnitTest.cs" />
  294. <Compile Include="Faceted\LazyFacets.cs" />
  295. <Compile Include="Bugs\LoDash.cs" />
  296. <Compile Include="Bugs\Errors\QueryIssues.cs" />
  297. <Compile Include="Bugs\Facets\FacetErrors.cs" />
  298. <Compile Include="Bugs\Facets\FacetsCreationTest.cs" />
  299. <Compile Include="Bugs\Facets\DateTimeFacets.cs" />
  300. <Compile Include="Bugs\TransformerThatReturnAnArray.cs" />
  301. <Compile Include="Json\JsonCodeGeneratorTests.cs" />
  302. <Compile Include="LicenseValidatorTest.cs" />
  303. <Compile Include="Linq\GroupByAndDocumentId.cs" />
  304. <Compile Include="Linq\In.cs" />
  305. <Compile Include="Bugs\WhenQueringAsync.cs" />
  306. <Compile Include="Bugs\PatchShouldNotConvertFloatToInteger.cs" />
  307. <Compile Include="Bugs\MultiGetDoesNotUrlDecodeTwice.cs" />
  308. <Compile Include="Bugs\MultiMap\MultiMapWithNullableEnum.cs" />
  309. <Compile Include="Bugs\MultiMap\MultiMapWithNullableEnumAndCoalescingOperator.cs" />
  310. <Compile Include="Bugs\Nullable.cs" />
  311. <Compile Include="Bugs\ProjectionPersistenceTest.cs" />
  312. <Compile Include="Bugs\WhenUsingDtcWeMustMakeSureToUpdateTheIndexingAboutNewWorkSoWeWontHaveInfiniteStaleIndexes.cs" />
  313. <Compile Include="Bugs\ComplexIndexes.cs" />
  314. <Compile Include="Bugs\ConflictsWithIIS.cs" />
  315. <Compile Include="Bugs\ConflictsWithRemote.cs" />
  316. <Compile Include="Bugs\CreatingIndexes.cs" />
  317. <Compile Include="Bugs\CS1977.cs" />
  318. <Compile Include="Bugs\DamianPutSnapshot.cs" />
  319. <Compile Include="Bugs\DanTurner.cs" />
  320. <Compile Include="Bugs\DeserializationAcrossTypes.cs" />
  321. <Compile Include="Bugs\DictionaryOfDateTime.cs" />
  322. <Compile Include="Bugs\DynamicQuerySorting.cs" />
  323. <Compile Include="Bugs\EmbeddableDocumentStoreUsingUrlWithConnectionString.cs" />
  324. <Compile Include="Bugs\EmptyAttachments.cs" />
  325. <Compile Include="Bugs\EqualityWithArrayOfGuids.cs" />
  326. <Compile Include="Bugs\Everett.cs" />
  327. <Compile Include="Bugs\FullTextSearchOnTags.cs" />
  328. <Compile Include="Bugs\HiLoKeyGeneratorConcurrency.cs" />
  329. <Compile Include="Bugs\Identifiers\SpecialCharactersOnIIS.cs" />
  330. <Compile Include="Bugs\Identifiers\WithBase64Characters.cs" />
  331. <Compile Include="Bugs\HiLoToMaxTests.cs" />
  332. <Compile Include="Bugs\IndexesWithDateTimeMin.cs" />
  333. <Compile Include="Bugs\Indexing\CanHaveAnIndexNameThatStartsWithDynamic.cs" />
  334. <Compile Include="Bugs\Indexing\CanHaveEscapedSecialCharactersInDefinition.cs" />
  335. <Compile Include="Bugs\Indexing\CannotCreateIndexWithoutReduce.cs" />
  336. <Compile Include="Bugs\Indexing\DataContracts.cs" />
  337. <Compile Include="Bugs\Indexing\WillRemoveTypesThatNotExistsOnTheServer.cs" />
  338. <Compile Include="Bugs\Indexing\IndexBuilderShouldCastNull.cs" />
  339. <Compile Include="Bugs\Indexing\WithStringReverse.cs" />
  340. <Compile Include="Bugs\Indexing\InvalidIndexes.cs" />
  341. <Compile Include="Bugs\InitializeConfiguration.cs" />
  342. <Compile Include="Bugs\Issue355.cs" />
  343. <Compile Include="Bugs\johannesgu.cs" />
  344. <Compile Include="Bugs\JsonReferences.cs" />
  345. <Compile Include="Bugs\LarsErik.cs" />
  346. <Compile Include="Bugs\Iulian\GeneratesCorrectTemporaryIndex.cs" />
  347. <Compile Include="Bugs\LiveProjections\Entities\Place.cs" />
  348. <Compile Include="Bugs\LiveProjections\Entities\Task.cs" />
  349. <Compile Include="Bugs\LiveProjections\Entities\TaskSummary.cs" />
  350. <Compile Include="Bugs\LiveProjections\Entities\User.cs" />
  351. <Compile Include="Bugs\LiveProjections\Indexes\TaskSummaryIndex.cs" />
  352. <Compile Include="Bugs\LiveProjections\LiveProjectionOnTasks.cs" />
  353. <Compile Include="Bugs\LoadAllStartingWith.cs" />
  354. <Compile Include="Bugs\MapReduceWithDifferentFieldNames.cs" />
  355. <Compile Include="Bugs\MapReduceWithDifferentFieldNamesFromTheStronglyTypedType.cs" />
  356. <Compile Include="Bugs\MapRedue\Chris.cs" />
  357. <Compile Include="Bugs\MapRedue\LetInReduceFunction.cs" />
  358. <Compile Include="Bugs\MapRedue\Document.cs" />
  359. <Compile Include="Bugs\MapRedue\DocumentView.cs" />
  360. <Compile Include="Bugs\MapRedue\MapReduceIndex.cs" />
  361. <Compile Include="Bugs\MapRedue\MinMax.cs" />
  362. <Compile Include="Bugs\MapRedue\TreeWithChildrenCount.cs" />
  363. <Compile Include="Bugs\Marcus.cs" />
  364. <Compile Include="Bugs\Matthew.cs" />
  365. <Compile Include="Bugs\MetadataBugs.cs" />
  366. <Compile Include="Bugs\MetadataIssues.cs" />
  367. <Compile Include="Bugs\Metadata\EscapeQuotesLocal.cs" />
  368. <Compile Include="Bugs\Metadata\EscapeQuotesRemote.cs" />
  369. <Compile Include="Bugs\Metadata\Querying.cs" />
  370. <Compile Include="Bugs\MoreLikeThisTrack.cs" />
  371. <Compile Include="Bugs\MultiMapSearch\AccountSearch.cs" />
  372. <Compile Include="Bugs\MultiMapSearch\MultiMapWildCardSearch.cs" />
  373. <Compile Include="Bugs\MultiMap\MultiMapCrudeJoin.cs" />
  374. <Compile Include="Bugs\MultiMap\MultiMapWithoutReduce.cs" />
  375. <Compile Include="Bugs\MultiMap\Errors.cs" />
  376. <Compile Include="Bugs\MultiMap\MultiMapReduce.cs" />
  377. <Compile Include="Bugs\MultiMap\MultiMapWithCustomProperties.cs" />
  378. <Compile Include="Bugs\MultiMap\SimpleMultiMap.cs" />
  379. <Compile Include="Bugs\MultiOutputReduce.cs" />
  380. <Compile Include="Bugs\NestedProjection.cs" />
  381. <Compile Include="Bugs\NGramSearch.cs" />
  382. <Compile Include="Bugs\NotUpdatedReduceKeyStatsIssue.cs" />
  383. <Compile Include="Bugs\OfflineConcurrency.cs" />
  384. <Compile Include="Bugs\OptimizedSimpleQueries.cs" />
  385. <Compile Include="Bugs\Orders.cs" />
  386. <Compile Include="Bugs\PoisonIndexes\PoisonIndex.cs" />
  387. <Compile Include="Bugs\IdProjection.cs" />
  388. <Compile Include="Bugs\PrefetchingBug.cs" />
  389. <Compile Include="Bugs\Queries\Boolean.cs" />
  390. <Compile Include="Bugs\Queries\CanIncludeValueType.cs" />
  391. <Compile Include="Bugs\Queries\QueryProvider.cs" />
  392. <Compile Include="Bugs\QueryingOnEmptyArray.cs" />
  393. <Compile Include="Bugs\QueryingOnEmptyString.cs" />
  394. <Compile Include="Bugs\QueryingOverTags.cs" />
  395. <Compile Include="Bugs\QueryOptimizerOnStaticIndex.cs" />
  396. <Compile Include="Bugs\RacielrodTest.cs" />
  397. <Compile Include="Bugs\RecursiveQueries.cs" />
  398. <Compile Include="Bugs\Reindexing.cs" />
  399. <Compile Include="Bugs\ReservedWords.cs" />
  400. <Compile Include="Bugs\RoundCrisis.cs" />
  401. <Compile Include="Bugs\SelfReference.cs" />
  402. <Compile Include="Bugs\SerializingAndDeserializingWithRaven.cs" />
  403. <Compile Include="Bugs\CanGetScores.cs" />
  404. <Compile Include="Bugs\CanReadLuceneProjectedDateTimeOffset.cs" />
  405. <Compile Include="Bugs\ComplexDynamicQuery.cs" />
  406. <Compile Include="Bugs\ConnectionStringParsing.cs" />
  407. <Compile Include="Bugs\CreateIndexesRemotely.cs" />
  408. <Compile Include="Bugs\DateFilter.cs" />
  409. <Compile Include="Bugs\DeletingDynamics.cs" />
  410. <Compile Include="Bugs\DirectoryCreation.cs" />
  411. <Compile Include="Bugs\DuplicatedFiledNames.cs" />
  412. <Compile Include="Bugs\EntitiesWithAttributes.cs" />
  413. <Compile Include="Bugs\EnumsCastToInts.cs" />
  414. <Compile Include="Bugs\Indexing\CanIndexNestedObjects.cs" />
  415. <Compile Include="Bugs\Indexing\CanIndexWithCharLiteral.cs" />
  416. <Compile Include="Bugs\IndexSelectionForMapReduce.cs" />
  417. <Compile Include="Bugs\IntegerIds.cs" />
  418. <Compile Include="Bugs\IteratingTwice.cs" />
  419. <Compile Include="Bugs\Iulian\CanReadEntityWithUrlId.cs" />
  420. <Compile Include="Bugs\LastModifiedQueries.cs" />
  421. <Compile Include="Bugs\LinqOnDictionary.cs" />
  422. <Compile Include="Bugs\LuceneIndexing.cs" />
  423. <Compile Include="Bugs\LuceneQueryShouldNotModifyDynamicDocument.cs" />
  424. <Compile Include="Bugs\MassivelyMultiTenant.cs" />
  425. <Compile Include="Bugs\MixingIdentityAndAssignedIds.cs" />
  426. <Compile Include="Bugs\MultipleRangeQueries.cs" />
  427. <Compile Include="Bugs\NullableDateTime.cs" />
  428. <Compile Include="Bugs\NullableValuesRemote.cs" />
  429. <Compile Include="Bugs\OrderByCollectionCount.cs" />
  430. <Compile Include="Bugs\Profiling.cs" />
  431. <Compile Include="Bugs\ProjectionFromDynamicIndex.cs" />
  432. <Compile Include="Bugs\Queries\Floats.cs" />
  433. <Compile Include="Bugs\Queries\Generics.cs" />
  434. <Compile Include="Bugs\Queries\NameStartsWith.cs" />
  435. <Compile Include="Bugs\QueryingDateTime.cs" />
  436. <Compile Include="Bugs\QueryingOnMetadata.cs" />
  437. <Compile Include="Bugs\RavenDbAnyOfPropertyCollection.cs" />
  438. <Compile Include="Bugs\Arrays.cs" />
  439. <Compile Include="Bugs\Async\Querying.cs" />
  440. <Compile Include="Bugs\AttachmentEncoding.cs" />
  441. <Compile Include="Bugs\AttachmentsWithCredentials.cs" />
  442. <Compile Include="Bugs\AutoCreateIndexes.cs" />
  443. <Compile Include="Bugs\AutoDetectAnalyzersForQuery.cs" />
  444. <Compile Include="Bugs\Caching\CachingOfDocumentInclude.cs" />
  445. <Compile Include="Bugs\Caching\CachingOfDocumentLoad.cs" />
  446. <Compile Include="Bugs\CanDetectChanges.cs" />
  447. <Compile Include="Bugs\CanGetMetadataForTransient.cs" />
  448. <Compile Include="Bugs\CanHandleDocumentRemoval.cs" />
  449. <Compile Include="Bugs\CanPassTypesProperlyToAggregation.cs" />
  450. <Compile Include="Bugs\CanProjectIdFromDocumentInQueries.cs" />
  451. <Compile Include="Bugs\CanSelectFieldsFromIndex.cs" />
  452. <Compile Include="Bugs\CanUseNonStringsForId.cs" />
  453. <Compile Include="Bugs\ComplexQueryOnSameObject.cs" />
  454. <Compile Include="Bugs\CustomDynamicObject.cs" />
  455. <Compile Include="Bugs\CustomEntityName.cs" />
  456. <Compile Include="Bugs\DateRanges.cs" />
  457. <Compile Include="Bugs\DateTimeInLocalTime.cs" />
  458. <Compile Include="Bugs\DateTimeInLocalTimeRemote.cs" />
  459. <Compile Include="Bugs\DateTimeOffsets.cs" />
  460. <Compile Include="Bugs\DecimalPrecision.cs" />
  461. <Compile Include="Bugs\Distinct.cs" />
  462. <Compile Include="Bugs\DocumentToJsonAndBackTest.cs" />
  463. <Compile Include="Bugs\DocumentUrl.cs" />
  464. <Compile Include="Bugs\Embedded\CanUseForUrlOnly.cs" />
  465. <Compile Include="Bugs\Entities\CanSaveUpdateAndRead_Local.cs" />
  466. <Compile Include="Bugs\Entities\CanSaveUpdateAndRead.cs" />
  467. <Compile Include="Bugs\Entities\JObjectEntity.cs" />
  468. <Compile Include="Bugs\EntityWithDate.cs" />
  469. <Compile Include="Bugs\EntityWithNullableDateTimeOffset.cs" />
  470. <Compile Include="Bugs\EntityWithoutId.cs" />
  471. <Compile Include="Bugs\Errors\CanIndexOnNull.cs" />
  472. <Compile Include="Bugs\Etag.cs" />
  473. <Compile Include="Bugs\ExtendingClientSideViaListeners.cs" />
  474. <Compile Include="Bugs\FailDelete.cs" />
  475. <Compile Include="Bugs\FailStore.cs" />
  476. <Compile Include="Bugs\FindPropertyNameForIndex.cs" />
  477. <Compile Include="Bugs\GetDocumentUrlOnTransient.cs" />
  478. <Compile Include="Bugs\HierarchicalData.cs" />
  479. <Compile Include="Bugs\HiLoServerKeysNotExported.cs" />
  480. <Compile Include="Bugs\Identifiers\LongId.cs" />
  481. <Compile Include="Bugs\Image.cs" />
  482. <Compile Include="Bugs\ImageByTagSearchModel.cs" />
  483. <Compile Include="Bugs\Includes.cs" />
  484. <Compile Include="Bugs\IndexingBehavior.cs" />
  485. <Compile Include="Bugs\IndexingRavenDocuments.cs" />
  486. <Compile Include="Bugs\Indexing\CanIndexAllDocsWhenThereAreMoreDocsThanTheBatchSize.cs" />
  487. <Compile Include="Bugs\Indexing\ComplexLinq.cs" />
  488. <Compile Include="Bugs\Indexing\ComplexUsage.cs" />
  489. <Compile Include="Bugs\Indexing\CreateIndexesOnRemoteServer.cs" />
  490. <Compile Include="Bugs\Indexing\DynamicFields.cs" />
  491. <Compile Include="Bugs\Indexing\DynamicQueriesCanSort.cs" />
  492. <Compile Include="Bugs\Indexing\FilterOnMissingProperty.cs" />
  493. <Compile Include="Bugs\Indexing\IndexingEachFieldInEachDocumentSeparately.cs" />
  494. <Compile Include="Bugs\Indexing\IndexingOnDictionary.cs" />
  495. <Compile Include="Bugs\Indexing\MissingAnalyzer.cs" />
  496. <Compile Include="Bugs\Indexing\RemoteIndexingOnDictionary.cs" />
  497. <Compile Include="Bugs\Indexing\Transaction.cs" />
  498. <Compile Include="Bugs\Indexing\TransactionIndexByMrnRemote.cs" />
  499. <Compile Include="Bugs\Indexing\Transaction_ByMrn.cs" />
  500. <Compile Include="Bugs\Indexing\UsingSortOptions.cs" />
  501. <Compile Include="Bugs\Indexing\ThrowingAnalyzer.cs" />
  502. <Compile Include="Bugs\Indexing\TransactionIndexByMrn.cs" />
  503. <Compile Include="Bugs\Indexing\WiseShrek.cs" />
  504. <Compile Include="Bugs\Indexing\WithStartWith.cs" />
  505. <Compile Include="Bugs\IndexNestedFields.cs" />
  506. <Compile Include="Bugs\IndexWithTwoProperties.cs" />
  507. <Compile Include="Bugs\InMemoryOnly.cs" />
  508. <Compile Include="Bugs\InvalidIds.cs" />
  509. <Compile Include="Bugs\Issue199.cs" />
  510. <Compile Include="Bugs\JsonDeserialization.cs" />
  511. <Compile Include="Bugs\KeyGeneration.cs" />
  512. <Compile Include="Bugs\KeysAreCaseInsensitive.cs" />
  513. <Compile Include="Bugs\LinqGitHub147.cs" />
  514. <Compile Include="Bugs\LinqOnUrls.cs" />
  515. <Compile Include="Bugs\LiveProjection.cs" />
  516. <Compile Include="Bugs\LiveProjections\CanLoadMultipleItems.cs" />
  517. <Compile Include="Bugs\LiveProjections\Entities\Product.cs" />
  518. <Compile Include="Bugs\LiveProjections\Indexes\ProductDetailsReport_ByProductId.cs" />
  519. <Compile Include="Bugs\LiveProjections\Indexes\ProductSkuListViewModelReport_ByArticleNumberAndName.cs" />
  520. <Compile Include="Bugs\LiveProjections\ParentAndChildrenNames.cs" />
  521. <Compile Include="Bugs\LiveProjections\Person.cs" />
  522. <Compile Include="Bugs\LiveProjections\Views\ProductDetailsReport.cs" />
  523. <Compile Include="Bugs\LiveProjections\Views\ProductSkuListViewModelReport.cs" />
  524. <Compile Include="Bugs\LiveProjections\Entities\ProductSku.cs" />
  525. <Compile Include="Bugs\LiveProjections\Views\ProductVariant.cs" />
  526. <Compile Include="Bugs\LiveProjections\LiveProjectionOnProducts.cs" />
  527. <Compile Include="Bugs\LuceneQueryShouldWorkWithoutExtensionMethod.cs" />
  528. <Compile Include="Bugs\LukeQuerying.cs" />
  529. <Compile Include="Bugs\MapReduceThrowsNRE.cs" />
  530. <Compile Include="Bugs\MetadataUpdates.cs" />
  531. <Compile Include="Bugs\Metadata\LastModifiedLocal.cs" />
  532. <Compile Include="Bugs\Metadata\LastModifiedRemote.cs" />
  533. <Compile Include="Bugs\Metadata\MetadataPropertyInEntity.cs" />
  534. <Compile Include="Bugs\MichaelJonson.cs" />
  535. <Compile Include="Bugs\MultiEntityIndex.cs" />
  536. <Compile Include="Bugs\MultipleResultsPerDocumentAndPaging.cs" />
  537. <Compile Include="Bugs\MultiTenancy\Basic.cs" />
  538. <Compile Include="Bugs\MultiTenancy\CreatingIndexes.cs" />
  539. <Compile Include="Bugs\MultiTenancy\NoCaseSensitive.cs" />
  540. <Compile Include="Bugs\MultiTenancy\Test.cs" />
  541. <Compile Include="Bugs\NameAndId.cs" />
  542. <Compile Include="Bugs\NullableEnum.cs" />
  543. <Compile Include="Bugs\Nullables.cs" />
  544. <Compile Include="Bugs\NullCoalescing.cs" />
  545. <Compile Include="Bugs\OperationHeaders.cs" />
  546. <Compile Include="Bugs\OrderOfInsertionDoesNotAffectQuerying.cs" />
  547. <Compile Include="Bugs\OverwriteDocuments.cs" />
  548. <Compile Include="Bugs\PatchingEntities.cs" />
  549. <Compile Include="Bugs\Queries\DynamicQueriesOnMetadata.cs" />
  550. <Compile Include="Bugs\Queries\Fetching.cs" />
  551. <Compile Include="Bugs\Queries\Includes.cs" />
  552. <Compile Include="Bugs\Queries\LuceneQueryCustomMetadata.cs" />
  553. <Compile Include="Bugs\Queries\Projections.cs" />
  554. <Compile Include="Bugs\Queries\RangeQueries.cs" />
  555. <Compile Include="Bugs\Queries\StatsOnDynamicQueries.cs" />
  556. <Compile Include="Bugs\Queries\WithAs.cs" />
  557. <Compile Include="Bugs\QueryByTypeOnly.cs" />
  558. <Compile Include="Bugs\QueryByTypeOnlyRemote.cs" />
  559. <Compile Include="Bugs\QueryingOnEqualToNull.cs" />
  560. <Compile Include="Bugs\QueryingOnValueWithMinus.cs" />
  561. <Compile Include="Bugs\QueryingOnValueWithMinusAnalyzed.cs" />
  562. <Compile Include="Bugs\QueryingOnValueWithMinusRemote.cs" />
  563. <Compile Include="Bugs\QueryingWithDynamicRavenQueryInspector.cs" />
  564. <Compile Include="Bugs\QueryOptimizer\LinqToQueryParameters.cs" />
  565. <Compile Include="Bugs\QueryOptimizer\QueryOptimizeTests.cs" />
  566. <Compile Include="Bugs\QueryResultCountsWithProjections.cs" />
  567. <Compile Include="Bugs\OverwriteIndexLocally.cs" />
  568. <Compile Include="Bugs\OverwriteIndexRemotely.cs" />
  569. <Compile Include="Bugs\Patching.cs" />
  570. <Compile Include="Bugs\Polymorphic.cs" />
  571. <Compile Include="Bugs\ProjectingDates.cs" />
  572. <Compile Include="Bugs\ProjectingDocumentId.cs" />
  573. <Compile Include="Bugs\ProjectingFromIndexes.cs" />
  574. <Compile Include="Bugs\ProjectionFromDynamicQuery.cs" />
  575. <Compile Include="Bugs\QueryingByNegative.cs" />
  576. <Compile Include="Bugs\QueryingByNull.cs" />
  577. <Compile Include="Bugs\QueryingFromIndex.cs" />
  578. <Compile Include="Bugs\QueryWithPercentageSign.cs" />
  579. <Compile Include="Bugs\QueryWithReservedCharacters.cs" />
  580. <Compile Include="Bugs\RavenDbNestedPatchTesting.cs" />
  581. <Compile Include="Bugs\RavenDBQuery.cs" />
  582. <Compile Include="Bugs\ReadDataFromServer.cs" />
  583. <Compile Include="Bugs\ReadOnly.cs" />
  584. <Compile Include="Bugs\RemoteTx.cs" />
  585. <Compile Include="Bugs\ReportQueryCount.cs" />
  586. <Compile Include="Bugs\ResettingIndex.cs" />
  587. <Compile Include="Bugs\ReuseQuery.cs" />
  588. <Compile Include="Bugs\SelectManyIssue.cs" />
  589. <Compile Include="Bugs\SelectManyOnNull.cs" />
  590. <Compile Include="Bugs\SelectManyTests.cs" />
  591. <Compile Include="Bugs\SerializingDates.cs" />
  592. <Compile Include="Bugs\SerializingEntities.cs" />
  593. <Compile Include="Bugs\SimonCropp.cs" />
  594. <Compile Include="Bugs\SimpleJson.cs" />
  595. <Compile Include="Bugs\SinglePropertyDocument.cs" />
  596. <Compile Include="Bugs\MapRedue\VersionedDocument.cs" />
  597. <Compile Include="Bugs\Smuggler.cs" />
  598. <Compile Include="Bugs\TimeSpanIndexing.cs" />
  599. <Compile Include="Bugs\WhereInShouldBeBoostedCorrectly.cs" />
  600. <Compile Include="Bugs\TransformResults\Answers_ByQuestion_NoTransformResults.cs" />
  601. <Compile Include="AppBuilderExtensionsTests.cs" />
  602. <Compile Include="Document\PerCollectionEtag.cs" />
  603. <Compile Include="Faceted\Aggregation.cs" />
  604. <Compile Include="Faceted\ConditionalGetHelper.cs" />
  605. <Compile Include="Faceted\DynamicFacets.cs" />
  606. <Compile Include="Indexes\CustomExtensionMethod.cs" />
  607. <Compile Include="Indexes\HighlightTesting.cs" />
  608. <Compile Include="Indexes\IndexLocking.cs" />
  609. <Compile Include="Indexes\Recovery\MapReduceRecoveryTestIndex.cs" />
  610. <Compile Include="Indexes\Recovery\IndexMessing.cs" />
  611. <Compile Include="Indexes\Recovery\MapIndexRecoveryTests.cs" />
  612. <Compile Include="Indexes\Recovery\MapReduceIndexRecoveryTests.cs" />
  613. <Compile Include="Indexes\Recovery\Recovery.cs" />
  614. <Compile Include="Indexes\Recovery\MapRecoveryTestIndex.cs" />
  615. <Compile Include="Indexes\WithNullableDateTime.cs" />
  616. <Compile Include="InflectorTests.cs" />
  617. <Compile Include="Json\SupportForJsonPropertyAttribute.cs" />
  618. <Compile Include="Linq\OfTypeSupport2.cs" />
  619. <Compile Include="Linq\ListIndexOf.cs" />
  620. <Compile Include="Linq\FlagsEnum.cs" />
  621. <Compile Include="DatabaseMemoryTargetTests.cs" />
  622. <Compile Include="Indexes\CastingInIndexDefinition.cs" />
  623. <Compile Include="Linq\Contains.cs" />
  624. <Compile Include="Linq\FirstOrDefault.cs" />
  625. <Compile Include="Linq\CanCallLastOnArray.cs" />
  626. <Compile Include="Linq\Not.cs" />
  627. <Compile Include="Linq\IsNullOrEmpty.cs" />
  628. <Compile Include="Linq\OfTypeSupport.cs" />
  629. <Compile Include="Linq\SelectDictionaryItem.cs" />
  630. <Compile Include="Linq\SelectManyShouldWork.cs" />
  631. <Compile Include="Linq\WhereStringEquals.cs" />
  632. <Compile Include="NestedIndexing\CanIndexReferencedEntity.cs" />
  633. <Compile Include="NestedIndexing\CanTrackWhatCameFromWhat.cs" />
  634. <Compile Include="NestedIndexing\Item.cs" />
  635. <Compile Include="NestedIndexing\WithMapReduce.cs" />
  636. <Compile Include="NonIncrementalBackupRestoreTest.cs" />
  637. <Compile Include="NoNonDisposableTests.cs" />
  638. <Compile Include="Notifications\ReplicationConflicts.cs" />
  639. <Compile Include="Notifications\ReplicationConflicts_Embedded.cs" />
  640. <Compile Include="Patching\BigDoc.cs" />
  641. <Compile Include="Patching\UseX2JsScript.cs" />
  642. <Compile Include="PreFetching.cs" />
  643. <Compile Include="Properties\TestAssemblyInfo.cs" />
  644. <Compile Include="Queries\CommentsInQueries.cs" />
  645. <Compile Include="Querying\CachingOfLongQueries.cs" />
  646. <Compile Include="Querying\SkipDuplicates.cs" />
  647. <Compile Include="Replication\IndexReplication.cs" />
  648. <Compile Include="Replication\TransformerReplication.cs" />
  649. <Compile Include="ResultsTransformer\AsyncTransformWith.cs" />
  650. <Compile Include="ResultsTransformer\TransformerParametersToResultTransformer.cs" />
  651. <Compile Include="ResultsTransformer\NestingTransformers.cs" />
  652. <Compile Include="ResultsTransformer\StonglyTypedResultsTransformer.cs" />
  653. <Compile Include="Querying\HighlightesTests.cs" />
  654. <Compile Include="Security\OAuth\ReplicateWithOAuth.cs" />
  655. <Compile Include="Shard\ShardedSessionInclude.cs" />
  656. <Compile Include="Shard\ShardedTransformed.cs" />
  657. <Compile Include="Smuggler\SmugglerBetweenTests.cs" />
  658. <Compile Include="Security\ReplicationWithMixedSecurity.cs" />
  659. <Compile Include="Smuggler\SmugglerExecutionTests.cs" />
  660. <Compile Include="Smuggler\SmugglerIdentitiesTests.cs" />
  661. <Compile Include="Smuggler\SmugglerTransformScriptsTests.cs" />
  662. <Compile Include="Smuggler\SmugglerWithDisabledVersioning_RavenDB_3219.cs" />
  663. <Compile Include="Sorting\SortByDynamicFields.cs" />
  664. <Compile Include="Sorting\CustomSorting.cs" />
  665. <Compile Include="Sorting\SortByNumberOfCharactersFromEnd.cs" />
  666. <Compile Include="Spatial\BoundingBoxIndexTests.cs" />
  667. <Compile Include="Spatial\CartesianTests.cs" />
  668. <Compile Include="Spatial\Clustering.cs" />
  669. <Compile Include="Spatial\GeoJsonConverterTests.cs" />
  670. <Compile Include="Spatial\GeoJsonTests.cs" />
  671. <Compile Include="Spatial\GeoJsonWktConverterTests.cs" />
  672. <Compile Include="Spatial\GeoUriTests.cs" />
  673. <Compile Include="Spatial\JsonConverters\GeoJson\AttributesTableConverter.cs" />
  674. <Compile Include="Spatial\JsonConverters\GeoJson\CoordinateConverters.cs" />
  675. <Compile Include="Spatial\JsonConverters\GeoJson\EnvelopeConverter.cs" />
  676. <Compile Include="Spatial\JsonConverters\GeoJson\FeatureCollectionConverter.cs" />
  677. <Compile Include="Spatial\JsonConverters\GeoJson\FeatureConverter.cs" />
  678. <Compile Include="Spatial\JsonConverters\GeoJson\GeoJsonObjectType.cs" />
  679. <Compile Include="Spatial\JsonConverters\GeoJson\GeometryConverter.cs" />
  680. <Compile Include="Spatial\JsonConverters\GeoJson\ICRSObjectConverter.cs" />
  681. <Compile Include="Spatial\Nick.cs" />
  682. <Compile Include="Spatial\JsonConverters\Wkt\WktConverter.cs" />
  683. <Compile Include="Spatial\PointObjectTests.cs" />
  684. <Compile Include="Spatial\RavenDB_423.cs" />
  685. <Compile Include="Spatial\ShapeStringConverterTests.cs" />
  686. <Compile Include="Spatial\SimonBartlett.cs" />
  687. <Compile Include="Spatial\Spatial.cs" />
  688. <Compile Include="Spatial\ShapeConverterTests.cs" />
  689. <Compile Include="Spatial\SpatialSorting.cs" />
  690. <Compile Include="Spatial\SpatialTest2.cs" />
  691. <Compile Include="Bugs\spokeypokey.cs" />
  692. <Compile Include="Bugs\Stacey\Aspects.cs" />
  693. <Compile Include="Bugs\TenantsName.cs" />
  694. <Compile Include="Bugs\tmp.cs" />
  695. <Compile Include="Bugs\TransformResults\SortHintTester.cs" />
  696. <Compile Include="Bugs\SortingById.cs" />
  697. <Compile Include="Bugs\SortingOnLong.cs" />
  698. <Compile Include="Bugs\SortingWithWildcardQuery.cs" />
  699. <Compile Include="Spatial\SpatialQueries.cs" />
  700. <Compile Include="Bugs\StaticDynamic.cs" />
  701. <Compile Include="Bugs\TakeQueries.cs" />
  702. <Compile Include="Bugs\TempIndexScore.cs" />
  703. <Compile Include="Bugs\TransformResults\Answer.cs" />
  704. <Compile Include="Bugs\TransformResults\AnswerEntity.cs" />
  705. <Compile Include="Bugs\TransformResults\Answers_ByAnswerEntity.cs" />
  706. <Compile Include="Bugs\TransformResults\Answers_ByQuestion.cs" />
  707. <Compile Include="Bugs\TransformResults\AnswerViewItem.cs" />
  708. <Compile Include="Bugs\TransformResults\AnswerVote.cs" />
  709. <Compile Include="Bugs\TransformResults\AnswerVoteEntity.cs" />
  710. <Compile Include="Bugs\TransformResults\ComplexValuesFromTransformResults.cs" />
  711. <Compile Include="Bugs\TransformResults\Question.cs" />
  712. <Compile Include="Bugs\TransformResults\QuestionVote.cs" />
  713. <Compile Include="Bugs\TransformResults\QuestionWithVoteTotalIndex.cs" />
  714. <Compile Include="Bugs\TransformResults\User.cs" />
  715. <Compile Include="Bugs\TransformResults\QuestionView.cs" />
  716. <Compile Include="Bugs\TransformResults\Votes_ByAnswerEntity.cs" />
  717. <Compile Include="Bugs\TransitiveNull.cs" />
  718. <Compile Include="Bugs\TranslatingLinqQueriesToIndexes.cs" />
  719. <Compile Include="Bugs\TranslatingLinqQueryUsingNestedId.cs" />
  720. <Compile Include="Bugs\TypeNameHandlingTest.cs" />
  721. <Compile Include="Bugs\User.cs" />
  722. <Compile Include="Bugs\UserGuid.cs" />
  723. <Compile Include="Bugs\UserInt32.cs" />
  724. <Compile Include="Bugs\UsingAsProjection.cs" />
  725. <Compile Include="Bugs\UsingEnumInLinq.cs" />
  726. <Compile Include="Bugs\UsingLongAsId.cs" />
  727. <Compile Include="Bugs\UsingStartsWith.cs" />
  728. <Compile Include="Bugs\UsingSwedishCollation.cs" />
  729. <Compile Include="Bugs\MapRedue\VersionedDocuments.cs" />
  730. <Compile Include="Bugs\Vlad.cs" />
  731. <Compile Include="Bugs\Vlko\QueryWithMultipleWhere.cs" />
  732. <Compile Include="Bugs\Vlko\RelationIdIndex.cs" />
  733. <Compile Include="Bugs\WaitForNonStaleResultsAsOfLastWrite.cs" />
  734. <Compile Include="Bugs\WhenDoingSimpleLoad.cs" />
  735. <Compile Include="Bugs\WhenRavenClrTypeNotFound.cs" />
  736. <Compile Include="Bugs\when_querying_cases_by_name_in_danish.cs" />
  737. <Compile Include="Bugs\WhereEntityIs.cs" />
  738. <Compile Include="Bugs\WhereUsingUnicodeTheTextEnteredShouldNotBeNormalized.cs" />
  739. <Compile Include="Bugs\WillNotFailSystemIfServerIsNotAvailableOnStartup.cs" />
  740. <Compile Include="Bugs\WillThrowIfQueryingForUnindexedField.cs" />
  741. <Compile Include="Bugs\CanStoreAndGetDateTimeOffset.cs" />
  742. <Compile Include="Bugs\WithPrivateProtectedSetter.cs" />
  743. <Compile Include="Bugs\Zhang\UseMaxForDateTimeTypeInReduce.cs" />
  744. <Compile Include="Bugs\Zhang\UseMaxForLongTypeInReduce.cs" />
  745. <Compile Include="ConcurrentPatching.cs" />
  746. <Compile Include="Conflicts\ConflictResolverTests.cs" />
  747. <Compile Include="ConnectionStrings.cs" />
  748. <Compile Include="Document\AsyncDocumentStoreServerTests.cs" />
  749. <Compile Include="Document\CasingIssue.cs" />
  750. <Compile Include="Document\ClientKeyGeneratorTests.cs" />
  751. <Compile Include="Document\Company.cs" />
  752. <Compile Include="Document\Contact.cs" />
  753. <Compile Include="Document\DocumentIdTests.cs" />
  754. <Compile Include="Document\DocumentStoreEmbeddedGranularTests.cs" />
  755. <Compile Include="Document\CustomDynamicClass.cs" />
  756. <Compile Include="Document\DocumentStoreEmbeddedTests.cs" />
  757. <Compile Include="Document\DocumentStoreServerGranularTests.cs" />
  758. <Compile Include="Document\DocumentStoreServerTests.cs" />
  759. <Compile Include="Document\DynamicDocuments.cs" />
  760. <Compile Include="Document\Game.cs" />
  761. <Compile Include="Document\Inheritance.cs" />
  762. <Compile Include="Document\TagCloud.cs" />
  763. <Compile Include="Document\TotalCountServerTest.cs" />
  764. <Compile Include="Document\WhenUsingMultipleUnshardedServers.cs" />
  765. <Compile Include="Document\ZoneCountResult.cs" />
  766. <Compile Include="Faceted\FacetedIndexLimit.cs" />
  767. <Compile Include="Faceted\FacetAdvancedAPI.cs" />
  768. <Compile Include="Bugs\IndexDefinitions.cs" />
  769. <Compile Include="Indexes\AnalyzerResolution.cs" />
  770. <Compile Include="Faceted\FacetedIndex.cs" />
  771. <Compile Include="Indexes\BoostingDuringIndexing.cs" />
  772. <Compile Include="Indexes\ComplexIndexOnNotAnalyzedField.cs" />
  773. <Compile Include="Indexes\CreateIndexesWithCasting.cs" />
  774. <Compile Include="Indexes\CustomAnalyzer.cs" />
  775. <Compile Include="Indexes\DynamicFieldIndexing.cs" />
  776. <Compile Include="Indexes\DynamicQueryMapping.cs" />
  777. <Compile Include="Indexes\ExpressionOperatorPrecedenceTest.cs" />
  778. <Compile Include="Indexes\IndexWithSubProperty.cs" />
  779. <Compile Include="Indexes\LinqIndexesFromClient.cs" />
  780. <Compile Include="Indexes\LuceneAnalyzerUtils.cs" />
  781. <Compile Include="Indexes\MapOnlyView.cs" />
  782. <Compile Include="Bugs\Indexing\CanMultiMapIndexNullableValueTypes.cs" />
  783. <Compile Include="Indexes\OldIndexRunWhileNewIndexesAreRunning.cs" />
  784. <Compile Include="Indexes\QueryingOnDefaultIndex.cs" />
  785. <Compile Include="Indexes\QueryingOnStaleIndexes.cs" />
  786. <Compile Include="Indexes\ReduceCanUseExtensionMethods.cs" />
  787. <Compile Include="Indexes\ShoppingCartEventsToShopingCart.cs" />
  788. <Compile Include="Indexes\UsingCustomLuceneAnalyzer.cs" />
  789. <Compile Include="Indexes\WithDecimalValue.cs" />
  790. <Compile Include="Linq\LongCount.cs" />
  791. <Compile Include="Json\CloningTests.cs" />
  792. <Compile Include="Json\JsonNetBugsTests.cs" />
  793. <Compile Include="Json\RavenJObjects.cs" />
  794. <Compile Include="Json\JsonUri.cs" />
  795. <Compile Include="Linq\Any.cs" />
  796. <Compile Include="Linq\DynamicQueriesWithStaticIndexes.cs" />
  797. <Compile Include="Linq\OrderBy.cs" />
  798. <Compile Include="Linq\RavenDB14.cs" />
  799. <Compile Include="Linq\User.cs" />
  800. <Compile Include="Linq\WhereClause.cs" />
  801. <Compile Include="Spatial\Afif.cs" />
  802. <Compile Include="Spatial\JamesCrowley.cs" />
  803. <Compile Include="Patching\AdvancedPatching.cs" />
  804. <Compile Include="Spatial\SpatialUnitTests.cs" />
  805. <Compile Include="Spatial\TwoLocations.cs" />
  806. <Compile Include="Notifications\NotificationOnWrongDatabase.cs" />
  807. <Compile Include="Notifications\ClientServer.cs" />
  808. <Compile Include="Notifications\Filtered.cs" />
  809. <Compile Include="Notifications\SecurityOAuth.cs" />
  810. <Compile Include="Notifications\Embedded.cs" />
  811. <Compile Include="Notifications\MultiTenant.cs" />
  812. <Compile Include="Notifications\Security_Windows.cs" />
  813. <Compile Include="Notifications\WithIIS.cs" />
  814. <Compile Include="Queries\CanQueryOnCustomClass.cs" />
  815. <Compile Include="Queries\CanQueryOnLargeXml.cs" />
  816. <Compile Include="Querying\UsingStronglyTypedDocumentQuery.cs" />
  817. <Compile Include="Security\OAuth\ApiKey.cs" />
  818. <Compile Include="Shard\ShardingFailure.cs" />
  819. <Compile Include="Spatial\WktConverterTests.cs" />
  820. <Compile Include="Spatial\WktSanitizerTests.cs" />
  821. <Compile Include="Storage\Batches.cs" />
  822. <Compile Include="Storage\Bugs\GetReduceKeysAndTypesNotPagingProperly.cs" />
  823. <Compile Include="Storage\DocRefsDump.cs" />
  824. <Compile Include="Storage\Lists.cs" />
  825. <Compile Include="Storage\Voron\AttachmentActionsStorageTests.cs" />
  826. <Compile Include="Storage\Voron\GeneralStorageActionsTests.cs" />
  827. <Compile Include="Storage\Voron\IndexingStorageActionsTests.cs" />
  828. <Compile Include="Storage\Voron\MappedResultsStorageActionsTests.cs" />
  829. <Compile Include="Storage\Voron\StalenessStorageActionsTests.cs" />
  830. <Compile Include="Storage\Voron\StorageActionsTests.cs" />
  831. <Compile Include="Storage\Voron\StorageIntegrationTests.cs" />
  832. <Compile Include="Storage\Voron\ListStorageActionsTests.cs" />
  833. <Compile Include="Storage\Voron\QueueStorageActionsTests.cs" />
  834. <Compile Include="Storage\TasksStorageActionsTests.cs" />
  835. <Compile Include="Storage\Voron\DocumentsStorageActionsTests.cs" />
  836. <Compile Include="Subscriptions\SubscriptionsBasic.cs" />
  837. <Compile Include="Subscriptions\SubscriptionsPaths.cs" />
  838. <Compile Include="Suggestions\SuggestionsUsingAnIndex.cs" />
  839. <Compile Include="Synchronization\ConcurrentJsonDocumentSortedListTests.cs" />
  840. <Compile Include="T1.cs" />
  841. <Compile Include="Spatial\BrainV.cs" />
  842. <Compile Include="Storage\Attachments.cs">
  843. <SubType>Code</SubType>
  844. </Compile>
  845. <Compile Include="Storage\DocEtag.cs">
  846. <SubType>Code</SubType>
  847. </Compile>
  848. <Compile Include="Storage\DocumentKeys.cs">
  849. <SubType>Code</SubType>
  850. </Compile>
  851. <Compile Include="Storage\Documents.cs">
  852. <SubType>Code</SubType>
  853. </Compile>
  854. <Compile Include="Storage\General.cs">
  855. <SubType>Code</SubType>
  856. </Compile>
  857. <Compile Include="Storage\Indexes.cs" />
  858. <Compile Include="Storage\MappedResults.cs" />
  859. <Compile Include="Storage\Queues.cs" />
  860. <Compile Include="Storage\S…

Large files files are truncated, but you can click here to view the full file