Add required mono.security assembly reference to documentation generator
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2990 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
<dependencyItem depPath="..\bin\log4net.dll" />
|
||||
<dependencyItem depPath="..\bin\HttpServer.dll" />
|
||||
<dependencyItem depPath="..\bin\XMLRPC.dll" />
|
||||
<dependencyItem depPath="..\bin\Mono.Security.dll" />
|
||||
</dependencies>
|
||||
<componentConfigurations>
|
||||
<component id="Code Block Component" enabled="True" configuration="<component id="Code Block Component" type="SandcastleBuilder.Components.CodeBlockComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"><!-- Base path for relative filenames in source attributes
 (optional) --><basePath value="{@ProjectFolder}" /><!-- Connect to language filter (optional). If omitted,
 language filtering is enabled by default. --><languageFilter value="true" /><!-- Code colorizer options (required).
 Attributes:
 Language syntax configuration file (required)
 XSLT style file (required)
 "Copy" image file URL (required)
 Default language (optional)
 Enable line numbering (optional)
 Enable outlining (optional)
 Keep XML comment "see" tags within the code (optional)
 Tab size override (optional, 0 = Use syntax file setting)
 Use language name as default title (optional) --><colorizer syntaxFile="{@SHFBFolder}Colorizer\highlight.xml" styleFile="{@SHFBFolder}Colorizer\highlight.xsl" copyImageUrl="../icons/CopyCode.gif" language="cs" numberLines="false" outlining="true" keepSeeTags="false" tabSize="4" defaultTitle="true" /></component>" />
|
||||
|
||||
Reference in New Issue
Block a user