Skip to content

Commit a697693

Browse files
committed
Update name of Sandcastle Help File Builder environment variable.
1 parent 22a895f commit a697693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/sandcastle/SSH.NET.shfbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<outputPaths>{@HelpFormatOutputPaths}</outputPaths>
3737
<allowMissingSource value="false" />
3838
<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" />
39+
<colorizer syntaxFile="{@SHFBROOT}PresentationStyles\Colorizer\highlight.xml" styleFile="{@SHFBROOT}PresentationStyles\Colorizer\highlight.xsl" stylesheet="{@SHFBROOT}PresentationStyles\Colorizer\highlight.css" scriptFile="{@SHFBROOT}PresentationStyles\Colorizer\highlight.js" disabled="{@DisableCodeBlockComponent}" language="cs" tabSize="0" numberLines="false" outlining="false" keepSeeTags="false" defaultTitle="true" />
4040
</component>
4141
</ComponentConfig>
4242
</ComponentConfigurations>
@@ -72,5 +72,5 @@
7272
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
7373
</PropertyGroup>
7474
<!-- Import the SHFB build targets -->
75-
<Import Project="$(SHFBFolder)\SandcastleHelpFileBuilder.targets" />
75+
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
7676
</Project>

0 commit comments

Comments
 (0)