blob: 0f3b9eb5101d0eca124248ac37355b93f4d4bb07 [file] [log] [blame]
Jan Tattermusch119761f2015-03-12 14:20:04 -07001<?xml version="1.0" encoding="utf-8"?>
Jan Tattermusch503bbac2015-02-26 18:19:47 -08002<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -07005 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Jan Tattermusch503bbac2015-02-26 18:19:47 -08006 <ProjectGuid>{A654F3B8-E859-4E6A-B30D-227527DBEF0D}</ProjectGuid>
7 <OutputType>Exe</OutputType>
8 <RootNamespace>Grpc.IntegrationTesting.Server</RootNamespace>
9 <AssemblyName>Grpc.IntegrationTesting.Server</AssemblyName>
10 <StartupObject>Grpc.IntegrationTesting.Server.Program</StartupObject>
11 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12 </PropertyGroup>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070013 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Jan Tattermusch503bbac2015-02-26 18:19:47 -080014 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG;</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <Externalconsole>true</Externalconsole>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070022 <PlatformTarget>AnyCPU</PlatformTarget>
Jan Tattermusch503bbac2015-02-26 18:19:47 -080023 </PropertyGroup>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070024 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Jan Tattermusch503bbac2015-02-26 18:19:47 -080025 <DebugType>full</DebugType>
26 <Optimize>true</Optimize>
27 <OutputPath>bin\Release</OutputPath>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 <Externalconsole>true</Externalconsole>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070031 <PlatformTarget>AnyCPU</PlatformTarget>
Jan Tattermusch503bbac2015-02-26 18:19:47 -080032 </PropertyGroup>
33 <ItemGroup>
34 <Reference Include="System" />
35 </ItemGroup>
36 <ItemGroup>
Jan Tattermuscha5800702015-07-13 21:32:33 -070037 <Compile Include="..\Grpc.Core\Version.cs">
38 <Link>Version.cs</Link>
39 </Compile>
Jan Tattermusch503bbac2015-02-26 18:19:47 -080040 <Compile Include="Program.cs" />
41 <Compile Include="Properties\AssemblyInfo.cs" />
42 </ItemGroup>
43 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
44 <ItemGroup>
45 <ProjectReference Include="..\Grpc.IntegrationTesting\Grpc.IntegrationTesting.csproj">
46 <Project>{C61154BA-DD4A-4838-8420-0162A28925E0}</Project>
47 <Name>Grpc.IntegrationTesting</Name>
48 </ProjectReference>
Jan Tattermusch766d72b2015-07-21 20:09:25 -070049 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
50 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
51 <Name>Grpc.Core</Name>
52 </ProjectReference>
Jan Tattermusch503bbac2015-02-26 18:19:47 -080053 </ItemGroup>
Jan Tattermusch119761f2015-03-12 14:20:04 -070054 <ItemGroup>
55 <None Include="app.config" />
56 </ItemGroup>
Jan Tattermusch503bbac2015-02-26 18:19:47 -080057</Project>