blob: 82e044ec2129592d66d30c238c5b8a96c1eb9002 [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>48ea5bbe-70e2-4198-869d-d7e59c45f30d</ProjectGuid>
10 <RootNamespace>Grpc.IntegrationTesting.Client</RootNamespace>
11 <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
12 <OutputPath Condition="'$(OutputPath)'=='' ">..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
13 </PropertyGroup>
14
15 <PropertyGroup>
16 <SchemaVersion>2.0</SchemaVersion>
17 </PropertyGroup>
18 <Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
19</Project>