Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1677)

Side by Side Diff: third_party/grpc/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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>{3D166931-BA2D-416E-95A3-D36E8F6E90B9}</ProjectGuid>
7 <OutputType>Exe</OutputType>
8 <RootNamespace>Grpc.IntegrationTesting.Client</RootNamespace>
9 <AssemblyName>Grpc.IntegrationTesting.Client</AssemblyName>
10 <StartupObject>Grpc.IntegrationTesting.Client.Program</StartupObject>
11 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12 <NuGetPackageImportStamp>6d22e68f</NuGetPackageImportStamp>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
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 <PlatformTarget>AnyCPU</PlatformTarget>
23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 <DebugType>pdbonly</DebugType>
26 <Optimize>true</Optimize>
27 <OutputPath>bin\Release</OutputPath>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 <PlatformTarget>AnyCPU</PlatformTarget>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|An yCPU' ">
33 <DebugType>pdbonly</DebugType>
34 <Optimize>true</Optimize>
35 <OutputPath>bin\ReleaseSigned</OutputPath>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 <SignAssembly>True</SignAssembly>
39 <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile>
40 </PropertyGroup>
41 <ItemGroup>
42 <Reference Include="BouncyCastle.Crypto, Version=1.7.4137.9688, Culture=neut ral, PublicKeyToken=a4292a325f69b123, processorArchitecture=MSIL">
43 <SpecificVersion>False</SpecificVersion>
44 <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Cry pto.dll</HintPath>
45 </Reference>
46 <Reference Include="Google.Apis.Auth, Version=1.10.0.25333, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
47 <SpecificVersion>False</SpecificVersion>
48 <HintPath>..\packages\Google.Apis.Auth.1.10.0\lib\net40\Google.Apis.Auth.d ll</HintPath>
49 </Reference>
50 <Reference Include="Google.Apis.Auth.PlatformServices, Version=1.10.0.25333, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
51 <SpecificVersion>False</SpecificVersion>
52 <HintPath>..\packages\Google.Apis.Auth.1.10.0\lib\net40\Google.Apis.Auth.P latformServices.dll</HintPath>
53 </Reference>
54 <Reference Include="Google.Apis.Core, Version=1.10.0.25331, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
55 <SpecificVersion>False</SpecificVersion>
56 <HintPath>..\packages\Google.Apis.Core.1.10.0\lib\portable-net40+sl50+win+ wpa81+wp80\Google.Apis.Core.dll</HintPath>
57 </Reference>
58 <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neu tral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
59 <SpecificVersion>False</SpecificVersion>
60 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre ading.Tasks.dll</HintPath>
61 </Reference>
62 <Reference Include="Microsoft.Threading.Tasks.Extensions">
63 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre ading.Tasks.Extensions.dll</HintPath>
64 </Reference>
65 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1. 0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture =MSIL">
66 <SpecificVersion>False</SpecificVersion>
67 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre ading.Tasks.Extensions.Desktop.dll</HintPath>
68 </Reference>
69 <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, Publi cKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
70 <SpecificVersion>False</SpecificVersion>
71 <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll< /HintPath>
72 </Reference>
73 <Reference Include="System" />
74 <Reference Include="System.Net" />
75 <Reference Include="System.Net.Http" />
76 <Reference Include="System.Net.Http.Extensions">
77 <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http. Extensions.dll</HintPath>
78 </Reference>
79 <Reference Include="System.Net.Http.Primitives">
80 <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http. Primitives.dll</HintPath>
81 </Reference>
82 <Reference Include="System.Net.Http.WebRequest" />
83 </ItemGroup>
84 <ItemGroup>
85 <Compile Include="..\Grpc.Core\Version.cs">
86 <Link>Version.cs</Link>
87 </Compile>
88 <Compile Include="Program.cs" />
89 <Compile Include="Properties\AssemblyInfo.cs" />
90 </ItemGroup>
91 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
92 <ItemGroup>
93 <ProjectReference Include="..\Grpc.IntegrationTesting\Grpc.IntegrationTestin g.csproj">
94 <Project>{C61154BA-DD4A-4838-8420-0162A28925E0}</Project>
95 <Name>Grpc.IntegrationTesting</Name>
96 </ProjectReference>
97 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
98 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
99 <Name>Grpc.Core</Name>
100 </ProjectReference>
101 </ItemGroup>
102 <ItemGroup>
103 <None Include="app.config" />
104 <None Include="packages.config" />
105 </ItemGroup>
106 <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')" />
107 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
108 <PropertyGroup>
109 <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>
110 </PropertyGroup>
111 <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'))" />
112 </Target>
113 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698