Skip to content
Snippets Groups Projects
Grpc.IntegrationTesting.Client.csproj 4.38 KiB
Newer Older
<?xml version="1.0" encoding="utf-8"?>
Jan Tattermusch's avatar
Jan Tattermusch committed
<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>
Jan Tattermusch's avatar
Jan Tattermusch committed
    <ProjectGuid>{3D166931-BA2D-416E-95A3-D36E8F6E90B9}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>Grpc.IntegrationTesting.Client</RootNamespace>
    <AssemblyName>Grpc.IntegrationTesting.Client</AssemblyName>
    <StartupObject>Grpc.IntegrationTesting.Client.Program</StartupObject>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <NuGetPackageImportStamp>dfa56e6c</NuGetPackageImportStamp>
Jan Tattermusch's avatar
Jan Tattermusch committed
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Jan Tattermusch's avatar
Jan Tattermusch committed
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>AnyCPU</PlatformTarget>
Jan Tattermusch's avatar
Jan Tattermusch committed
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
Jan Tattermusch's avatar
Jan Tattermusch committed
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>AnyCPU</PlatformTarget>
Jan Tattermusch's avatar
Jan Tattermusch committed
  </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>
Jan Tattermusch's avatar
Jan Tattermusch committed
  <ItemGroup>
    <Reference Include="BouncyCastle.Crypto, Version=1.7.4137.9688, Culture=neutral, PublicKeyToken=a4292a325f69b123, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll</HintPath>
    </Reference>
    <Reference Include="Google.Apis.Auth, Version=1.11.1.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\Google.Apis.Auth.1.11.1\lib\net45\Google.Apis.Auth.dll</HintPath>
    </Reference>
    <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.11.1.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\Google.Apis.Auth.1.11.1\lib\net45\Google.Apis.Auth.PlatformServices.dll</HintPath>
    </Reference>
    <Reference Include="Google.Apis.Core, Version=1.11.1.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\Google.Apis.Core.1.11.1\lib\net45\Google.Apis.Core.dll</HintPath>
    </Reference>
    <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
    </Reference>
Jan Tattermusch's avatar
Jan Tattermusch committed
    <Reference Include="System" />
    <Reference Include="System.Net" />
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Net.Http.WebRequest" />
Jan Tattermusch's avatar
Jan Tattermusch committed
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\Grpc.Core\Version.cs">
      <Link>Version.cs</Link>
    </Compile>
Jan Tattermusch's avatar
Jan Tattermusch committed
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ItemGroup>
    <ProjectReference Include="..\Grpc.IntegrationTesting\Grpc.IntegrationTesting.csproj">
      <Project>{C61154BA-DD4A-4838-8420-0162A28925E0}</Project>
      <Name>Grpc.IntegrationTesting</Name>
    </ProjectReference>
    <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
      <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
      <Name>Grpc.Core</Name>
    </ProjectReference>
Jan Tattermusch's avatar
Jan Tattermusch committed
  </ItemGroup>
    <None Include="Grpc.IntegrationTesting.Client.project.json" />
    <None Include="packages.config" />
Jan Tattermusch's avatar
Jan Tattermusch committed
</Project>