blob: 73c9f2d2077ae36f1cf33adaa6b3b9aedca871b1 [file] [log] [blame]
Jan Tattermusch503bbac2015-02-26 18:19:47 -08001<?xml version="1.0" encoding="utf-8"?>
2<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)' == '' ">x86</Platform>
6 <ProductVersion>10.0.0</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{A654F3B8-E859-4E6A-B30D-227527DBEF0D}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <RootNamespace>Grpc.IntegrationTesting.Server</RootNamespace>
11 <AssemblyName>Grpc.IntegrationTesting.Server</AssemblyName>
12 <StartupObject>Grpc.IntegrationTesting.Server.Program</StartupObject>
13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <OutputPath>bin\Debug</OutputPath>
20 <DefineConstants>DEBUG;</DefineConstants>
21 <ErrorReport>prompt</ErrorReport>
22 <WarningLevel>4</WarningLevel>
23 <Externalconsole>true</Externalconsole>
24 <PlatformTarget>x86</PlatformTarget>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
27 <DebugType>full</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release</OutputPath>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <Externalconsole>true</Externalconsole>
33 <PlatformTarget>x86</PlatformTarget>
34 </PropertyGroup>
35 <ItemGroup>
36 <Reference Include="System" />
37 </ItemGroup>
38 <ItemGroup>
39 <Compile Include="Program.cs" />
40 <Compile Include="Properties\AssemblyInfo.cs" />
41 </ItemGroup>
42 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
43 <ItemGroup>
44 <ProjectReference Include="..\Grpc.IntegrationTesting\Grpc.IntegrationTesting.csproj">
45 <Project>{C61154BA-DD4A-4838-8420-0162A28925E0}</Project>
46 <Name>Grpc.IntegrationTesting</Name>
47 </ProjectReference>
48 </ItemGroup>
49</Project>