PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/Raven.Tests.FileSystem/Raven.Tests.FileSystem.csproj

http://github.com/ayende/ravendb
MSBuild | 313 lines | 313 code | 0 blank | 0 comment | 2 complexity | cfec337c11f7d107aad94767447f8af0 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. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{01CA67F3-1E46-455C-8713-86FCCF2EFBC7}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>Raven.Tests.FileSystem</RootNamespace>
  10. <AssemblyName>Raven.Tests.FileSystem</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <TargetFrameworkProfile />
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. <PlatformTarget>x64</PlatformTarget>
  27. <NoWarn>618</NoWarn>
  28. <PlatformTarget>x64</PlatformTarget>
  29. <LangVersion>6</LangVersion>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. <NoWarn>618</NoWarn>
  40. <PlatformTarget>x64</PlatformTarget>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <SignAssembly>true</SignAssembly>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <AssemblyOriginatorKeyFile>RavenDB.snk</AssemblyOriginatorKeyFile>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Profiling|AnyCPU'">
  49. <OutputPath>bin\Profiling\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <DebugType>pdbonly</DebugType>
  53. <PlatformTarget>AnyCPU</PlatformTarget>
  54. <ErrorReport>prompt</ErrorReport>
  55. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  56. <NoWarn>618</NoWarn>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Profiling|AnyCPU'">
  59. <OutputPath>bin\Profiling\</OutputPath>
  60. <DefineConstants>TRACE</DefineConstants>
  61. <Optimize>true</Optimize>
  62. <DebugType>pdbonly</DebugType>
  63. <PlatformTarget>AnyCPU</PlatformTarget>
  64. <ErrorReport>prompt</ErrorReport>
  65. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  66. <WarningLevel>4</WarningLevel>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <Reference Include="FluentAssertions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  70. <HintPath>..\packages\FluentAssertions.4.0.0\lib\net45\FluentAssertions.dll</HintPath>
  71. <Private>True</Private>
  72. </Reference>
  73. <Reference Include="FluentAssertions.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\packages\FluentAssertions.4.0.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Microsoft.Owin.Host.HttpListener, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  83. <HintPath>..\packages\NLog.4.3.0-rc3\lib\net45\NLog.dll</HintPath>
  84. <Private>True</Private>
  85. </Reference>
  86. <Reference Include="System" />
  87. <Reference Include="System.Configuration" />
  88. <Reference Include="System.Core" />
  89. <Reference Include="System.IO.Compression.FileSystem" />
  90. <Reference Include="System.Linq" />
  91. <Reference Include="System.Net" />
  92. <Reference Include="System.Net.Http" />
  93. <Reference Include="System.Net.Http.WebRequest" />
  94. <Reference Include="System.ServiceModel" />
  95. <Reference Include="System.Xml" />
  96. <Reference Include="Microsoft.Owin.Host.HttpListener">
  97. <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.3.0.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Reactive.Core">
  100. <HintPath>..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Reactive.Interfaces">
  103. <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Reactive.Linq">
  106. <HintPath>..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Reactive.PlatformServices">
  109. <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Xml.Linq" />
  112. <Reference Include="xunit">
  113. <HintPath>..\SharedLibs\xunit\xunit.dll</HintPath>
  114. </Reference>
  115. <Reference Include="xunit.extensions">
  116. <HintPath>..\SharedLibs\xunit\xunit.extensions.dll</HintPath>
  117. </Reference>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Compile Include="..\Raven.Tests\Properties\TestAssemblyInfo.cs">
  121. <Link>Properties\TestAssemblyInfo.cs</Link>
  122. </Compile>
  123. <Compile Include="Auth\ClientOAuthAuthentication.cs" />
  124. <Compile Include="Auth\ClientWindowsAuth.cs" />
  125. <Compile Include="Auth\ClientWindowsAuth2.cs" />
  126. <Compile Include="Auth\ClientWithoutAuthenticationSetup.cs" />
  127. <Compile Include="Auth\SynchronizationWithOAuth.cs" />
  128. <Compile Include="Auth\SynchronizationWithWindowsAuth.cs" />
  129. <Compile Include="BigFileHandling.cs" />
  130. <Compile Include="Bugs\Can_query_by_creation_date.cs" />
  131. <Compile Include="Bugs\CaseSensitiveFileDeletion.cs" />
  132. <Compile Include="Bugs\ReadingFileIfFileWithGreaterNameExists.cs" />
  133. <Compile Include="Bugs\GettingListOfFilesAfterSynchronization.cs" />
  134. <Compile Include="Bugs\FileRenaming.cs" />
  135. <Compile Include="Bugs\Queries.cs" />
  136. <Compile Include="Bugs\SearchingCollections.cs" />
  137. <Compile Include="Bugs\SynchronizationAfterSetUpDestinations.cs" />
  138. <Compile Include="Bugs\SynchronizationOfFileInsideDirectory.cs" />
  139. <Compile Include="Bugs\UpdatingMetadata.cs" />
  140. <Compile Include="Bugs\UploadFilesWithTheSameContentConcurrently.cs" />
  141. <Compile Include="Bugs\UploadDownload.cs" />
  142. <Compile Include="Bundles\Versioning\RavenDB_3295.cs" />
  143. <Compile Include="Bundles\Versioning\RavenDB_3979_files.cs" />
  144. <Compile Include="Bundles\Versioning\VersioningAndSynchronization.cs" />
  145. <Compile Include="Bundles\Versioning\VersioningTests.cs" />
  146. <Compile Include="ClientApi\FileQueryTests.cs" />
  147. <Compile Include="ClientApi\FileSessionListenersTests.cs" />
  148. <Compile Include="ClientApi\FileSessionTests.cs" />
  149. <Compile Include="ClientApi\UsingUntypedFilesQueryTests.cs" />
  150. <Compile Include="ClientApi\SerializationTests.cs" />
  151. <Compile Include="ClientApi\UsingStronglyTypedFilesQueryTests.cs" />
  152. <Compile Include="CommandsUsage.cs" />
  153. <Compile Include="CompleteUsage.cs" />
  154. <Compile Include="Config.cs" />
  155. <Compile Include="Bundles\Encryption\Crud.cs" />
  156. <Compile Include="Bundles\Encryption\EncryptedFileSystemBackupRestore.cs" />
  157. <Compile Include="Bundles\Encryption\FileSystemEncryptionTest.cs" />
  158. <Compile Include="Bundles\Encryption\ShouldErrorOnMissingConfiguration.cs" />
  159. <Compile Include="FileHandling.cs" />
  160. <Compile Include="FileNamingTests.cs" />
  161. <Compile Include="Folders.cs" />
  162. <Compile Include="Issues\RavenDB_4847.cs" />
  163. <Compile Include="Issues\RavenDB_3887.cs" />
  164. <Compile Include="Issues\RavenDB_3904_Commands.cs" />
  165. <Compile Include="Issues\RavenDB_3904_Session.cs" />
  166. <Compile Include="Issues\RavenDB_3920.cs" />
  167. <Compile Include="Issues\RavenDB_3955.cs" />
  168. <Compile Include="Issues\RavenDB_4059.cs" />
  169. <Compile Include="Issues\RavenDB_4065.cs" />
  170. <Compile Include="Issues\RavenDB_4066.cs" />
  171. <Compile Include="Issues\RavenDB_4069.cs" />
  172. <Compile Include="Issues\RavenDB_4092.cs" />
  173. <Compile Include="Issues\RavenDB_4164.cs" />
  174. <Compile Include="Issues\RavenDB_4206.cs" />
  175. <Compile Include="Issues\RavenDB_4208.cs" />
  176. <Compile Include="Issues\RavenDB_4217.cs" />
  177. <Compile Include="Issues\RavenDB_4224.cs" />
  178. <Compile Include="Issues\RavenDB_4219.cs" />
  179. <Compile Include="Issues\RavenDB_4189.cs" />
  180. <Compile Include="Issues\RavenDB_4690.cs" />
  181. <Compile Include="Issues\RavenDB_4961.cs" />
  182. <Compile Include="Issues\RavenDB_FEI_2.cs" />
  183. <Compile Include="Issues\RavenDB_3648.cs" />
  184. <Compile Include="Issues\RavenDB_2889.cs" />
  185. <Compile Include="Issues\RavenDB_3268_ConcurrencyChecks.cs" />
  186. <Compile Include="Issues\RavenDB_3499.cs" />
  187. <Compile Include="Issues\RavenDB_3672.cs" />
  188. <Compile Include="Issues\RavenDB_3692.cs" />
  189. <Compile Include="Issues\RavenDB_3742.cs" />
  190. <Compile Include="Issues\RavenDB_3919.cs" />
  191. <Compile Include="Migration\MigrationTests.cs" />
  192. <Compile Include="Synchronization\FailoverReadFromAllServers.cs" />
  193. <Compile Include="Synchronization\RavenSynchronizationTestBase.cs" />
  194. <Compile Include="Search\SearchIndexes.cs" />
  195. <Compile Include="RavenFilesTestWithLogs.cs" />
  196. <Compile Include="RavenFilesWebApiTest.cs" />
  197. <Compile Include="Issues\RavenDB_2784.cs" />
  198. <Compile Include="Shard\CustomShardResolutionStrategy.cs" />
  199. <Compile Include="Shard\SimpleSharding.cs" />
  200. <Compile Include="Smuggler\SmugglerBetweenOperationTests.cs" />
  201. <Compile Include="Smuggler\SmugglerExecutionTests.cs" />
  202. <Compile Include="Smuggler\SmugglerWithDisabledVersioning_RavenDB_3219.cs" />
  203. <Compile Include="Smuggler\SmugglingConfigurations_RavenDB_3347.cs" />
  204. <Compile Include="Storage\StorageOperationsTests.cs" />
  205. <Compile Include="MtaFactAttribute.cs" />
  206. <Compile Include="Notifications.cs" />
  207. <Compile Include="Storage\BackupRestoreTests.cs" />
  208. <Compile Include="Storage\Basic.cs" />
  209. <Compile Include="Storage\ConfigTests.cs" />
  210. <Compile Include="Storage\FileTests.cs" />
  211. <Compile Include="Storage\PageTests.cs" />
  212. <Compile Include="Storage\SignatureTests.cs" />
  213. <Compile Include="Storage\StorageAccessorTestBase.cs" />
  214. <Compile Include="StreamingTests.cs" />
  215. <Compile Include="Synchronization\AutomaticConflictResolutions.cs" />
  216. <Compile Include="Synchronization\ConflictNotificationTests.cs" />
  217. <Compile Include="Synchronization\FailoverFailImmediately.cs" />
  218. <Compile Include="Synchronization\FailoverTests.cs" />
  219. <Compile Include="Synchronization\NeedListParserTest.cs" />
  220. <Compile Include="Synchronization\RdcVersionCheckerTest.cs" />
  221. <Compile Include="Synchronization\SynchronizationNotificationTests.cs" />
  222. <Compile Include="Synchronization\SynchronizationQueueTests.cs" />
  223. <Compile Include="Synchronization\SynchronizationStorageTests.cs" />
  224. <Compile Include="Synchronization\SynchronizationTests.cs" />
  225. <Compile Include="Synchronization\IO\RandomlyModifiedStream.cs" />
  226. <Compile Include="Synchronization\IO\RandomStream.cs" />
  227. <Compile Include="Synchronization\IO\TestDataGenerators.cs" />
  228. <Compile Include="Synchronization\LockFileTests.cs" />
  229. <Compile Include="Synchronization\NeedListGeneratorTest.cs" />
  230. <Compile Include="Synchronization\SyncTestUtils.cs" />
  231. <Compile Include="Synchronization\SigGeneratorTest.cs" />
  232. <Compile Include="Synchronization\SynchronizationOfDestinationsTests.cs" />
  233. <Compile Include="Search\Search.cs" />
  234. <Compile Include="Storage\Signatures.cs" />
  235. <Compile Include="Storage\StorageSignatureRepositoryTests.cs" />
  236. <Compile Include="StorageTest.cs" />
  237. <Compile Include="Storage\StorageStreamTest.cs" />
  238. <Compile Include="Synchronization\FileChangesPropagationTests.cs" />
  239. <Compile Include="Synchronization\WorkingWithConflictsTests.cs" />
  240. <Compile Include="Tools\HttpWebRequestExtensions.cs" />
  241. <Compile Include="NarrowedStreamTests.cs" />
  242. <Compile Include="Synchronization\IO\RandomCharacterStream.cs" />
  243. <Compile Include="RemoteFilesHandlerTests.cs" />
  244. <Compile Include="PagesTests.cs" />
  245. <Compile Include="Properties\AssemblyInfo.cs" />
  246. </ItemGroup>
  247. <ItemGroup>
  248. <None Include="app.config" />
  249. <EmbeddedResource Include="DefaultLogging.config" />
  250. <None Include="Migration\Backups\from-3628\destination-3628-esent.zip" />
  251. <None Include="Migration\Backups\from-3628\destination-3628-voron.zip" />
  252. <None Include="Migration\Backups\from-3628\source-3628-esent.zip" />
  253. <None Include="Migration\Backups\from-3628\source-3628-voron.zip" />
  254. <None Include="packages.config">
  255. <SubType>Designer</SubType>
  256. </None>
  257. <None Include="RavenDB.snk" />
  258. </ItemGroup>
  259. <ItemGroup>
  260. <WCFMetadata Include="Service References\" />
  261. </ItemGroup>
  262. <ItemGroup>
  263. <ProjectReference Include="..\Raven.Abstractions\Raven.Abstractions.csproj">
  264. <Project>{41AC479E-1EB2-4D23-AAF2-E4C8DF1BC2BA}</Project>
  265. <Name>Raven.Abstractions</Name>
  266. </ProjectReference>
  267. <ProjectReference Include="..\Raven.Backup\Raven.Backup.csproj">
  268. <Project>{DBB6561C-6264-430D-8F3C-E11C6268981E}</Project>
  269. <Name>Raven.Backup</Name>
  270. </ProjectReference>
  271. <ProjectReference Include="..\Raven.Client.Lightweight\Raven.Client.Lightweight.csproj">
  272. <Project>{4E087ECB-E7CA-4891-AC3C-3C76702715B6}</Project>
  273. <Name>Raven.Client.Lightweight</Name>
  274. </ProjectReference>
  275. <ProjectReference Include="..\Raven.Database\Raven.Database.csproj">
  276. <Project>{212823CD-25E1-41AC-92D1-D6DF4D53FC85}</Project>
  277. <Name>Raven.Database</Name>
  278. </ProjectReference>
  279. <ProjectReference Include="..\Raven.Server\Raven.Server.csproj">
  280. <Project>{3B90EB20-AEA3-4972-8219-936F1A62768C}</Project>
  281. <Name>Raven.Server</Name>
  282. </ProjectReference>
  283. <ProjectReference Include="..\Raven.Smuggler\Raven.Smuggler.csproj">
  284. <Project>{3E6401AC-3E33-4B61-A460-49953654A207}</Project>
  285. <Name>Raven.Smuggler</Name>
  286. </ProjectReference>
  287. <ProjectReference Include="..\Raven.Tests.Common\Raven.Tests.Common.csproj">
  288. <Project>{381234CC-8AA7-41FF-8CAD-22330E15F993}</Project>
  289. <Name>Raven.Tests.Common</Name>
  290. </ProjectReference>
  291. <ProjectReference Include="..\Raven.Tests.Helpers\Raven.Tests.Helpers.csproj">
  292. <Project>{14F2D508-8E06-407B-9451-97E99538E26B}</Project>
  293. <Name>Raven.Tests.Helpers</Name>
  294. </ProjectReference>
  295. <ProjectReference Include="..\Raven.Voron\Voron\Voron.csproj">
  296. <Project>{ff83c7c2-bc7b-4dcc-a782-49ef9bbd9390}</Project>
  297. <Name>Voron</Name>
  298. </ProjectReference>
  299. </ItemGroup>
  300. <ItemGroup>
  301. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  302. </ItemGroup>
  303. <ItemGroup />
  304. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition="'$(TasksTargetsImported)' == ''" />
  305. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  306. Other similar extension points exist, see Microsoft.Common.targets.
  307. <Target Name="BeforeBuild">
  308. </Target>
  309. <Target Name="AfterBuild">
  310. </Target>
  311. -->
  312. <Import Project="..\Imports\Tasks.targets" Condition="'$(TasksTargetsImported)' == ''" />
  313. </Project>