PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/Raven.Tests.Core/Raven.Tests.Core.csproj

http://github.com/ayende/ravendb
MSBuild | 319 lines | 319 code | 0 blank | 0 comment | 0 complexity | a80e0451d24f61274ba82286d3ad11d8 MD5 | raw file
Possible License(s): GPL-3.0, MPL-2.0-no-copyleft-exception, LGPL-2.1, Apache-2.0, BSD-3-Clause, CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <CopyNuGetImplementations>true</CopyNuGetImplementations>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProjectGuid>{93287FBA-732A-4603-9BBE-9CFDC82FC8BE}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Raven.Tests.Core</RootNamespace>
  14. <AssemblyName>Raven.Tests.Core</AssemblyName>
  15. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  18. <RestorePackages>true</RestorePackages>
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <NoWarn>618</NoWarn>
  30. <PlatformTarget>x64</PlatformTarget>
  31. <LangVersion>6</LangVersion>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <NoWarn>618</NoWarn>
  41. <PlatformTarget>x64</PlatformTarget>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <SignAssembly>true</SignAssembly>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <AssemblyOriginatorKeyFile>..\Raven.Database\RavenDB.snk</AssemblyOriginatorKeyFile>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Profiling|AnyCPU'">
  50. <OutputPath>bin\Profiling\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <Optimize>true</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>AnyCPU</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. <NoWarn>618</NoWarn>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="Lucene.Net, Version=3.0.3.0, Culture=neutral, PublicKeyToken=85089178b9ac3181, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. </Reference>
  63. </ItemGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Profiling|AnyCPU'">
  65. <OutputPath>bin\Profiling\</OutputPath>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <Optimize>true</Optimize>
  68. <DebugType>pdbonly</DebugType>
  69. <PlatformTarget>AnyCPU</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. <WarningLevel>4</WarningLevel>
  73. </PropertyGroup>
  74. <ItemGroup>
  75. <Reference Include="FluentAssertions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  76. <HintPath>..\packages\FluentAssertions.4.0.0\lib\net45\FluentAssertions.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="FluentAssertions.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  80. <HintPath>..\packages\FluentAssertions.4.0.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
  86. <Private>True</Private>
  87. </Reference>
  88. <Reference Include="Microsoft.Owin.Host.HttpListener, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  90. <Private>True</Private>
  91. </Reference>
  92. <Reference Include="Microsoft.Owin.Hosting, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Microsoft.Owin.Hosting.3.0.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
  94. <Private>True</Private>
  95. </Reference>
  96. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  97. <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
  98. <Private>True</Private>
  99. </Reference>
  100. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  101. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  102. <Private>True</Private>
  103. </Reference>
  104. <Reference Include="System" />
  105. <Reference Include="System.ComponentModel.Composition" />
  106. <Reference Include="System.Core" />
  107. <Reference Include="System.Net.Http" />
  108. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  109. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  110. <Private>True</Private>
  111. </Reference>
  112. <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  113. <HintPath>..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  114. <Private>True</Private>
  115. </Reference>
  116. <Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  117. <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  118. <Private>True</Private>
  119. </Reference>
  120. <Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  121. <HintPath>..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  122. <Private>True</Private>
  123. </Reference>
  124. <Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  125. <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  126. <Private>True</Private>
  127. </Reference>
  128. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  129. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  130. <Private>True</Private>
  131. </Reference>
  132. <Reference Include="System.Web.Http.Owin, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  133. <HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.2.3\lib\net45\System.Web.Http.Owin.dll</HintPath>
  134. <Private>True</Private>
  135. </Reference>
  136. <Reference Include="System.Xml.Linq" />
  137. <Reference Include="System.Data.DataSetExtensions" />
  138. <Reference Include="System.Data" />
  139. <Reference Include="System.Xml" />
  140. <Reference Include="System.Net" />
  141. <Reference Include="Lucene.Net">
  142. <HintPath>..\SharedLibs\Lucene.Net.dll</HintPath>
  143. </Reference>
  144. <Reference Include="xunit">
  145. <HintPath>..\SharedLibs\xunit\xunit.dll</HintPath>
  146. </Reference>
  147. <Reference Include="xunit.extensions">
  148. <SpecificVersion>False</SpecificVersion>
  149. <HintPath>..\SharedLibs\xunit\xunit.extensions.dll</HintPath>
  150. </Reference>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <Compile Include="Auth\Authentication.cs" />
  154. <Compile Include="Auth\WindowsAuthenticationUserInfo.cs" />
  155. <Compile Include="BulkInsert\ChunkedBulkInsert.cs" />
  156. <Compile Include="Bundles\MoreLikeThis.cs" />
  157. <Compile Include="ChangesApi\ActionObserver.cs" />
  158. <Compile Include="ChangesApi\ImplementingChangesClient.cs" />
  159. <Compile Include="ChangesApi\Subscribing.cs" />
  160. <Compile Include="ChangesApi\WebsocketsTests.cs" />
  161. <Compile Include="Commands\Batches.cs" />
  162. <Compile Include="Commands\Patching.cs" />
  163. <Compile Include="Commands\Querying.cs" />
  164. <Compile Include="Commands\Transformers.cs" />
  165. <Compile Include="Configuration\ConfigurationTests.cs" />
  166. <Compile Include="Indexing\IndexCreationTests.cs" />
  167. <Compile Include="Indexing\MultiMap.cs" />
  168. <Compile Include="Querying\Intersection.cs" />
  169. <Compile Include="Querying\Searching.cs" />
  170. <Compile Include="Querying\StaticIndexes.cs" />
  171. <Compile Include="RavenGCTests.cs" />
  172. <Compile Include="Replication\ManualConflictResolution.cs" />
  173. <Compile Include="ScriptedPatching\ScriptedPatchTests.cs" />
  174. <Compile Include="Session\Advanced.cs" />
  175. <Compile Include="Session\OptimisticConcurrency.cs" />
  176. <Compile Include="Shard\Sharding.cs" />
  177. <Compile Include="Smuggler\SmugglerApiTests.cs" />
  178. <Compile Include="Utils\Entities\Camera.cs" />
  179. <Compile Include="Utils\Entities\Event.cs" />
  180. <Compile Include="Utils\Entities\Headquater.cs" />
  181. <Compile Include="Utils\Entities\TShirt.cs" />
  182. <Compile Include="Utils\Entities\TShirtType.cs" />
  183. <Compile Include="Utils\Etag.cs" />
  184. <Compile Include="Utils\Indexes\CameraCost.cs" />
  185. <Compile Include="Utils\Indexes\Events_SpatialIndex.cs" />
  186. <Compile Include="Utils\Entities\ISearchable.cs" />
  187. <Compile Include="Utils\Indexes\MultiMapIndex.cs" />
  188. <Compile Include="Utils\Indexes\Posts_ByTitleAndContent.cs" />
  189. <Compile Include="Utils\Indexes\Post_LoadAttachment.cs" />
  190. <Compile Include="Utils\Indexes\TShirtIndex.cs" />
  191. <Compile Include="Utils\Indexes\Users_CountByLastName.cs" />
  192. <Compile Include="Utils\Transformers\CompanyFullAddressTransformer.cs" />
  193. <Compile Include="Utils\Transformers\PostWithAsDocumentTransformer.cs" />
  194. <Compile Include="Utils\Transformers\PostWithMetadataForTransformer.cs" />
  195. <Compile Include="Utils\Transformers\PostWithContentTransformer.cs" />
  196. <Compile Include="Utils\Transformers\UsersTransformer.cs" />
  197. <Compile Include="Utils\Transformers\UserWithCustomDataAndAddressIncludeTransformer.cs" />
  198. <Compile Include="Utils\Indexes\Companies_WithReferencedEmployees.cs" />
  199. <Compile Include="Utils\Transformers\CompanyEmployeesTransformer.cs" />
  200. <None Include="..\Raven.Database\RavenDB.snk">
  201. <Link>RavenDB.snk</Link>
  202. </None>
  203. <None Include="app.config" />
  204. <Compile Include="Commands\Admin.cs" />
  205. <Compile Include="Indexing\CustomAnalyzers.cs" />
  206. <Compile Include="Indexing\ResultTransformers.cs" />
  207. <Compile Include="Querying\Filtering.cs" />
  208. <None Include="Raven.Tests.Core.project.json" />
  209. </ItemGroup>
  210. <Choose>
  211. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  212. <ItemGroup>
  213. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  214. </ItemGroup>
  215. </When>
  216. <Otherwise />
  217. </Choose>
  218. <ItemGroup>
  219. <ProjectReference Include="..\Rachis\Rachis\Rachis.csproj">
  220. <Project>{f796f69f-d17b-4260-92d6-65cb94c0e05c}</Project>
  221. <Name>Rachis</Name>
  222. </ProjectReference>
  223. <ProjectReference Include="..\Raven.Abstractions\Raven.Abstractions.csproj">
  224. <Project>{41AC479E-1EB2-4D23-AAF2-E4C8DF1BC2BA}</Project>
  225. <Name>Raven.Abstractions</Name>
  226. </ProjectReference>
  227. <ProjectReference Include="..\Raven.Client.Lightweight\Raven.Client.Lightweight.csproj">
  228. <Project>{4E087ECB-E7CA-4891-AC3C-3C76702715B6}</Project>
  229. <Name>Raven.Client.Lightweight</Name>
  230. </ProjectReference>
  231. <ProjectReference Include="..\Raven.Database\Raven.Database.csproj">
  232. <Project>{212823CD-25E1-41AC-92D1-D6DF4D53FC85}</Project>
  233. <Name>Raven.Database</Name>
  234. </ProjectReference>
  235. <ProjectReference Include="..\Raven.Smuggler\Raven.Smuggler.csproj">
  236. <Project>{3E6401AC-3E33-4B61-A460-49953654A207}</Project>
  237. <Name>Raven.Smuggler</Name>
  238. </ProjectReference>
  239. <ProjectReference Include="..\Raven.Sparrow\Sparrow\Sparrow.csproj">
  240. <Project>{104699C8-0FD3-4AB9-8542-E8FA89ED199B}</Project>
  241. <Name>Sparrow</Name>
  242. </ProjectReference>
  243. <ProjectReference Include="..\Raven.Tests.Common\Raven.Tests.Common.csproj">
  244. <Project>{381234CC-8AA7-41FF-8CAD-22330E15F993}</Project>
  245. <Name>Raven.Tests.Common</Name>
  246. </ProjectReference>
  247. <ProjectReference Include="..\Raven.Tests.Helpers\Raven.Tests.Helpers.csproj">
  248. <Project>{14F2D508-8E06-407B-9451-97E99538E26B}</Project>
  249. <Name>Raven.Tests.Helpers</Name>
  250. </ProjectReference>
  251. <ProjectReference Include="..\Raven.Voron\Voron\Voron.csproj">
  252. <Project>{ff83c7c2-bc7b-4dcc-a782-49ef9bbd9390}</Project>
  253. <Name>Voron</Name>
  254. </ProjectReference>
  255. </ItemGroup>
  256. <ItemGroup />
  257. <ItemGroup>
  258. <Compile Include="..\CommonAssemblyInfo.cs">
  259. <Link>Properties\CommonAssemblyInfo.cs</Link>
  260. </Compile>
  261. <Compile Include="BulkInsert\SimpleBulkInsert.cs" />
  262. <Compile Include="Commands\Attachments.cs" />
  263. <Compile Include="Commands\Documents.cs" />
  264. <Compile Include="Commands\Indexes.cs" />
  265. <Compile Include="Querying\Linq.cs" />
  266. <Compile Include="Querying\Paging.cs" />
  267. <Compile Include="Querying\Projections.cs" />
  268. <Compile Include="Querying\Sorting.cs" />
  269. <Compile Include="Indexing\IndexDefinitionMethods.cs" />
  270. <Compile Include="Replication\AttachmentReplication.cs" />
  271. <Compile Include="Replication\AutomaticConflictResolution.cs" />
  272. <Compile Include="Replication\DocumentReplication.cs" />
  273. <Compile Include="Replication\RavenReplicationCoreTest.cs" />
  274. <Compile Include="Session\Crud.cs" />
  275. <Compile Include="Commands\Other.cs" />
  276. <Compile Include="Indexing\ReferencedDocuments.cs" />
  277. <Compile Include="Session\Includes.cs" />
  278. <Compile Include="Session\Keys.cs" />
  279. <Compile Include="Streaming\DocumentStreaming.cs" />
  280. <Compile Include="Streaming\QueryStreaming.cs" />
  281. <Compile Include="Utils\Entities\Company.cs" />
  282. <Compile Include="Utils\Entities\Post.cs" />
  283. <Compile Include="Utils\Entities\PostContent.cs" />
  284. <Compile Include="Utils\Entities\User.cs" />
  285. <Compile Include="RavenCoreTestBase.cs" />
  286. <Compile Include="TestServerFixture.cs" />
  287. <Compile Include="Utils\Entities\UserWithoutId.cs" />
  288. <Compile Include="Utils\Indexes\Companies_AllProperties.cs" />
  289. <Compile Include="Utils\Indexes\Companies_CompanyByType.cs" />
  290. <Compile Include="Utils\Indexes\Companies_CustomAnalyzers.cs" />
  291. <Compile Include="Utils\Indexes\Companies_SortByName.cs" />
  292. <Compile Include="Utils\Indexes\Posts_ByContent.cs" />
  293. <Compile Include="Utils\Indexes\Posts_Recurse.cs" />
  294. <Compile Include="Utils\Indexes\Users_ByName.cs" />
  295. </ItemGroup>
  296. <ItemGroup>
  297. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  298. </ItemGroup>
  299. <Choose>
  300. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  301. <ItemGroup>
  302. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  303. <Private>False</Private>
  304. </Reference>
  305. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  306. <Private>False</Private>
  307. </Reference>
  308. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  309. <Private>False</Private>
  310. </Reference>
  311. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  312. <Private>False</Private>
  313. </Reference>
  314. </ItemGroup>
  315. </When>
  316. </Choose>
  317. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition="'$(TasksTargetsImported)' == ''" />
  318. <Import Project="..\Imports\Tasks.targets" Condition="'$(TasksTargetsImported)' == ''" />
  319. </Project>