blob: db2e304d373bcab7ff20946f41c6239c2b731598 [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>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -07005 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Jan Tattermuscheb3e76e2015-02-06 11:43:13 -08006 <ProjectGuid>{C61154BA-DD4A-4838-8420-0162A28925E0}</ProjectGuid>
Jan Tattermusch503bbac2015-02-26 18:19:47 -08007 <OutputType>Library</OutputType>
Jan Tattermusch8b86b152015-02-19 21:01:05 -08008 <RootNamespace>Grpc.IntegrationTesting</RootNamespace>
9 <AssemblyName>Grpc.IntegrationTesting</AssemblyName>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080010 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
Jan Tattermuscha6b82882015-07-23 22:48:28 -070011 <NuGetPackageImportStamp>041c163e</NuGetPackageImportStamp>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080012 </PropertyGroup>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070013 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Jan Tattermuscha7608b02015-02-03 17:54:38 -080014 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>bin\Debug</OutputPath>
18 <DefineConstants>DEBUG;</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <Externalconsole>true</Externalconsole>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070022 <PlatformTarget>AnyCPU</PlatformTarget>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080023 </PropertyGroup>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070024 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Jan Tattermuscha7608b02015-02-03 17:54:38 -080025 <DebugType>full</DebugType>
26 <Optimize>true</Optimize>
27 <OutputPath>bin\Release</OutputPath>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 <Externalconsole>true</Externalconsole>
Jan Tattermuschdce9f6e2015-07-23 22:20:21 -070031 <PlatformTarget>AnyCPU</PlatformTarget>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080032 </PropertyGroup>
33 <ItemGroup>
Jan Tattermuschf9c2d972015-07-24 01:30:20 -070034 <Reference Include="BouncyCastle.Crypto">
35 <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll</HintPath>
36 </Reference>
Jan Tattermuscha6b82882015-07-23 22:48:28 -070037 <Reference Include="Google.Apis.Auth, Version=1.9.2.27817, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
38 <SpecificVersion>False</SpecificVersion>
39 <HintPath>..\packages\Google.Apis.Auth.1.9.2\lib\net40\Google.Apis.Auth.dll</HintPath>
40 </Reference>
41 <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.9.2.27820, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
42 <SpecificVersion>False</SpecificVersion>
43 <HintPath>..\packages\Google.Apis.Auth.1.9.2\lib\net40\Google.Apis.Auth.PlatformServices.dll</HintPath>
44 </Reference>
45 <Reference Include="Google.Apis.Core, Version=1.9.2.27816, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
46 <SpecificVersion>False</SpecificVersion>
47 <HintPath>..\packages\Google.Apis.Core.1.9.2\lib\portable-net40+sl50+win+wpa81+wp80\Google.Apis.Core.dll</HintPath>
48 </Reference>
49 <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
50 <SpecificVersion>False</SpecificVersion>
51 <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
52 </Reference>
Jan Tattermusch860f6d02015-02-10 08:29:51 -080053 <Reference Include="nunit.framework">
54 <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
55 </Reference>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080056 <Reference Include="System" />
Jan Tattermusch30868622015-02-19 09:22:33 -080057 <Reference Include="Google.ProtocolBuffers">
58 <HintPath>..\packages\Google.ProtocolBuffers.2.4.1.521\lib\net40\Google.ProtocolBuffers.dll</HintPath>
59 </Reference>
Jan Tattermusch7ca61792015-05-18 14:28:22 -070060 <Reference Include="System.Interactive.Async">
61 <HintPath>..\packages\Ix-Async.1.2.3\lib\net45\System.Interactive.Async.dll</HintPath>
62 </Reference>
Jan Tattermusch119761f2015-03-12 14:20:04 -070063 <Reference Include="System.Net" />
64 <Reference Include="System.Net.Http" />
Jan Tattermuscha6b82882015-07-23 22:48:28 -070065 <Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
66 <SpecificVersion>False</SpecificVersion>
67 <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
68 </Reference>
69 <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
70 <SpecificVersion>False</SpecificVersion>
71 <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
72 </Reference>
Jan Tattermuscheea59552015-07-23 22:05:32 -070073 <Reference Include="System.Net.Http.WebRequest" />
Jan Tattermuscheea59552015-07-23 22:05:32 -070074 <Reference Include="Microsoft.Threading.Tasks">
75 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
76 </Reference>
77 <Reference Include="Microsoft.Threading.Tasks.Extensions">
78 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
79 </Reference>
80 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
81 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
82 </Reference>
Jan Tattermuscheea59552015-07-23 22:05:32 -070083 <Reference Include="System.Collections.Immutable">
84 <HintPath>..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
85 </Reference>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080086 </ItemGroup>
87 <ItemGroup>
Jan Tattermuscha5800702015-07-13 21:32:33 -070088 <Compile Include="..\Grpc.Core\Version.cs">
89 <Link>Version.cs</Link>
90 </Compile>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080091 <Compile Include="Properties\AssemblyInfo.cs" />
Jan Tattermusch03e9da72015-02-20 09:24:45 -080092 <Compile Include="Empty.cs" />
93 <Compile Include="Messages.cs" />
Jan Tattermusch20831382015-02-24 14:16:04 -080094 <Compile Include="InteropClientServerTest.cs" />
95 <Compile Include="TestServiceImpl.cs" />
Jan Tattermusch503bbac2015-02-26 18:19:47 -080096 <Compile Include="InteropServer.cs" />
97 <Compile Include="InteropClient.cs" />
Jan Tattermuschb0829eb2015-03-03 09:30:55 -080098 <Compile Include="TestCredentials.cs" />
Jan Tattermusch7eb3a762015-05-07 14:26:13 -070099 <Compile Include="TestGrpc.cs" />
Jan Tattermuscheea59552015-07-23 22:05:32 -0700100 <Compile Include="SslCredentialsTest.cs" />
Jan Tattermuscha7608b02015-02-03 17:54:38 -0800101 </ItemGroup>
102 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
103 <ItemGroup>
Jan Tattermusch8b86b152015-02-19 21:01:05 -0800104 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
Jan Tattermuscha7608b02015-02-03 17:54:38 -0800105 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
Jan Tattermusch8b86b152015-02-19 21:01:05 -0800106 <Name>Grpc.Core</Name>
Jan Tattermuscha7608b02015-02-03 17:54:38 -0800107 </ProjectReference>
Jan Tattermuschdca6e882015-04-22 16:56:27 -0700108 <ProjectReference Include="..\Grpc.Auth\Grpc.Auth.csproj">
109 <Project>{AE21D0EE-9A2C-4C15-AB7F-5224EED5B0EA}</Project>
110 <Name>Grpc.Auth</Name>
111 </ProjectReference>
Jan Tattermuscha7608b02015-02-03 17:54:38 -0800112 </ItemGroup>
Jan Tattermusch860f6d02015-02-10 08:29:51 -0800113 <ItemGroup>
Jan Tattermusch119761f2015-03-12 14:20:04 -0700114 <None Include="app.config" />
Jan Tattermusch860f6d02015-02-10 08:29:51 -0800115 <None Include="packages.config" />
Jan Tattermuschd3a79272015-02-20 09:26:18 -0800116 <None Include="proto\test.proto" />
117 <None Include="proto\empty.proto" />
118 <None Include="proto\messages.proto" />
Jan Tattermusch15329232015-03-02 15:32:47 -0800119 <None Include="data\README">
120 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
121 </None>
122 <None Include="data\ca.pem">
123 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
124 </None>
125 <None Include="data\server1.key">
126 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
127 </None>
128 <None Include="data\server1.pem">
129 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
130 </None>
Jan Tattermuschd3a79272015-02-20 09:26:18 -0800131 </ItemGroup>
Jan Tattermusch97e294a2015-04-23 14:30:59 -0700132 <ItemGroup>
133 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
134 </ItemGroup>
Jan Tattermuscha6b82882015-07-23 22:48:28 -0700135 <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
136 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
137 <PropertyGroup>
138 <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
139 </PropertyGroup>
140 <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
Jan Tattermusch119761f2015-03-12 14:20:04 -0700141 </Target>
Jan Tattermusch286975f2015-03-12 14:04:36 -0700142</Project>