This repository has been archived by the owner on Dec 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
/
helpdocs.shfbproj
72 lines (72 loc) · 4.27 KB
/
helpdocs.shfbproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
sources -->
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{74886b17-697e-41d1-a63f-a9ea3e5f9974}</ProjectGuid>
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
Studio adds them anyway -->
<AssemblyName>Documentation</AssemblyName>
<RootNamespace>Documentation</RootNamespace>
<Name>Documentation</Name>
<!-- SHFB properties -->
<OutputPath>Help\</OutputPath>
<HtmlHelpName>RhinoCommon</HtmlHelpName>
<DocumentationSources>
<DocumentationSource sourceFile="dotnet\Release\RhinoCommon.dll" />
<DocumentationSource sourceFile="dotnet\Release\RhinoCommon.xml" />
</DocumentationSources>
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
<CopyrightText>Report wishes and bugs: http://discourse.mcneel.com/</CopyrightText>
<FeedbackEMailAddress>
</FeedbackEMailAddress>
<HelpTitle>RhinoCommon SDK</HelpTitle>
<ProjectLinkType>Local</ProjectLinkType>
<SyntaxFilters>C#, Visual Basic</SyntaxFilters>
<NamespaceSummaries>
<NamespaceSummaryItem name="Rhino" isDocumented="True">Base namespace where we put classes that we couldn't figure out any good spot to put them.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Rhino.ApplicationSettings" isDocumented="True">Static settings global to the entire Rhino application</NamespaceSummaryItem>
<NamespaceSummaryItem name="Rhino.Input" isDocumented="True">Classes related to getting user input for things like points, objects, and numbers</NamespaceSummaryItem>
</NamespaceSummaries>
<FrameworkVersion>.NET Framework 2.0</FrameworkVersion>
<ComponentConfigurations>
<ComponentConfig id="Code Block Component" enabled="True">
<component id="Code Block Component">
<basePath value="{@HtmlEncProjectFolder}" />
<outputPaths>{@HelpFormatOutputPaths}</outputPaths>
<allowMissingSource value="false" />
<removeRegionMarkers value="false" />
<colorizer syntaxFile="{@SHFBFolder}PresentationStyles\Colorizer\highlight.xml" styleFile="{@SHFBFolder}PresentationStyles\Colorizer\highlight.xsl" stylesheet="{@SHFBFolder}PresentationStyles\Colorizer\highlight.css" scriptFile="{@SHFBFolder}PresentationStyles\Colorizer\highlight.js" disabled="{@DisableCodeBlockComponent}" language="cs" tabSize="0" numberLines="false" outlining="false" keepSeeTags="false" defaultTitle="true" />
</component>
</ComponentConfig>
</ComponentConfigurations>
<NamingMethod>MemberName</NamingMethod>
<PresentationStyle>VS2005</PresentationStyle>
<FooterText>Updated 18 March 2015 - Robert McNeel and Associates %28Rhino 5 SR11%29</FooterText>
<CopyrightHref>http://discourse.mcneel.com/</CopyrightHref>
<HtmlHelp1xCompilerPath>..\..\..\..\..\..\Program Files (x86)\HTML Help Workshop\</HtmlHelp1xCompilerPath>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>False</RootNamespaceContainer>
<Preliminary>False</Preliminary>
<Language>en-US</Language>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
<FeedbackEMailLinkText>http://discourse.mcneel.com/</FeedbackEMailLinkText>
<PlugInConfigurations />
<MissingTags>AutoDocumentCtors, AutoDocumentDispose</MissingTags>
</PropertyGroup>
<!-- There are no properties for these two groups but they need to appear in
order for Visual Studio to perform the build. -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
</Project>