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

Side by Side Diff: third_party/grpc/test/distrib/csharp/DistribTest/DistribTest.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 ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.micros oft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi crosoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{A3E61CC3-3710-49A3-A830-A0066EDBCE2F}</ProjectGuid>
8 <OutputType>Exe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>DistribTest</RootNamespace>
11 <AssemblyName>DistribTest</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <NuGetPackageImportStamp>b86d820c</NuGetPackageImportStamp>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <PlatformTarget>AnyCPU</PlatformTarget>
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
36 <DebugSymbols>true</DebugSymbols>
37 <OutputPath>bin\x64\Debug\</OutputPath>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <DebugType>full</DebugType>
40 <PlatformTarget>x64</PlatformTarget>
41 <ErrorReport>prompt</ErrorReport>
42 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43 <Prefer32Bit>true</Prefer32Bit>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
46 <OutputPath>bin\x64\Release\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants>
48 <Optimize>true</Optimize>
49 <DebugType>pdbonly</DebugType>
50 <PlatformTarget>x64</PlatformTarget>
51 <ErrorReport>prompt</ErrorReport>
52 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53 <Prefer32Bit>true</Prefer32Bit>
54 </PropertyGroup>
55 <ItemGroup>
56 <Reference Include="BouncyCastle.Crypto">
57 <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Cry pto.dll</HintPath>
58 </Reference>
59 <Reference Include="Google.Apis.Auth">
60 <HintPath>..\packages\Google.Apis.Auth.1.9.3\lib\net40\Google.Apis.Auth.dl l</HintPath>
61 </Reference>
62 <Reference Include="Google.Apis.Auth.PlatformServices">
63 <HintPath>..\packages\Google.Apis.Auth.1.9.3\lib\net40\Google.Apis.Auth.Pl atformServices.dll</HintPath>
64 </Reference>
65 <Reference Include="Google.Apis.Core">
66 <HintPath>..\packages\Google.Apis.Core.1.9.3\lib\portable-net40+sl50+win+w pa81+wp80\Google.Apis.Core.dll</HintPath>
67 </Reference>
68 <Reference Include="Grpc.Auth">
69 <HintPath>..\packages\Grpc.Auth.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Auth .dll</HintPath>
70 </Reference>
71 <Reference Include="Grpc.Core">
72 <HintPath>..\packages\Grpc.Core.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Core .dll</HintPath>
73 </Reference>
74 <Reference Include="Microsoft.Threading.Tasks">
75 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre ading.Tasks.dll</HintPath>
76 </Reference>
77 <Reference Include="Microsoft.Threading.Tasks.Extensions">
78 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre ading.Tasks.Extensions.dll</HintPath>
79 </Reference>
80 <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
81 <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Thre ading.Tasks.Extensions.Desktop.dll</HintPath>
82 </Reference>
83 <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, Publi cKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
84 <SpecificVersion>False</SpecificVersion>
85 <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll< /HintPath>
86 </Reference>
87 <Reference Include="System" />
88 <Reference Include="System.Core" />
89 <Reference Include="System.Interactive.Async">
90 <HintPath>..\packages\Ix-Async.1.2.3\lib\net45\System.Interactive.Async.dl l</HintPath>
91 </Reference>
92 <Reference Include="System.Net" />
93 <Reference Include="System.Net.Http" />
94 <Reference Include="System.Net.Http.Extensions">
95 <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http. Extensions.dll</HintPath>
96 </Reference>
97 <Reference Include="System.Net.Http.Primitives">
98 <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http. Primitives.dll</HintPath>
99 </Reference>
100 <Reference Include="System.Net.Http.WebRequest" />
101 <Reference Include="System.Xml.Linq" />
102 <Reference Include="System.Data.DataSetExtensions" />
103 <Reference Include="Microsoft.CSharp" />
104 <Reference Include="System.Data" />
105 <Reference Include="System.Xml" />
106 </ItemGroup>
107 <ItemGroup>
108 <Compile Include="Program.cs" />
109 <Compile Include="Properties\AssemblyInfo.cs" />
110 </ItemGroup>
111 <ItemGroup>
112 <None Include="App.config" />
113 <None Include="packages.config" />
114 </ItemGroup>
115 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116 <Import Project="..\packages\grpc.native.csharp.__GRPC_NUGET_VERSION__\build\p ortable-net45+netcore45+wpa81+wp8\grpc.native.csharp.targets" Condition="Exists( '..\packages\grpc.native.csharp.__GRPC_NUGET_VERSION__\build\portable-net45+netc ore45+wpa81+wp8\grpc.native.csharp.targets')" />
117 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
118 <PropertyGroup>
119 <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>
120 </PropertyGroup>
121 <Error Condition="!Exists('..\packages\grpc.native.csharp.__GRPC_NUGET_VERSI ON__\build\portable-net45+netcore45+wpa81+wp8\grpc.native.csharp.targets')" Text ="$([System.String]::Format('$(ErrorText)', '..\packages\grpc.native.csharp.__GR PC_NUGET_VERSION__\build\portable-net45+netcore45+wpa81+wp8\grpc.native.csharp.t argets'))" />
122 <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'))" />
123 </Target>
124 <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')" />
125 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
126 Other similar extension points exist, see Microsoft.Common.targets.
127 <Target Name="BeforeBuild">
128 </Target>
129 <Target Name="AfterBuild">
130 </Target>
131 -->
132 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698