blob: 6c8856cc92136ea4c2e4e62581eaef74d8d90891 [file] [log] [blame]
Jan Tattermusch302b29f2015-05-15 15:10:00 -07001<?xml version="1.0" encoding="utf-8"?>
Jan Tattermusch4c64d462015-04-06 11:16:28 -07002<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 Tattermusch4c64d462015-04-06 11:16:28 -07006 <ProductVersion>10.0.0</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{BF62FE08-373A-43D6-9D73-41CAA38B7011}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <RootNamespace>Grpc.Examples.MathServer</RootNamespace>
Jan Tattermusch302b29f2015-05-15 15:10:00 -070011 <AssemblyName>MathServer</AssemblyName>
Jan Tattermusch4c64d462015-04-06 11:16:28 -070012 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 </PropertyGroup>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070014 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Jan Tattermusch4c64d462015-04-06 11:16:28 -070015 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
17 <Optimize>false</Optimize>
18 <OutputPath>bin\Debug</OutputPath>
19 <DefineConstants>DEBUG;</DefineConstants>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 <Externalconsole>true</Externalconsole>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070023 <PlatformTarget>AnyCPU</PlatformTarget>
Jan Tattermusch4c64d462015-04-06 11:16:28 -070024 </PropertyGroup>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070025 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Jan Tattermusch4c64d462015-04-06 11:16:28 -070026 <DebugType>full</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release</OutputPath>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
31 <Externalconsole>true</Externalconsole>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070032 <PlatformTarget>AnyCPU</PlatformTarget>
Jan Tattermusch4c64d462015-04-06 11:16:28 -070033 </PropertyGroup>
34 <ItemGroup>
35 <Reference Include="System" />
36 </ItemGroup>
37 <ItemGroup>
Jan Tattermuscha5800702015-07-13 21:32:33 -070038 <Compile Include="..\Grpc.Core\Version.cs">
39 <Link>Version.cs</Link>
40 </Compile>
Jan Tattermusch4c64d462015-04-06 11:16:28 -070041 <Compile Include="Properties\AssemblyInfo.cs" />
42 <Compile Include="MathServer.cs" />
43 </ItemGroup>
44 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
45 <ItemGroup>
46 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
47 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
48 <Name>Grpc.Core</Name>
49 </ProjectReference>
50 <ProjectReference Include="..\Grpc.Examples\Grpc.Examples.csproj">
51 <Project>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</Project>
52 <Name>Grpc.Examples</Name>
53 </ProjectReference>
54 </ItemGroup>
55</Project>