| Index: third_party/grpc/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
|
| diff --git a/third_party/grpc/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj b/third_party/grpc/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7e73c4f1817b31f447227651e7cb81c7f66b0e46
|
| --- /dev/null
|
| +++ b/third_party/grpc/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj
|
| @@ -0,0 +1,113 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| + <PropertyGroup>
|
| + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
| + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
| + <ProjectGuid>{86EC5CB4-4EA2-40A2-8057-86542A0353BB}</ProjectGuid>
|
| + <OutputType>Library</OutputType>
|
| + <RootNamespace>Grpc.Core.Tests</RootNamespace>
|
| + <AssemblyName>Grpc.Core.Tests</AssemblyName>
|
| + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
| + <DebugSymbols>true</DebugSymbols>
|
| + <DebugType>full</DebugType>
|
| + <Optimize>false</Optimize>
|
| + <OutputPath>bin\Debug</OutputPath>
|
| + <DefineConstants>DEBUG;</DefineConstants>
|
| + <ErrorReport>prompt</ErrorReport>
|
| + <WarningLevel>4</WarningLevel>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
| + <DebugType>pdbonly</DebugType>
|
| + <Optimize>true</Optimize>
|
| + <OutputPath>bin\Release</OutputPath>
|
| + <ErrorReport>prompt</ErrorReport>
|
| + <WarningLevel>4</WarningLevel>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|AnyCPU' ">
|
| + <DebugType>pdbonly</DebugType>
|
| + <Optimize>true</Optimize>
|
| + <OutputPath>bin\ReleaseSigned</OutputPath>
|
| + <ErrorReport>prompt</ErrorReport>
|
| + <WarningLevel>4</WarningLevel>
|
| + <SignAssembly>True</SignAssembly>
|
| + <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile>
|
| + </PropertyGroup>
|
| + <ItemGroup>
|
| + <Reference Include="nunit.core">
|
| + <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
|
| + <Private>False</Private>
|
| + </Reference>
|
| + <Reference Include="nunit.core.interfaces">
|
| + <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
|
| + <Private>False</Private>
|
| + </Reference>
|
| + <Reference Include="nunit.framework">
|
| + <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
|
| + </Reference>
|
| + <Reference Include="nunit.util">
|
| + <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
|
| + <Private>False</Private>
|
| + </Reference>
|
| + <Reference Include="NUnit.VisualStudio.TestAdapter">
|
| + <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
|
| + <Private>False</Private>
|
| + </Reference>
|
| + <Reference Include="System" />
|
| + <Reference Include="System.Interactive.Async, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
| + <SpecificVersion>False</SpecificVersion>
|
| + <HintPath>..\packages\Ix-Async.1.2.5\lib\net45\System.Interactive.Async.dll</HintPath>
|
| + </Reference>
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <Compile Include="..\Grpc.Core\Version.cs">
|
| + <Link>Version.cs</Link>
|
| + </Compile>
|
| + <Compile Include="CallCredentialsTest.cs" />
|
| + <Compile Include="CallOptionsTest.cs" />
|
| + <Compile Include="UserAgentStringTest.cs" />
|
| + <Compile Include="FakeCredentials.cs" />
|
| + <Compile Include="MarshallingErrorsTest.cs" />
|
| + <Compile Include="ChannelCredentialsTest.cs" />
|
| + <Compile Include="ShutdownTest.cs" />
|
| + <Compile Include="Internal\AsyncCallTest.cs" />
|
| + <Compile Include="Properties\AssemblyInfo.cs" />
|
| + <Compile Include="ClientServerTest.cs" />
|
| + <Compile Include="ServerTest.cs" />
|
| + <Compile Include="GrpcEnvironmentTest.cs" />
|
| + <Compile Include="PInvokeTest.cs" />
|
| + <Compile Include="Internal\MetadataArraySafeHandleTest.cs" />
|
| + <Compile Include="Internal\CompletionQueueSafeHandleTest.cs" />
|
| + <Compile Include="Internal\CompletionQueueEventTest.cs" />
|
| + <Compile Include="Internal\ChannelArgsSafeHandleTest.cs" />
|
| + <Compile Include="ChannelOptionsTest.cs" />
|
| + <Compile Include="Internal\TimespecTest.cs" />
|
| + <Compile Include="TimeoutsTest.cs" />
|
| + <Compile Include="NUnitVersionTest.cs" />
|
| + <Compile Include="ChannelTest.cs" />
|
| + <Compile Include="MockServiceHelper.cs" />
|
| + <Compile Include="ResponseHeadersTest.cs" />
|
| + <Compile Include="CompressionTest.cs" />
|
| + <Compile Include="ContextPropagationTest.cs" />
|
| + <Compile Include="MetadataTest.cs" />
|
| + <Compile Include="PerformanceTest.cs" />
|
| + <Compile Include="SanityTest.cs" />
|
| + </ItemGroup>
|
| + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
| + <ItemGroup>
|
| + <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
|
| + <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
|
| + <Name>Grpc.Core</Name>
|
| + </ProjectReference>
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <None Include="packages.config">
|
| + <SubType>Designer</SubType>
|
| + </None>
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
| + </ItemGroup>
|
| + <ItemGroup />
|
| +</Project>
|
|
|