blob: 3b9587e31518a35e117e193d2bb769304311c1f1 [file] [log] [blame]
Jan Tattermusch5beb0ee2015-12-01 14:29:50 -08001<?xml version="1.0" encoding="utf-8"?>
Jan Tattermuschd0c1bfa2015-10-22 19:14:57 -07002<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProjectGuid>{B82B7DFE-7F7B-40EF-B3D6-064FF2B01294}</ProjectGuid>
7 <OutputType>Exe</OutputType>
8 <RootNamespace>Grpc.IntegrationTesting.QpsWorker</RootNamespace>
9 <AssemblyName>Grpc.IntegrationTesting.QpsWorker</AssemblyName>
10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType>
15 <Optimize>false</Optimize>
16 <OutputPath>bin\Debug</OutputPath>
17 <DefineConstants>DEBUG;</DefineConstants>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <PlatformTarget>AnyCPU</PlatformTarget>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23 <DebugType>pdbonly</DebugType>
24 <Optimize>true</Optimize>
25 <OutputPath>bin\Release</OutputPath>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 </PropertyGroup>
Jan Tattermuschd0c1bfa2015-10-22 19:14:57 -070030 <ItemGroup>
31 <Reference Include="System" />
32 </ItemGroup>
33 <ItemGroup>
34 <Compile Include="..\Grpc.Core\Version.cs">
35 <Link>Version.cs</Link>
36 </Compile>
37 <Compile Include="Program.cs" />
38 <Compile Include="Properties\AssemblyInfo.cs" />
39 </ItemGroup>
40 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
41 <ItemGroup>
42 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
43 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
44 <Name>Grpc.Core</Name>
45 </ProjectReference>
46 <ProjectReference Include="..\Grpc.IntegrationTesting\Grpc.IntegrationTesting.csproj">
47 <Project>{C61154BA-DD4A-4838-8420-0162A28925E0}</Project>
48 <Name>Grpc.IntegrationTesting</Name>
49 </ProjectReference>
50 </ItemGroup>
Jan Tattermusch5beb0ee2015-12-01 14:29:50 -080051 <ItemGroup>
Jan Tattermusch8d9dff52016-06-15 09:35:39 -070052 <None Include="Grpc.IntegrationTesting.QpsWorker.project.json" />
Jan Tattermusch5beb0ee2015-12-01 14:29:50 -080053 </ItemGroup>
Jan Tattermuschd0c1bfa2015-10-22 19:14:57 -070054</Project>