/Raven.Tests.TimeSeries/Raven.Tests.TimeSeries.csproj

http://github.com/ayende/ravendb · MSBuild · 140 lines · 140 code · 0 blank · 0 comment · 6 complexity · ada893a3290d50e01f2bfe18384d344f MD5 · raw 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. <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>{662D9514-F553-4263-B2E5-B81BBE09A069}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Raven.Tests.TimeSeries</RootNamespace>
  11. <AssemblyName>Raven.Tests.TimeSeries</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  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. <PlatformTarget>x64</PlatformTarget>
  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. <PlatformTarget>x64</PlatformTarget>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="FluentAssertions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  39. <HintPath>..\packages\FluentAssertions.4.0.0\lib\net45\FluentAssertions.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="FluentAssertions.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\packages\FluentAssertions.4.0.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Microsoft.Owin.Host.HttpListener, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  57. <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="Microsoft.CSharp" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.Xml" />
  73. <Reference Include="xunit">
  74. <HintPath>..\SharedLibs\xunit\xunit.dll</HintPath>
  75. </Reference>
  76. <Reference Include="xunit.extensions">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\SharedLibs\xunit\xunit.extensions.dll</HintPath>
  79. </Reference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="..\CommonAssemblyInfo.cs">
  83. <Link>Properties\CommonAssemblyInfo.cs</Link>
  84. </Compile>
  85. <Compile Include="..\Raven.Tests\Properties\TestAssemblyInfo.cs">
  86. <Link>Properties\TestAssemblyInfo.cs</Link>
  87. </Compile>
  88. <Compile Include="AdminClientTests.cs" />
  89. <Compile Include="BackupRestoreTests.cs" />
  90. <Compile Include="TimeSeriesFailoverTests.cs" />
  91. <Compile Include="TimeSeriesLoadBalancingTests.cs" />
  92. <Compile Include="TimeSeriesOperations.cs" />
  93. <Compile Include="TimeSeriesReplicationTests.cs" />
  94. <Compile Include="TimeSeriesChangesTests.cs" />
  95. <Compile Include="TimeSeriesChangeTests.cs" />
  96. <Compile Include="TimeSeriesStatsTests.cs" />
  97. <Compile Include="RavenBaseTimeSeriesTest.cs" />
  98. <Compile Include="AggregationPoints.cs" />
  99. <Compile Include="SmugglerTests.cs" />
  100. <Compile Include="AggregationPointsOutOfRange.cs" />
  101. <Compile Include="TimeSeriesTest.cs" />
  102. <Compile Include="TimeSeriesValueLengthTests.cs" />
  103. <Compile Include="TimeSeriesTests.cs" />
  104. <Compile Include="WikiDataImport.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ProjectReference Include="..\Raven.Abstractions\Raven.Abstractions.csproj">
  108. <Project>{41AC479E-1EB2-4D23-AAF2-E4C8DF1BC2BA}</Project>
  109. <Name>Raven.Abstractions</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\Raven.Client.Lightweight\Raven.Client.Lightweight.csproj">
  112. <Project>{4E087ECB-E7CA-4891-AC3C-3C76702715B6}</Project>
  113. <Name>Raven.Client.Lightweight</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\Raven.Database\Raven.Database.csproj">
  116. <Project>{212823CD-25E1-41AC-92D1-D6DF4D53FC85}</Project>
  117. <Name>Raven.Database</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\Raven.Tests.Common\Raven.Tests.Common.csproj">
  120. <Project>{381234CC-8AA7-41FF-8CAD-22330E15F993}</Project>
  121. <Name>Raven.Tests.Common</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\Raven.Tests.Helpers\Raven.Tests.Helpers.csproj">
  124. <Project>{14F2D508-8E06-407B-9451-97E99538E26B}</Project>
  125. <Name>Raven.Tests.Helpers</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\Raven.Voron\Voron\Voron.csproj">
  128. <Project>{FF83C7C2-BC7B-4DCC-A782-49EF9BBD9390}</Project>
  129. <Name>Voron</Name>
  130. </ProjectReference>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <None Include="app.config" />
  134. <None Include="packages.config" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  138. </ItemGroup>
  139. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  140. </Project>