OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
| 3 <PropertyGroup> |
| 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 <ProjectGuid>{C61154BA-DD4A-4838-8420-0162A28925E0}</ProjectGuid> |
| 7 <OutputType>Library</OutputType> |
| 8 <RootNamespace>Grpc.IntegrationTesting</RootNamespace> |
| 9 <AssemblyName>Grpc.IntegrationTesting</AssemblyName> |
| 10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 11 <NuGetPackageImportStamp>6566287f</NuGetPackageImportStamp> |
| 12 </PropertyGroup> |
| 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 14 <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 <PlatformTarget>AnyCPU</PlatformTarget> |
| 22 </PropertyGroup> |
| 23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'
"> |
| 24 <DebugType>pdbonly</DebugType> |
| 25 <Optimize>true</Optimize> |
| 26 <OutputPath>bin\Release</OutputPath> |
| 27 <ErrorReport>prompt</ErrorReport> |
| 28 <WarningLevel>4</WarningLevel> |
| 29 <PlatformTarget>AnyCPU</PlatformTarget> |
| 30 </PropertyGroup> |
| 31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|An
yCPU' "> |
| 32 <DebugType>pdbonly</DebugType> |
| 33 <Optimize>true</Optimize> |
| 34 <OutputPath>bin\ReleaseSigned</OutputPath> |
| 35 <ErrorReport>prompt</ErrorReport> |
| 36 <WarningLevel>4</WarningLevel> |
| 37 <SignAssembly>True</SignAssembly> |
| 38 <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile> |
| 39 </PropertyGroup> |
| 40 <ItemGroup> |
| 41 <Reference Include="CommandLine"> |
| 42 <HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</
HintPath> |
| 43 </Reference> |
| 44 <Reference Include="Google.Apis.Auth, Version=1.10.0.25333, Culture=neutral,
PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL"> |
| 45 <SpecificVersion>False</SpecificVersion> |
| 46 <HintPath>..\packages\Google.Apis.Auth.1.10.0\lib\net40\Google.Apis.Auth.d
ll</HintPath> |
| 47 </Reference> |
| 48 <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.10.0.25333,
Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL"> |
| 49 <SpecificVersion>False</SpecificVersion> |
| 50 <HintPath>..\packages\Google.Apis.Auth.1.10.0\lib\net40\Google.Apis.Auth.P
latformServices.dll</HintPath> |
| 51 </Reference> |
| 52 <Reference Include="Google.Apis.Core, Version=1.10.0.25331, Culture=neutral,
PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL"> |
| 53 <SpecificVersion>False</SpecificVersion> |
| 54 <HintPath>..\packages\Google.Apis.Core.1.10.0\lib\portable-net40+sl50+win+
wpa81+wp80\Google.Apis.Core.dll</HintPath> |
| 55 </Reference> |
| 56 <Reference Include="Google.Protobuf, Version=3.0.0.0, Culture=neutral, Publi
cKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> |
| 57 <SpecificVersion>False</SpecificVersion> |
| 58 <HintPath>..\packages\Google.Protobuf.3.0.0-beta2\lib\portable-net45+netco
re45+wpa81+wp8\Google.Protobuf.dll</HintPath> |
| 59 </Reference> |
| 60 <Reference Include="Moq"> |
| 61 <HintPath>..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath> |
| 62 </Reference> |
| 63 <Reference Include="nunit.framework"> |
| 64 <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
| 65 </Reference> |
| 66 <Reference Include="System" /> |
| 67 <Reference Include="System.Interactive.Async, Version=1.2.0.0, Culture=neutr
al, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 68 <SpecificVersion>False</SpecificVersion> |
| 69 <HintPath>..\packages\Ix-Async.1.2.5\lib\net45\System.Interactive.Async.dl
l</HintPath> |
| 70 </Reference> |
| 71 <Reference Include="System.Net" /> |
| 72 <Reference Include="System.Net.Http" /> |
| 73 <Reference Include="System.Net.Http.WebRequest" /> |
| 74 <Reference Include="BouncyCastle.Crypto"> |
| 75 <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Cry
pto.dll</HintPath> |
| 76 </Reference> |
| 77 <Reference Include="Microsoft.Threading.Tasks"> |
| 78 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre
ading.Tasks.dll</HintPath> |
| 79 </Reference> |
| 80 <Reference Include="Microsoft.Threading.Tasks.Extensions"> |
| 81 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre
ading.Tasks.Extensions.dll</HintPath> |
| 82 </Reference> |
| 83 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop"> |
| 84 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre
ading.Tasks.Extensions.Desktop.dll</HintPath> |
| 85 </Reference> |
| 86 <Reference Include="Newtonsoft.Json"> |
| 87 <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll<
/HintPath> |
| 88 </Reference> |
| 89 </ItemGroup> |
| 90 <ItemGroup> |
| 91 <Compile Include="..\Grpc.Core\Version.cs"> |
| 92 <Link>Version.cs</Link> |
| 93 </Compile> |
| 94 <Compile Include="HeaderInterceptorTest.cs" /> |
| 95 <Compile Include="Properties\AssemblyInfo.cs" /> |
| 96 <Compile Include="Empty.cs" /> |
| 97 <Compile Include="Messages.cs" /> |
| 98 <Compile Include="InteropClientServerTest.cs" /> |
| 99 <Compile Include="MetadataCredentialsTest.cs" /> |
| 100 <Compile Include="TestServiceImpl.cs" /> |
| 101 <Compile Include="InteropServer.cs" /> |
| 102 <Compile Include="InteropClient.cs" /> |
| 103 <Compile Include="TestCredentials.cs" /> |
| 104 <Compile Include="TestGrpc.cs" /> |
| 105 <Compile Include="SslCredentialsTest.cs" /> |
| 106 <Compile Include="Test.cs" /> |
| 107 <Compile Include="IClientRunner.cs" /> |
| 108 <Compile Include="ClientRunners.cs" /> |
| 109 <Compile Include="IServerRunner.cs" /> |
| 110 <Compile Include="ServerRunners.cs" /> |
| 111 <Compile Include="RunnerClientServerTest.cs" /> |
| 112 <Compile Include="Control.cs" /> |
| 113 <Compile Include="Payloads.cs" /> |
| 114 <Compile Include="Services.cs" /> |
| 115 <Compile Include="ServicesGrpc.cs" /> |
| 116 <Compile Include="Stats.cs" /> |
| 117 <Compile Include="BenchmarkServiceImpl.cs" /> |
| 118 <Compile Include="Histogram.cs" /> |
| 119 <Compile Include="HistogramTest.cs" /> |
| 120 <Compile Include="WorkerServiceImpl.cs" /> |
| 121 <Compile Include="QpsWorker.cs" /> |
| 122 <Compile Include="WallClockStopwatch.cs" /> |
| 123 </ItemGroup> |
| 124 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 125 <ItemGroup> |
| 126 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj"> |
| 127 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project> |
| 128 <Name>Grpc.Core</Name> |
| 129 </ProjectReference> |
| 130 <ProjectReference Include="..\Grpc.Auth\Grpc.Auth.csproj"> |
| 131 <Project>{AE21D0EE-9A2C-4C15-AB7F-5224EED5B0EA}</Project> |
| 132 <Name>Grpc.Auth</Name> |
| 133 </ProjectReference> |
| 134 </ItemGroup> |
| 135 <ItemGroup> |
| 136 <None Include="app.config" /> |
| 137 <None Include="packages.config" /> |
| 138 <None Include="data\README"> |
| 139 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 140 </None> |
| 141 <None Include="data\ca.pem"> |
| 142 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 143 </None> |
| 144 <None Include="data\server1.key"> |
| 145 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 146 </None> |
| 147 <None Include="data\server1.pem"> |
| 148 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 149 </None> |
| 150 </ItemGroup> |
| 151 <ItemGroup> |
| 152 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
| 153 </ItemGroup> |
| 154 <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Bu
ild.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Mic
rosoft.Bcl.Build.targets')" /> |
| 155 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 156 <PropertyGroup> |
| 157 <ErrorText>This project references NuGet package(s) that are missing on th
is computer. Enable NuGet Package Restore to download them. For more informatio
n, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</
ErrorText> |
| 158 </PropertyGroup> |
| 159 <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Micr
osoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\p
ackages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" /> |
| 160 </Target> |
| 161 </Project> |
OLD | NEW |