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:
Jim Radford
2009-07-16 07:49:39 +00:00
parent 64417a208a
commit 1f266d085f

View File

@@ -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="&lt;component id=&quot;Code Block Component&quot; type=&quot;SandcastleBuilder.Components.CodeBlockComponent&quot; assembly=&quot;{@SHFBFolder}SandcastleBuilder.Components.dll&quot;&gt;&lt;!-- Base path for relative filenames in source attributes&#xD;&#xA; (optional) --&gt;&lt;basePath value=&quot;{@ProjectFolder}&quot; /&gt;&lt;!-- Connect to language filter (optional). If omitted,&#xD;&#xA; language filtering is enabled by default. --&gt;&lt;languageFilter value=&quot;true&quot; /&gt;&lt;!-- Code colorizer options (required).&#xD;&#xA; Attributes:&#xD;&#xA; Language syntax configuration file (required)&#xD;&#xA; XSLT style file (required)&#xD;&#xA; &quot;Copy&quot; image file URL (required)&#xD;&#xA; Default language (optional)&#xD;&#xA; Enable line numbering (optional)&#xD;&#xA; Enable outlining (optional)&#xD;&#xA; Keep XML comment &quot;see&quot; tags within the code (optional)&#xD;&#xA; Tab size override (optional, 0 = Use syntax file setting)&#xD;&#xA; Use language name as default title (optional) --&gt;&lt;colorizer syntaxFile=&quot;{@SHFBFolder}Colorizer\highlight.xml&quot; styleFile=&quot;{@SHFBFolder}Colorizer\highlight.xsl&quot; copyImageUrl=&quot;../icons/CopyCode.gif&quot; language=&quot;cs&quot; numberLines=&quot;false&quot; outlining=&quot;true&quot; keepSeeTags=&quot;false&quot; tabSize=&quot;4&quot; defaultTitle=&quot;true&quot; /&gt;&lt;/component&gt;" />