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

Side by Side Diff: third_party/grpc/src/csharp/doc/grpc_csharp_public.shfbproj

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="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <!-- The configuration and platform will be used to determine which assembli es to include from solution and
5 project documentation sources -->
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{77e3da09-fc92-486f-a90a-99ca788e8b59}</ProjectGuid>
10 <SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion>
11 <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual S tudio adds them anyway -->
12 <AssemblyName>Documentation</AssemblyName>
13 <RootNamespace>Documentation</RootNamespace>
14 <Name>Documentation</Name>
15 <!-- SHFB properties -->
16 <FrameworkVersion>.NET Framework 4.5</FrameworkVersion>
17 <OutputPath>..\..\..\doc\ref\csharp\html</OutputPath>
18 <Language>en-US</Language>
19 <DocumentationSources>
20 <DocumentationSource sourceFile="..\Grpc.Auth\Grpc.Auth.csproj" />
21 <DocumentationSource sourceFile="..\Grpc.Core\Grpc.Core.csproj" />
22 </DocumentationSources>
23 <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
24 <HelpFileFormat>Website</HelpFileFormat>
25 <IndentHtml>False</IndentHtml>
26 <KeepLogFile>True</KeepLogFile>
27 <DisableCodeBlockComponent>False</DisableCodeBlockComponent>
28 <CleanIntermediates>True</CleanIntermediates>
29 <HelpFileVersion>1.0.0.0</HelpFileVersion>
30 <MaximumGroupParts>2</MaximumGroupParts>
31 <NamespaceGrouping>False</NamespaceGrouping>
32 <SyntaxFilters>Standard</SyntaxFilters>
33 <SdkLinkTarget>Blank</SdkLinkTarget>
34 <RootNamespaceContainer>True</RootNamespaceContainer>
35 <PresentationStyle>VS2013</PresentationStyle>
36 <Preliminary>False</Preliminary>
37 <NamingMethod>MemberName</NamingMethod>
38 <HelpTitle>gRPC C#</HelpTitle>
39 <ContentPlacement>AboveNamespaces</ContentPlacement>
40 <HtmlHelpName>Documentation</HtmlHelpName>
41 <NamespaceSummaries>
42 <NamespaceSummaryItem name="Grpc.Auth" isDocumented="True">Provides OAuth2 based authentication for gRPC. &lt;c&gt;Grpc.Auth&lt;/c&gt; currently consists of a set of very lightweight wrappers and uses C# &lt;a href="https://www.nuget. org/packages/Google.Apis.Auth/"&gt;Google.Apis.Auth&lt;/a&gt; library.</Namespac eSummaryItem>
43 <NamespaceSummaryItem name="Grpc.Core" isDocumented="True">Main namespace for gR PC C# functionality. Contains concepts representing both client side and server side gRPC logic.
44
45 &lt;seealso cref="Grpc.Core.Channel"/&gt;
46 &lt;seealso cref="Grpc.Core.Server"/&gt;</NamespaceSummaryItem>
47 <NamespaceSummaryItem name="Grpc.Core.Logging" isDocumented="True">Provides func tionality to redirect gRPC logs to application-specified destination.</Namespace SummaryItem>
48 <NamespaceSummaryItem name="Grpc.Core.Utils" isDocumented="True">Various utiliti es for gRPC C#.</NamespaceSummaryItem></NamespaceSummaries>
49 <MissingTags>Summary, Parameter, AutoDocumentCtors, Namespace, TypeParameter , AutoDocumentDispose</MissingTags>
50 </PropertyGroup>
51 <!-- There are no properties for these groups. AnyCPU needs to appear in orde r for Visual Studio to perform
52 the build. The others are optional common platform typ es that may appear. -->
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
54 </PropertyGroup>
55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56 </PropertyGroup>
57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
58 </PropertyGroup>
59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
60 </PropertyGroup>
61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62 </PropertyGroup>
63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
64 </PropertyGroup>
65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
66 </PropertyGroup>
67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' " >
68 </PropertyGroup>
69 <!-- Import the SHFB build targets -->
70 <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
71 <!-- The pre-build and post-build event properties must appear *after* the tar gets file import in order to be
72 evaluated correctly. -->
73 <PropertyGroup>
74 <PreBuildEvent>
75 </PreBuildEvent>
76 <PostBuildEvent>
77 </PostBuildEvent>
78 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
79 </PropertyGroup>
80 </Project>
OLDNEW
« no previous file with comments | « third_party/grpc/src/csharp/doc/README.md ('k') | third_party/grpc/src/csharp/ext/grpc_csharp_ext.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698