Jan Tattermusch | 302b29f | 2015-05-15 15:10:00 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Jan Tattermusch | 4c64d46 | 2015-04-06 11:16:28 -0700 | [diff] [blame] | 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>{BF62FE08-373A-43D6-9D73-41CAA38B7011}</ProjectGuid> |
| 9 | <OutputType>Exe</OutputType> |
| 10 | <RootNamespace>Grpc.Examples.MathServer</RootNamespace> |
Jan Tattermusch | 302b29f | 2015-05-15 15:10:00 -0700 | [diff] [blame^] | 11 | <AssemblyName>MathServer</AssemblyName> |
Jan Tattermusch | 4c64d46 | 2015-04-06 11:16:28 -0700 | [diff] [blame] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 13 | </PropertyGroup> |
| 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
| 15 | <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> |
| 23 | <PlatformTarget>x86</PlatformTarget> |
| 24 | </PropertyGroup> |
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
| 26 | <DebugType>full</DebugType> |
| 27 | <Optimize>true</Optimize> |
| 28 | <OutputPath>bin\Release</OutputPath> |
| 29 | <ErrorReport>prompt</ErrorReport> |
| 30 | <WarningLevel>4</WarningLevel> |
| 31 | <Externalconsole>true</Externalconsole> |
| 32 | <PlatformTarget>x86</PlatformTarget> |
| 33 | </PropertyGroup> |
| 34 | <ItemGroup> |
| 35 | <Reference Include="System" /> |
| 36 | </ItemGroup> |
| 37 | <ItemGroup> |
| 38 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 39 | <Compile Include="MathServer.cs" /> |
| 40 | </ItemGroup> |
| 41 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 42 | <ItemGroup> |
| 43 | <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj"> |
| 44 | <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project> |
| 45 | <Name>Grpc.Core</Name> |
| 46 | </ProjectReference> |
| 47 | <ProjectReference Include="..\Grpc.Examples\Grpc.Examples.csproj"> |
| 48 | <Project>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</Project> |
| 49 | <Name>Grpc.Examples</Name> |
| 50 | </ProjectReference> |
| 51 | </ItemGroup> |
| 52 | </Project> |