|
|
|
@ -33,26 +33,26 @@
@@ -33,26 +33,26 @@
|
|
|
|
|
</BuildLogFile> |
|
|
|
|
<FrameworkVersion>.NET 4.0.30319</FrameworkVersion> |
|
|
|
|
<HelpTitle>AvalonEdit</HelpTitle> |
|
|
|
|
<CopyrightText>Copyright 2008-2011, Daniel Grunwald</CopyrightText> |
|
|
|
|
<CopyrightText>Copyright 2008-2012, Daniel Grunwald</CopyrightText> |
|
|
|
|
<PresentationStyle>Prototype</PresentationStyle> |
|
|
|
|
<HelpFileVersion>4.1.0.0</HelpFileVersion> |
|
|
|
|
<HelpFileVersion>4.2.0.0</HelpFileVersion> |
|
|
|
|
<ComponentConfigurations> |
|
|
|
|
<ComponentConfig id="Code Block Component" enabled="True"> |
|
|
|
|
<component id="Code Block Component" type="SandcastleBuilder.Components.CodeBlockComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
|
|
|
|
<!-- Base path for relative filenames in source attributes |
|
|
|
|
<!-- Base path for relative filenames in source attributes |
|
|
|
|
(optional) --> |
|
|
|
|
<basePath value="{@HtmlEncProjectFolder}" /> |
|
|
|
|
<!-- Connect to language filter (optional). If omitted, |
|
|
|
|
<basePath value="{@HtmlEncProjectFolder}" /> |
|
|
|
|
<!-- Connect to language filter (optional). If omitted, |
|
|
|
|
language filtering is enabled by default. --> |
|
|
|
|
<languageFilter value="true" /> |
|
|
|
|
<!-- Allow missing source files (Optional). If omitted, |
|
|
|
|
<languageFilter value="true" /> |
|
|
|
|
<!-- Allow missing source files (Optional). If omitted, |
|
|
|
|
it will generate errors if referenced source files |
|
|
|
|
are missing. --> |
|
|
|
|
<allowMissingSource value="false" /> |
|
|
|
|
<!-- Remove region markers from imported code blocks. If omitted, |
|
|
|
|
<allowMissingSource value="false" /> |
|
|
|
|
<!-- Remove region markers from imported code blocks. If omitted, |
|
|
|
|
region markers in imported code blocks are left alone. --> |
|
|
|
|
<removeRegionMarkers value="false" /> |
|
|
|
|
<!-- Code colorizer options (required). |
|
|
|
|
<removeRegionMarkers value="false" /> |
|
|
|
|
<!-- Code colorizer options (required). |
|
|
|
|
Attributes: |
|
|
|
|
Language syntax configuration file (required) |
|
|
|
|
XSLT style file (required) |
|
|
|
@ -63,71 +63,82 @@
@@ -63,71 +63,82 @@
|
|
|
|
|
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="false" keepSeeTags="false" tabSize="0" defaultTitle="true" /> |
|
|
|
|
</component> |
|
|
|
|
<colorizer syntaxFile="{@SHFBFolder}Colorizer\highlight.xml" styleFile="{@SHFBFolder}Colorizer\highlight.xsl" copyImageUrl="../icons/CopyCode.gif" language="cs" numberLines="false" outlining="false" keepSeeTags="false" tabSize="0" defaultTitle="true" /> |
|
|
|
|
</component> |
|
|
|
|
</ComponentConfig> |
|
|
|
|
<ComponentConfig id="IntelliSense Component" enabled="True"><component id="IntelliSense Component" type="SandcastleBuilder.Components.IntelliSenseComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
|
|
|
|
<!-- Output options (optional) |
|
|
|
|
<ComponentConfig id="IntelliSense Component" enabled="True"> |
|
|
|
|
<component id="IntelliSense Component" type="SandcastleBuilder.Components.IntelliSenseComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
|
|
|
|
<!-- Output options (optional) |
|
|
|
|
Attributes: |
|
|
|
|
Include Namespaces (false by default) |
|
|
|
|
Namespaces filename ("Namespaces" if not specified or empty) |
|
|
|
|
Directory (current folder if not specified or empty) --> |
|
|
|
|
<output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}" /> |
|
|
|
|
</component></ComponentConfig> |
|
|
|
|
<ComponentConfig id="Cached MSDN URL References" enabled="True"><component id="Cached MSDN URL References" type="SandcastleBuilder.Components.CachedResolveReferenceLinksComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll" locale="{@Locale}" linkTarget="{@SdkLinkTarget}"> |
|
|
|
|
<helpOutput format="HtmlHelp1"> |
|
|
|
|
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> |
|
|
|
|
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@HtmlSdkLinkType}" /> |
|
|
|
|
<targets files="reflection.xml" type="Local" /> |
|
|
|
|
</helpOutput> |
|
|
|
|
<helpOutput format="MSHelp2"> |
|
|
|
|
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> |
|
|
|
|
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@MSHelp2SdkLinkType}" /> |
|
|
|
|
<targets files="reflection.xml" type="Index" /> |
|
|
|
|
</helpOutput> |
|
|
|
|
<helpOutput format="MSHelpViewer"> |
|
|
|
|
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> |
|
|
|
|
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@MSHelpViewerSdkLinkType}" /> |
|
|
|
|
<targets files="reflection.xml" type="Id" /> |
|
|
|
|
</helpOutput> |
|
|
|
|
<helpOutput format="Website"> |
|
|
|
|
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> |
|
|
|
|
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@WebsiteSdkLinkType}" /> |
|
|
|
|
<targets files="reflection.xml" type="Local" /> |
|
|
|
|
</helpOutput> |
|
|
|
|
</component></ComponentConfig> |
|
|
|
|
<ComponentConfig id="Post-transform Component" enabled="True"><component id="Post-transform Component" type="SandcastleBuilder.Components.PostTransformComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
|
|
|
|
<!-- Code colorizer files (required). |
|
|
|
|
<output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}" /> |
|
|
|
|
</component> |
|
|
|
|
</ComponentConfig> |
|
|
|
|
<ComponentConfig id="Cached MSDN URL References" enabled="True"> |
|
|
|
|
<component id="Cached MSDN URL References" type="SandcastleBuilder.Components.CachedResolveReferenceLinksComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll" locale="{@Locale}" linkTarget="{@SdkLinkTarget}"> |
|
|
|
|
<helpOutput format="HtmlHelp1"> |
|
|
|
|
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> |
|
|
|
|
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@HtmlSdkLinkType}" /> |
|
|
|
|
<targets files="reflection.xml" type="Local" /> |
|
|
|
|
</helpOutput> |
|
|
|
|
<helpOutput format="MSHelp2"> |
|
|
|
|
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> |
|
|
|
|
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@MSHelp2SdkLinkType}" /> |
|
|
|
|
<targets files="reflection.xml" type="Index" /> |
|
|
|
|
</helpOutput> |
|
|
|
|
<helpOutput format="MSHelpViewer"> |
|
|
|
|
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> |
|
|
|
|
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@MSHelpViewerSdkLinkType}" /> |
|
|
|
|
<targets files="reflection.xml" type="Id" /> |
|
|
|
|
</helpOutput> |
|
|
|
|
<helpOutput format="Website"> |
|
|
|
|
<cache filename="{@LocalDataFolder}Cache\MsdnUrl.cache" /> |
|
|
|
|
<targets base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" type="{@WebsiteSdkLinkType}" /> |
|
|
|
|
<targets files="reflection.xml" type="Local" /> |
|
|
|
|
</helpOutput> |
|
|
|
|
</component> |
|
|
|
|
</ComponentConfig> |
|
|
|
|
<ComponentConfig id="Post-transform Component" enabled="True"> |
|
|
|
|
<component id="Post-transform Component" type="SandcastleBuilder.Components.PostTransformComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
|
|
|
|
<!-- Code colorizer files (required). |
|
|
|
|
Attributes: |
|
|
|
|
Stylesheet file (required) |
|
|
|
|
Script file (required) |
|
|
|
|
"Copy" image file (required) --> |
|
|
|
|
<colorizer stylesheet="{@SHFBFolder}Colorizer\highlight.css" scriptFile="{@SHFBFolder}Colorizer\highlight.js" copyImage="{@SHFBFolder}Colorizer\CopyCode.gif" /> |
|
|
|
|
<!-- Base output paths for the files (required). These should match |
|
|
|
|
<colorizer stylesheet="{@SHFBFolder}Colorizer\highlight.css" scriptFile="{@SHFBFolder}Colorizer\highlight.js" copyImage="{@SHFBFolder}Colorizer\CopyCode.gif" /> |
|
|
|
|
<!-- Base output paths for the files (required). These should match |
|
|
|
|
the parent folder of the output path of the HTML files (see |
|
|
|
|
each of the SaveComponent instances below). --> |
|
|
|
|
<outputPaths> |
|
|
|
|
<outputPaths> |
|
|
|
|
{@HelpFormatOutputPaths} |
|
|
|
|
</outputPaths> |
|
|
|
|
<!-- Logo image file (optional). Filename is required. The height, |
|
|
|
|
<!-- Logo image file (optional). Filename is required. The height, |
|
|
|
|
width, altText, placement, and alignment attributes are |
|
|
|
|
optional. --> |
|
|
|
|
<logoFile filename="" height="0" width="0" altText="" placement="left" alignment="left" /> |
|
|
|
|
</component></ComponentConfig> |
|
|
|
|
<ComponentConfig id="Cached Reflection Index Data" enabled="True"><component id="Cached Reflection Index Data" type="SandcastleBuilder.Components.CachedCopyFromIndexComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
|
|
|
|
<index name="reflection" value="/reflection/apis/api" key="@id" cache="10"> |
|
|
|
|
<cache base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" cacheFile="{@LocalDataFolder}Cache\Reflection.cache" /> |
|
|
|
|
<data files="reflection.xml" /> |
|
|
|
|
</index> |
|
|
|
|
<copy name="reflection" source="*" target="/document/reference" /> |
|
|
|
|
</component></ComponentConfig> |
|
|
|
|
<ComponentConfig id="Cached Framework Comments Index Data" enabled="True"><component id="Cached Framework Comments Index Data" type="SandcastleBuilder.Components.CachedCopyFromIndexComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
|
|
|
|
<index name="comments" value="/doc/members/member" key="@name" cache="100"> |
|
|
|
|
<logoFile filename="" height="0" width="0" altText="" placement="left" alignment="left" /> |
|
|
|
|
</component> |
|
|
|
|
</ComponentConfig> |
|
|
|
|
<ComponentConfig id="Cached Reflection Index Data" enabled="True"> |
|
|
|
|
<component id="Cached Reflection Index Data" type="SandcastleBuilder.Components.CachedCopyFromIndexComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
|
|
|
|
<index name="reflection" value="/reflection/apis/api" key="@id" cache="10"> |
|
|
|
|
<cache base="{@SandcastlePath}Data\Reflection" recurse="true" files="*.xml" cacheFile="{@LocalDataFolder}Cache\Reflection.cache" /> |
|
|
|
|
<data files="reflection.xml" /> |
|
|
|
|
</index> |
|
|
|
|
<copy name="reflection" source="*" target="/document/reference" /> |
|
|
|
|
</component> |
|
|
|
|
</ComponentConfig> |
|
|
|
|
<ComponentConfig id="Cached Framework Comments Index Data" enabled="True"> |
|
|
|
|
<component id="Cached Framework Comments Index Data" type="SandcastleBuilder.Components.CachedCopyFromIndexComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> |
|
|
|
|
<index name="comments" value="/doc/members/member" key="@name" cache="100"> |
|
|
|
|
{@CachedFrameworkCommentList} |
|
|
|
|
{@CommentFileList} |
|
|
|
|
</index> |
|
|
|
|
<copy name="comments" source="*" target="/document/comments" /> |
|
|
|
|
</component></ComponentConfig></ComponentConfigurations> |
|
|
|
|
<copy name="comments" source="*" target="/document/comments" /> |
|
|
|
|
</component> |
|
|
|
|
</ComponentConfig> |
|
|
|
|
</ComponentConfigurations> |
|
|
|
|
<DocumentationSources> |
|
|
|
|
<DocumentationSource sourceFile="..\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj" /> |
|
|
|
|
</DocumentationSources> |
|
|
|
|