blob: 1ca3dd24e1cdfdc86e21867363093621b9660fe8 [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)' == '' ">x86</Platform>
Jan Tattermusch7eb3a762015-05-07 14:26:13 -07006 <ProductVersion>8.0.30703</ProductVersion>
Jan Tattermuscha7608b02015-02-03 17:54:38 -08007 <SchemaVersion>2.0</SchemaVersion>
Jan Tattermuscheb3e76e2015-02-06 11:43:13 -08008 <ProjectGuid>{C61154BA-DD4A-4838-8420-0162A28925E0}</ProjectGuid>
Jan Tattermusch503bbac2015-02-26 18:19:47 -08009 <OutputType>Library</OutputType>
Jan Tattermusch8b86b152015-02-19 21:01:05 -080010 <RootNamespace>Grpc.IntegrationTesting</RootNamespace>
11 <AssemblyName>Grpc.IntegrationTesting</AssemblyName>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080012 <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>
Jan Tattermusch119761f2015-03-12 14:20:04 -070035 <Reference Include="Google.Apis.Auth.PlatformServices">
36 <HintPath>..\packages\Google.Apis.Auth.1.9.1\lib\net40\Google.Apis.Auth.PlatformServices.dll</HintPath>
37 </Reference>
38 <Reference Include="Google.Apis.Core">
39 <HintPath>..\packages\Google.Apis.Core.1.9.1\lib\portable-net40+sl50+win+wpa81+wp80\Google.Apis.Core.dll</HintPath>
40 </Reference>
41 <Reference Include="Microsoft.Threading.Tasks">
42 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
43 </Reference>
44 <Reference Include="Microsoft.Threading.Tasks.Extensions">
45 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
46 </Reference>
47 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
48 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
49 </Reference>
Jan Tattermusch860f6d02015-02-10 08:29:51 -080050 <Reference Include="nunit.framework">
51 <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
52 </Reference>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080053 <Reference Include="System" />
Jan Tattermusch30868622015-02-19 09:22:33 -080054 <Reference Include="Google.ProtocolBuffers">
55 <HintPath>..\packages\Google.ProtocolBuffers.2.4.1.521\lib\net40\Google.ProtocolBuffers.dll</HintPath>
56 </Reference>
Jan Tattermusch119761f2015-03-12 14:20:04 -070057 <Reference Include="System.Net" />
58 <Reference Include="System.Net.Http" />
59 <Reference Include="System.Net.Http.Extensions">
60 <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath>
61 </Reference>
62 <Reference Include="System.Net.Http.Primitives">
63 <HintPath>..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
64 </Reference>
65 <Reference Include="System.Net.Http.WebRequest" />
Jan Tattermuschdca6e882015-04-22 16:56:27 -070066 <Reference Include="Newtonsoft.Json">
67 <HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
68 </Reference>
69 <Reference Include="System.Collections.Immutable">
70 <HintPath>..\packages\Microsoft.Bcl.Immutable.1.0.34\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
71 </Reference>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080072 </ItemGroup>
73 <ItemGroup>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080074 <Compile Include="Properties\AssemblyInfo.cs" />
Jan Tattermusch03e9da72015-02-20 09:24:45 -080075 <Compile Include="Empty.cs" />
76 <Compile Include="Messages.cs" />
Jan Tattermusch20831382015-02-24 14:16:04 -080077 <Compile Include="InteropClientServerTest.cs" />
78 <Compile Include="TestServiceImpl.cs" />
Jan Tattermusch503bbac2015-02-26 18:19:47 -080079 <Compile Include="InteropServer.cs" />
80 <Compile Include="InteropClient.cs" />
Jan Tattermuschb0829eb2015-03-03 09:30:55 -080081 <Compile Include="TestCredentials.cs" />
Jan Tattermusch7eb3a762015-05-07 14:26:13 -070082 <Compile Include="TestGrpc.cs" />
Jan Tattermuscha7608b02015-02-03 17:54:38 -080083 </ItemGroup>
84 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
85 <ItemGroup>
Jan Tattermusch8b86b152015-02-19 21:01:05 -080086 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
Jan Tattermuscha7608b02015-02-03 17:54:38 -080087 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
Jan Tattermusch8b86b152015-02-19 21:01:05 -080088 <Name>Grpc.Core</Name>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080089 </ProjectReference>
Jan Tattermuschdca6e882015-04-22 16:56:27 -070090 <ProjectReference Include="..\Grpc.Auth\Grpc.Auth.csproj">
91 <Project>{AE21D0EE-9A2C-4C15-AB7F-5224EED5B0EA}</Project>
92 <Name>Grpc.Auth</Name>
93 </ProjectReference>
Jan Tattermuscha7608b02015-02-03 17:54:38 -080094 </ItemGroup>
Jan Tattermusch860f6d02015-02-10 08:29:51 -080095 <ItemGroup>
Jan Tattermusch119761f2015-03-12 14:20:04 -070096 <None Include="app.config" />
Jan Tattermusch860f6d02015-02-10 08:29:51 -080097 <None Include="packages.config" />
Jan Tattermuschd3a79272015-02-20 09:26:18 -080098 <None Include="proto\test.proto" />
99 <None Include="proto\empty.proto" />
100 <None Include="proto\messages.proto" />
Jan Tattermusch15329232015-03-02 15:32:47 -0800101 <None Include="data\README">
102 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
103 </None>
104 <None Include="data\ca.pem">
105 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
106 </None>
107 <None Include="data\server1.key">
108 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
109 </None>
110 <None Include="data\server1.pem">
111 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
112 </None>
Jan Tattermuschd3a79272015-02-20 09:26:18 -0800113 </ItemGroup>
Jan Tattermusch97e294a2015-04-23 14:30:59 -0700114 <ItemGroup>
115 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
116 </ItemGroup>
Jan Tattermusch119761f2015-03-12 14:20:04 -0700117 <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
118 <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
119 <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="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=317567." HelpKeyword="BCLBUILD2001" />
120 <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
121 </Target>
Jan Tattermusch286975f2015-03-12 14:04:36 -0700122</Project>