9
9
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10
10
<SchemaVersion >2.0</SchemaVersion >
11
11
<ProjectGuid >{f7266fb1-f50a-4a5b-b35a-5ea8ebdc1be9}</ProjectGuid >
12
- <SHFBSchemaVersion >1.9.9 .0</SHFBSchemaVersion >
12
+ <SHFBSchemaVersion >2015.6.5 .0</SHFBSchemaVersion >
13
13
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual Studio adds them anyway -->
14
14
<AssemblyName >Documentation</AssemblyName >
15
15
<RootNamespace >Documentation</RootNamespace >
30
30
<HelpTitle >SSH.NET Client Library Documenation</HelpTitle >
31
31
<ContentPlacement >AboveNamespaces</ContentPlacement >
32
32
<ComponentConfigurations >
33
- <ComponentConfig id =" Code Block Component" enabled =" True" xmlns = " " >
33
+ <ComponentConfig id =" Code Block Component" enabled =" True" >
34
34
<component id =" Code Block Component" >
35
- <basePath value =" {@HtmlEncProjectFolder}..\..\src\Renci.SshNet\bin " />
36
- <outputPaths >{@HelpFormatOutputPaths}</outputPaths >
37
- <allowMissingSource value =" false" />
38
- <removeRegionMarkers value =" false" />
39
- <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" />
40
- </component >
35
+ <basePath value =" {@HtmlEncProjectFolder}" />
36
+ <outputPaths >{@HelpFormatOutputPaths}</outputPaths >
37
+ <allowMissingSource value =" false" />
38
+ <removeRegionMarkers value =" false" />
39
+ <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" />
40
+ </component >
41
41
</ComponentConfig >
42
42
</ComponentConfigurations >
43
43
<DocumentationSources >
72
72
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|Win32' " >
73
73
</PropertyGroup >
74
74
<!-- Import the SHFB build targets -->
75
- <Import Project =" $(SHFBROOT )\SandcastleHelpFileBuilder.targets" />
75
+ <Import Project =" $(SHFBFolder )\SandcastleHelpFileBuilder.targets" />
76
76
</Project >
0 commit comments