/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
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{662D9514-F553-4263-B2E5-B81BBE09A069}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Raven.Tests.TimeSeries</RootNamespace>
- <AssemblyName>Raven.Tests.TimeSeries</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
- <RestorePackages>true</RestorePackages>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>6</LangVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="FluentAssertions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
- <HintPath>..\packages\FluentAssertions.4.0.0\lib\net45\FluentAssertions.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="FluentAssertions.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\FluentAssertions.4.0.0\lib\net45\FluentAssertions.Core.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Owin.Host.HttpListener, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="xunit">
- <HintPath>..\SharedLibs\xunit\xunit.dll</HintPath>
- </Reference>
- <Reference Include="xunit.extensions">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\SharedLibs\xunit\xunit.extensions.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\CommonAssemblyInfo.cs">
- <Link>Properties\CommonAssemblyInfo.cs</Link>
- </Compile>
- <Compile Include="..\Raven.Tests\Properties\TestAssemblyInfo.cs">
- <Link>Properties\TestAssemblyInfo.cs</Link>
- </Compile>
- <Compile Include="AdminClientTests.cs" />
- <Compile Include="BackupRestoreTests.cs" />
- <Compile Include="TimeSeriesFailoverTests.cs" />
- <Compile Include="TimeSeriesLoadBalancingTests.cs" />
- <Compile Include="TimeSeriesOperations.cs" />
- <Compile Include="TimeSeriesReplicationTests.cs" />
- <Compile Include="TimeSeriesChangesTests.cs" />
- <Compile Include="TimeSeriesChangeTests.cs" />
- <Compile Include="TimeSeriesStatsTests.cs" />
- <Compile Include="RavenBaseTimeSeriesTest.cs" />
- <Compile Include="AggregationPoints.cs" />
- <Compile Include="SmugglerTests.cs" />
- <Compile Include="AggregationPointsOutOfRange.cs" />
- <Compile Include="TimeSeriesTest.cs" />
- <Compile Include="TimeSeriesValueLengthTests.cs" />
- <Compile Include="TimeSeriesTests.cs" />
- <Compile Include="WikiDataImport.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Raven.Abstractions\Raven.Abstractions.csproj">
- <Project>{41AC479E-1EB2-4D23-AAF2-E4C8DF1BC2BA}</Project>
- <Name>Raven.Abstractions</Name>
- </ProjectReference>
- <ProjectReference Include="..\Raven.Client.Lightweight\Raven.Client.Lightweight.csproj">
- <Project>{4E087ECB-E7CA-4891-AC3C-3C76702715B6}</Project>
- <Name>Raven.Client.Lightweight</Name>
- </ProjectReference>
- <ProjectReference Include="..\Raven.Database\Raven.Database.csproj">
- <Project>{212823CD-25E1-41AC-92D1-D6DF4D53FC85}</Project>
- <Name>Raven.Database</Name>
- </ProjectReference>
- <ProjectReference Include="..\Raven.Tests.Common\Raven.Tests.Common.csproj">
- <Project>{381234CC-8AA7-41FF-8CAD-22330E15F993}</Project>
- <Name>Raven.Tests.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\Raven.Tests.Helpers\Raven.Tests.Helpers.csproj">
- <Project>{14F2D508-8E06-407B-9451-97E99538E26B}</Project>
- <Name>Raven.Tests.Helpers</Name>
- </ProjectReference>
- <ProjectReference Include="..\Raven.Voron\Voron\Voron.csproj">
- <Project>{FF83C7C2-BC7B-4DCC-A782-49EF9BBD9390}</Project>
- <Name>Voron</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>