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

Side by Side Diff: third_party/grpc/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.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>{B82B7DFE-7F7B-40EF-B3D6-064FF2B01294}</ProjectGuid>
7 <OutputType>Exe</OutputType>
8 <RootNamespace>Grpc.IntegrationTesting.QpsWorker</RootNamespace>
9 <AssemblyName>Grpc.IntegrationTesting.QpsWorker</AssemblyName>
10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType>
15 <Optimize>false</Optimize>
16 <OutputPath>bin\Debug</OutputPath>
17 <DefineConstants>DEBUG;</DefineConstants>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 <PlatformTarget>AnyCPU</PlatformTarget>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23 <DebugType>pdbonly</DebugType>
24 <Optimize>true</Optimize>
25 <OutputPath>bin\Release</OutputPath>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|An yCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\ReleaseSigned</OutputPath>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 <SignAssembly>True</SignAssembly>
37 <AssemblyOriginatorKeyFile>..\keys\Grpc.snk</AssemblyOriginatorKeyFile>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="System" />
41 </ItemGroup>
42 <ItemGroup>
43 <Compile Include="..\Grpc.Core\Version.cs">
44 <Link>Version.cs</Link>
45 </Compile>
46 <Compile Include="Program.cs" />
47 <Compile Include="Properties\AssemblyInfo.cs" />
48 </ItemGroup>
49 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
50 <ItemGroup>
51 <ProjectReference Include="..\Grpc.Core\Grpc.Core.csproj">
52 <Project>{CCC4440E-49F7-4790-B0AF-FEABB0837AE7}</Project>
53 <Name>Grpc.Core</Name>
54 </ProjectReference>
55 <ProjectReference Include="..\Grpc.IntegrationTesting\Grpc.IntegrationTestin g.csproj">
56 <Project>{C61154BA-DD4A-4838-8420-0162A28925E0}</Project>
57 <Name>Grpc.IntegrationTesting</Name>
58 </ProjectReference>
59 </ItemGroup>
60 <ItemGroup>
61 <None Include="app.config" />
62 </ItemGroup>
63 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698