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

Side by Side Diff: third_party/grpc/examples/csharp/route_guide/RouteGuideServer/RouteGuideServer.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>{4B7C7794-BE24-4477-ACE7-18259EB73D27}</ProjectGuid>
8 <OutputType>Exe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>RouteGuideServer</RootNamespace>
11 <AssemblyName>RouteGuideServer</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <NuGetPackageImportStamp>656158d8</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 <ItemGroup>
36 <Reference Include="Google.Protobuf, Version=3.0.0.0, Culture=neutral, Publi cKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
37 <SpecificVersion>False</SpecificVersion>
38 <HintPath>..\packages\Google.Protobuf.3.0.0-beta2\lib\portable-net45+netco re45+wpa81+wp8\Google.Protobuf.dll</HintPath>
39 </Reference>
40 <Reference Include="Grpc.Core, Version=0.12.0.0, Culture=neutral, PublicKeyT oken=d754f35622e28bad, processorArchitecture=MSIL">
41 <SpecificVersion>False</SpecificVersion>
42 <HintPath>..\packages\Grpc.Core.0.13.0\lib\net45\Grpc.Core.dll</HintPath>
43 </Reference>
44 <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, Publi cKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
45 <SpecificVersion>False</SpecificVersion>
46 <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll< /HintPath>
47 </Reference>
48 <Reference Include="System" />
49 <Reference Include="System.Core" />
50 <Reference Include="System.Interactive.Async">
51 <HintPath>..\packages\Ix-Async.1.2.3\lib\net45\System.Interactive.Async.dl l</HintPath>
52 </Reference>
53 <Reference Include="System.Xml.Linq" />
54 <Reference Include="System.Data.DataSetExtensions" />
55 <Reference Include="Microsoft.CSharp" />
56 <Reference Include="System.Data" />
57 <Reference Include="System.Xml" />
58 </ItemGroup>
59 <ItemGroup>
60 <Compile Include="Program.cs" />
61 <Compile Include="Properties\AssemblyInfo.cs" />
62 <Compile Include="RouteGuideImpl.cs" />
63 </ItemGroup>
64 <ItemGroup>
65 <None Include="packages.config" />
66 </ItemGroup>
67 <ItemGroup>
68 <ProjectReference Include="..\RouteGuide\RouteGuide.csproj">
69 <Project>{49954d9c-5f17-4662-96b2-73be833dd81a}</Project>
70 <Name>RouteGuide</Name>
71 </ProjectReference>
72 </ItemGroup>
73 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74 <Import Project="..\packages\grpc.native.csharp.0.13.0\build\portable-net45+ne tcore45+wpa81+wp8\grpc.native.csharp.targets" Condition="Exists('..\packages\grp c.native.csharp.0.13.0\build\portable-net45+netcore45+wpa81+wp8\grpc.native.csha rp.targets')" />
75 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
76 <PropertyGroup>
77 <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>
78 </PropertyGroup>
79 <Error Condition="!Exists('..\packages\grpc.native.csharp.0.13.0\build\porta ble-net45+netcore45+wpa81+wp8\grpc.native.csharp.targets')" Text="$([System.Stri ng]::Format('$(ErrorText)', '..\packages\grpc.native.csharp.0.13.0\build\portabl e-net45+netcore45+wpa81+wp8\grpc.native.csharp.targets'))" />
80 </Target>
81 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
82 Other similar extension points exist, see Microsoft.Common.targets.
83 <Target Name="BeforeBuild">
84 </Target>
85 <Target Name="AfterBuild">
86 </Target>
87 -->
88 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698