blob: 545ce1b5cf721bd063356e73718da1af740f77e4 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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>{8F507DBE-56F9-437F-82D4-74C02EC44E41}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Apache.Ignite.Benchmarks</RootNamespace>
<AssemblyName>Apache.Ignite.Benchmarks</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Apache.Ignite.Benchmarks.BenchmarkRunner</StartupObject>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Apache.Ignite.Benchmarks.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="BenchmarkBase.cs" />
<Compile Include="BenchmarkOperationDescriptor.cs" />
<Compile Include="BenchmarkRunner.cs" />
<Compile Include="BenchmarkState.cs" />
<Compile Include="BenchmarkUtils.cs" />
<Compile Include="Interop\GetAllBinaryBenchmark.cs" />
<Compile Include="Interop\GetAllBenchmark.cs" />
<Compile Include="Interop\GetAllEmployeesBenchmark.cs" />
<Compile Include="Interop\GetWithPlatformCacheBenchmark.cs" />
<Compile Include="Interop\PlatformBenchmarkBase.cs" />
<Compile Include="Interop\ClosureBenchmark.cs" />
<Compile Include="Interop\GetAsyncBenchmark.cs" />
<Compile Include="Interop\GetBenchmark.cs" />
<Compile Include="Interop\PutAsyncBenchmark.cs" />
<Compile Include="Interop\PutBenchmark.cs" />
<Compile Include="Interop\PutWithPlatformCacheBenchmark.cs" />
<Compile Include="Interop\ScanQueryBenchmark.cs" />
<Compile Include="Interop\TaskBenchmark.cs" />
<Compile Include="Interop\TxBenchmark.cs" />
<Compile Include="Model\Address.cs" />
<Compile Include="Model\Company.cs" />
<Compile Include="Model\Department.cs" />
<Compile Include="Model\Doubles.cs" />
<Compile Include="Model\Employee.cs" />
<Compile Include="Model\Sex.cs" />
<Compile Include="Model\TestModel.cs" />
<Compile Include="Binary\BinarizableReadBenchmark.cs" />
<Compile Include="Binary\BinarizableWriteBenchmark.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Result\BenchmarkConsoleResultWriter.cs" />
<Compile Include="Result\BenchmarkFileResultWriter.cs" />
<Compile Include="Result\IBenchmarkResultWriter.cs" />
<Compile Include="ThinClient\ThinClientGetAllBinaryBenchmark.cs" />
<Compile Include="ThinClient\ThinClientGetAllEmployeesBenchmark.cs" />
<Compile Include="ThinClient\ThinClientGetAsyncBenchmark.cs" />
<Compile Include="ThinClient\ThinClientGetAllBenchmark.cs" />
<Compile Include="ThinClient\ThinClientGetBenchmark.cs" />
<Compile Include="ThinClient\ThinClientPutAsyncBenchmark.cs" />
<Compile Include="ThinClient\ThinClientPutBenchmark.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Apache.Ignite.Core\Apache.Ignite.Core.csproj">
<Project>{4CD2F726-7E2B-46C4-A5BA-057BB82EECB6}</Project>
<Name>Apache.Ignite.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Apache.Ignite.Benchmarks.snk" />
<None Include="App.config" />
<None Include="Config\benchmark.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>