blob: 9cecd18b2e4f2a52d92dbc9024c01ec99fe0b367 [file] [log] [blame]
Jan Tattermuschec4359d2016-04-11 20:55:44 -07001<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0.25123" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.25123</VisualStudioVersion>
5 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6 </PropertyGroup>
7 <Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
8 <PropertyGroup Label="Globals">
9 <ProjectGuid>c61714a6-f633-44fb-97f4-c91f425c1d15</ProjectGuid>
10 <RootNamespace>Grpc.Examples.Tests</RootNamespace>
11 <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
Jan Tattermusch5ff32fa2016-06-15 09:49:40 -070012 <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
Jan Tattermuschec4359d2016-04-11 20:55:44 -070013 </PropertyGroup>
Jan Tattermuschec4359d2016-04-11 20:55:44 -070014 <PropertyGroup>
15 <SchemaVersion>2.0</SchemaVersion>
16 </PropertyGroup>
17 <Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
18</Project>