| Index: third_party/grpc/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj
|
| diff --git a/third_party/grpc/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj b/third_party/grpc/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9aeab059f95076dc8bffb0af5a5609858bbe8bac
|
| --- /dev/null
|
| +++ b/third_party/grpc/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj
|
| @@ -0,0 +1,77 @@
|
| +<?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>
|
| + <ProductVersion>10.0.0</ProductVersion>
|
| + <SchemaVersion>2.0</SchemaVersion>
|
| + <ProjectGuid>{143B1C29-C442-4BE0-BF3F-A8F92288AC9F}</ProjectGuid>
|
| + <OutputType>Library</OutputType>
|
| + <RootNamespace>Grpc.Examples.Tests</RootNamespace>
|
| + <AssemblyName>Grpc.Examples.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="Google.Protobuf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
| + <SpecificVersion>False</SpecificVersion>
|
| + <HintPath>..\packages\Google.Protobuf.3.0.0-beta2\lib\portable-net45+netcore45+wpa81+wp8\Google.Protobuf.dll</HintPath>
|
| + </Reference>
|
| + <Reference Include="nunit.framework">
|
| + <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
|
| + </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="Properties\AssemblyInfo.cs" />
|
| + <Compile Include="MathClientServerTests.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>
|
| + <ProjectReference Include="..\Grpc.Examples\Grpc.Examples.csproj">
|
| + <Project>{7DC1433E-3225-42C7-B7EA-546D56E27A4B}</Project>
|
| + <Name>Grpc.Examples</Name>
|
| + </ProjectReference>
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <None Include="packages.config" />
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
| + </ItemGroup>
|
| +</Project>
|
|
|