|
8 | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
9 | 9 | <SchemaVersion>2.0</SchemaVersion> |
10 | 10 | <ProjectGuid>{60b1668c-4331-4e3d-86f6-954ffce0cd36}</ProjectGuid> |
11 | | - <SHFBSchemaVersion>1.9.5.0</SHFBSchemaVersion> |
| 11 | + <SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion> |
12 | 12 | <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual |
13 | 13 | Studio adds them anyway --> |
14 | 14 | <AssemblyName>Documentation</AssemblyName> |
|
20 | 20 | <HtmlHelpName>API Reference Documentation</HtmlHelpName> |
21 | 21 | <Language>en-US</Language> |
22 | 22 | <DocumentationSources> |
23 | | - <DocumentationSource sourceFile="..\corelib\corelib.v3.5.csproj" xmlns="" subFolders="true" /> |
| 23 | + <DocumentationSource sourceFile="..\corelib\corelib.v3.5.csproj" subFolders="True" /> |
24 | 24 | </DocumentationSources> |
25 | 25 | <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> |
26 | 26 | <HelpFileFormat>HtmlHelp1, MSHelpViewer, Website</HelpFileFormat> |
|
29 | 29 | <DisableCodeBlockComponent>False</DisableCodeBlockComponent> |
30 | 30 | <CppCommentsFixup>False</CppCommentsFixup> |
31 | 31 | <CleanIntermediates>True</CleanIntermediates> |
32 | | - <SyntaxFilters>CSharp, VisualBasic, CPlusPlus, FSharp</SyntaxFilters> |
| 32 | + <SyntaxFilters>Standard</SyntaxFilters> |
33 | 33 | <SdkLinkTarget>Blank</SdkLinkTarget> |
34 | 34 | <RootNamespaceContainer>True</RootNamespaceContainer> |
35 | | - <PresentationStyle>VS2010</PresentationStyle> |
| 35 | + <PresentationStyle>VS2013</PresentationStyle> |
36 | 36 | <Preliminary>False</Preliminary> |
37 | 37 | <NamingMethod>MemberName</NamingMethod> |
38 | 38 | <HelpTitle>openstack.net API Reference Documentation</HelpTitle> |
|
57 | 57 | <Argument Key="logoAlignment" Value="left" /> |
58 | 58 | </TransformComponentArguments> |
59 | 59 | <ComponentConfigurations> |
60 | | - <ComponentConfig id="IntelliSense Component" enabled="True" xmlns=""> |
| 60 | + <ComponentConfig id="IntelliSense Component" enabled="True"> |
61 | 61 | <component id="IntelliSense Component" type="Microsoft.Ddue.Tools.IntelliSenseComponent" assembly="{@SandcastlePath}ProductionTools\BuildComponents.dll"> |
62 | 62 | <output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}\..\..\Api\v3.5" /> |
63 | 63 | </component> |
64 | 64 | </ComponentConfig> |
| 65 | + <ComponentConfig id="Code Block Component" enabled="True"> |
| 66 | + <component id="Code Block Component" type="SandcastleBuilder.Components.CodeBlockComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
| 67 | + <basePath value="{@HtmlEncProjectFolder}" /> |
| 68 | + <outputPaths>{@HelpFormatOutputPaths}</outputPaths> |
| 69 | + <allowMissingSource value="false" /> |
| 70 | + <removeRegionMarkers value="false" /> |
| 71 | + <colorizer syntaxFile="{@SHFBFolder}Colorizer\highlight.xml" styleFile="{@SHFBFolder}Colorizer\highlight.xsl" stylesheet="{@SHFBFolder}Colorizer\highlight.css" scriptFile="{@SHFBFolder}Colorizer\highlight.js" language="cs" tabSize="0" numberLines="false" outlining="false" keepSeeTags="false" defaultTitle="true" /> |
| 72 | + </component> |
| 73 | + </ComponentConfig> |
| 74 | + <ComponentConfig id="API Token Resolution" enabled="True"> |
| 75 | + <component id="API Token Resolution" type="Microsoft.Ddue.Tools.SharedContentComponent" assembly="{@SandcastlePath}ProductionTools\BuildComponents.dll"> |
| 76 | + {@TokenFiles} |
| 77 | + <replace elements="/*//token" item="string(.)" /> |
| 78 | + </component> |
| 79 | + </ComponentConfig> |
65 | 80 | </ComponentConfigurations> |
66 | 81 | <CatalogName>VisualStudio11</CatalogName> |
67 | 82 | <TocParentId>-1</TocParentId> |
|
73 | 88 | <MSHelpViewerSdkLinkType>Id</MSHelpViewerSdkLinkType> |
74 | 89 | <CatalogVersion>100</CatalogVersion> |
75 | 90 | <CatalogProductId>VS</CatalogProductId> |
| 91 | + <ApiFilter /> |
| 92 | + <HelpAttributes /> |
| 93 | + <NamespaceSummaries /> |
| 94 | + <PlugInConfigurations /> |
| 95 | + <BuildLogFile /> |
| 96 | + <HtmlHelp1xCompilerPath /> |
| 97 | + <HtmlHelp2xCompilerPath /> |
| 98 | + <WorkingPath /> |
| 99 | + <ComponentPath /> |
| 100 | + <MaximumGroupParts>3</MaximumGroupParts> |
| 101 | + <NamespaceGrouping>False</NamespaceGrouping> |
76 | 102 | </PropertyGroup> |
77 | 103 | <!-- There are no properties for these groups. AnyCPU needs to appear in |
78 | 104 | order for Visual Studio to perform the build. The others are optional |
|
0 commit comments