blob: 9364779df9edc967ca3b612c0b38ff92f1960b79 [file] [log] [blame]
Jan Tattermusch860f6d02015-02-10 08:29:51 -08001<?xml version="1.0" encoding="utf-8"?>
Jan Tattermuscha7608b02015-02-03 17:54:38 -08002<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)' == '' ">AnyCPU</Platform>
Jan Tattermuscha7608b02015-02-03 17:54:38 -08006 <ProjectGuid>{86EC5CB4-4EA2-40A2-8057-86542A0353BB}</ProjectGuid>
7 <OutputType>Library</OutputType>
Jan Tattermusch8b86b152015-02-19 21:01:05 -08008 <RootNamespace>Grpc.Core.Tests</RootNamespace>
9 <AssemblyName>Grpc.Core.Tests</AssemblyName>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080010 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType>
15 <Optimize>false</Optimize>
16 <OutputPath>bin\Debug</OutputPath>
17 <DefineConstants>DEBUG;</DefineConstants>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <ConsolePause>false</ConsolePause>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23 <DebugType>full</DebugType>
24 <Optimize>true</Optimize>
25 <OutputPath>bin\Release</OutputPath>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <ConsolePause>false</ConsolePause>
29 </PropertyGroup>
30 <ItemGroup>
Jan Tattermusch860f6d02015-02-10 08:29:51 -080031 <Reference Include="nunit.framework">
32 <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080033 </Reference>
Jan Tattermusch860f6d02015-02-10 08:29:51 -080034 <Reference Include="System" />
Jan Tattermusch7ca61792015-05-18 14:28:22 -070035 <Reference Include="System.Interactive.Async">
36 <HintPath>..\packages\Ix-Async.1.2.3\lib\net45\System.Interactive.Async.dll</HintPath>
37 </Reference>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080038 </ItemGroup>
39 <ItemGroup>
Jan Tattermuscha5800702015-07-13 21:32:33 -070040 <Compile Include="..\Grpc.Core\Version.cs">
41 <Link>Version.cs</Link>
42 </Compile>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080043 <Compile Include="Properties\AssemblyInfo.cs" />
44 <Compile Include="ClientServerTest.cs" />
45 <Compile Include="ServerTest.cs" />
Jan Tattermuscha7608b02015-02-03 17:54:38 -080046 <Compile Include="GrpcEnvironmentTest.cs" />
Jan Tattermusch50faa8f2015-02-21 17:51:52 -080047 <Compile Include="PInvokeTest.cs" />
Jan Tattermuschc0b37212015-03-13 08:35:41 -070048 <Compile Include="Internal\MetadataArraySafeHandleTest.cs" />
Jan Tattermuschd3677482015-06-01 19:27:40 -070049 <Compile Include="Internal\CompletionQueueSafeHandleTest.cs" />
50 <Compile Include="Internal\CompletionQueueEventTest.cs" />
Jan Tattermusch2ddb5a62015-06-08 17:51:36 -070051 <Compile Include="Internal\ChannelArgsSafeHandleTest.cs" />
52 <Compile Include="ChannelOptionsTest.cs" />
Jan Tattermuschf6410f52015-07-22 16:21:57 -070053 <Compile Include="Internal\TimespecTest.cs" />
Jan Tattermusch0846b682015-07-23 17:02:12 -070054 <Compile Include="TimeoutsTest.cs" />
Jan Tattermuscha7608b02015-02-03 17:54:38 -080055 </ItemGroup>
56 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
57 <ItemGroup>
Jan Tattermusch8b86b152015-02-19 21:01:05 -080058 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
Jan Tattermuscha7608b02015-02-03 17:54:38 -080059 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
Jan Tattermusch8b86b152015-02-19 21:01:05 -080060 <Name>Grpc.Core</Name>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080061 </ProjectReference>
62 </ItemGroup>
Jan Tattermusch860f6d02015-02-10 08:29:51 -080063 <ItemGroup>
64 <None Include="packages.config" />
65 </ItemGroup>
66 <ItemGroup>
67 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
68 </ItemGroup>
Jan Tattermusch7ca61792015-05-18 14:28:22 -070069 <ItemGroup />
Jan Tattermuscha5800702015-07-13 21:32:33 -070070</Project>