PageRenderTime 64ms CodeModel.GetById 32ms RepoModel.GetById 0ms app.codeStats 0ms

/Rachis/Rachis.Tests/Rachis.Tests.csproj

http://github.com/ayende/ravendb
MSBuild | 158 lines | 158 code | 0 blank | 0 comment | 0 complexity | ded57b8e8bc97b40ca5f9b50dff7603d 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="4.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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{61B3D01A-F286-42B1-AA6B-83D9D6DF0873}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Rachis.Tests</RootNamespace>
  11. <AssemblyName>Rachis.Tests</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <TargetFrameworkProfile />
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <LangVersion>6</LangVersion>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="FizzWare.NBuilder, Version=3.0.1.0, Culture=neutral, PublicKeyToken=5651b03e12e42c12, processorArchitecture=MSIL">
  38. <HintPath>..\..\packages\NBuilder.3.0.1.1\lib\FizzWare.NBuilder.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="FluentAssertions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\FluentAssertions.4.0.0\lib\net45\FluentAssertions.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="FluentAssertions.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  46. <HintPath>..\..\packages\FluentAssertions.4.0.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="Microsoft.Owin.Host.HttpListener, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <HintPath>..\..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="Microsoft.Owin.Hosting, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  58. <HintPath>..\..\packages\Microsoft.Owin.Hosting.3.0.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  62. <HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  66. <HintPath>..\..\packages\NLog.4.3.0-rc3\lib\net45\NLog.dll</HintPath>
  67. <Private>True</Private>
  68. </Reference>
  69. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  70. <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  71. <Private>True</Private>
  72. </Reference>
  73. <Reference Include="System" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Net" />
  76. <Reference Include="System.Net.Http" />
  77. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  78. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  79. <Private>True</Private>
  80. </Reference>
  81. <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  82. <HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  83. <Private>True</Private>
  84. </Reference>
  85. <Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  87. <Private>True</Private>
  88. </Reference>
  89. <Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  91. <Private>True</Private>
  92. </Reference>
  93. <Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  94. <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  95. <Private>True</Private>
  96. </Reference>
  97. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  98. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  99. <Private>True</Private>
  100. </Reference>
  101. <Reference Include="System.Web.Http.Owin, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  102. <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Owin.5.2.3\lib\net45\System.Web.Http.Owin.dll</HintPath>
  103. <Private>True</Private>
  104. </Reference>
  105. <Reference Include="System.Xml.Linq" />
  106. <Reference Include="System.Data.DataSetExtensions" />
  107. <Reference Include="Microsoft.CSharp" />
  108. <Reference Include="System.Data" />
  109. <Reference Include="System.Xml" />
  110. <Reference Include="xunit">
  111. <HintPath>..\..\SharedLibs\xunit\xunit.dll</HintPath>
  112. </Reference>
  113. <Reference Include="xunit.extensions">
  114. <HintPath>..\..\SharedLibs\xunit\xunit.extensions.dll</HintPath>
  115. </Reference>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Compile Include="..\..\Raven.Database\Server\NonAdminHttp.cs">
  119. <Link>Utils\NonAdminHttp.cs</Link>
  120. </Compile>
  121. <Compile Include="BasicTests.cs" />
  122. <Compile Include="CommandsTests.cs" />
  123. <Compile Include="DictionaryCommand.cs" />
  124. <Compile Include="DictionaryStateMachine.cs" />
  125. <Compile Include="HttpTransportPingTest.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <Compile Include="ElectionRelatedTests.cs" />
  128. <Compile Include="TestRaftController.cs" />
  129. <Compile Include="RaftTestsBase.cs" />
  130. <Compile Include="SnapshotTests.cs" />
  131. <Compile Include="TopologyChangesTests.cs" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="app.config" />
  135. <None Include="NLog.config">
  136. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  137. </None>
  138. <None Include="packages.config" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ProjectReference Include="..\..\Raven.Abstractions\Raven.Abstractions.csproj">
  142. <Project>{41AC479E-1EB2-4D23-AAF2-E4C8DF1BC2BA}</Project>
  143. <Name>Raven.Abstractions</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\..\Raven.Voron\Voron\Voron.csproj">
  146. <Project>{FF83C7C2-BC7B-4DCC-A782-49EF9BBD9390}</Project>
  147. <Name>Voron</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\Rachis\Rachis.csproj">
  150. <Project>{F796F69F-D17B-4260-92D6-65CB94C0E05C}</Project>
  151. <Name>Rachis</Name>
  152. </ProjectReference>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  156. </ItemGroup>
  157. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  158. </Project>