Free cookie consent management tool by TermsFeed Policy Generator

Changeset 213 for branches/3.0


Ignore:
Timestamp:
04/30/08 12:32:52 (16 years ago)
Author:
swagner
Message:

Updated configuration of API configuration generator

Location:
branches/3.0/documentation/API Documentation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/documentation/API Documentation/Assemblies/Update.cmd

    r4 r213  
    2020copy ..\..\..\sources\HeuristicLab.DistributedEngine\bin\%configuration%\HeuristicLab.DistributedEngine.dll .
    2121copy ..\..\..\sources\HeuristicLab.DistributedEngine\bin\%configuration%\HeuristicLab.DistributedEngine.xml .
     22copy ..\..\..\sources\HeuristicLab.ES\bin\%configuration%\HeuristicLab.ES.dll .
     23copy ..\..\..\sources\HeuristicLab.ES\bin\%configuration%\HeuristicLab.ES.xml .
    2224copy ..\..\..\sources\HeuristicLab.Evolutionary\bin\%configuration%\HeuristicLab.Evolutionary.dll .
    2325copy ..\..\..\sources\HeuristicLab.Evolutionary\bin\%configuration%\HeuristicLab.Evolutionary.xml .
  • branches/3.0/documentation/API Documentation/SandcastleBuilder Settings.shfb

    r4 r213  
    1010        <assembly assemblyPath=".\Assemblies\HeuristicLab.DataAnalysis.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.DataAnalysis.xml" commentsOnly="False" />
    1111        <assembly assemblyPath=".\Assemblies\HeuristicLab.DistributedEngine.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.DistributedEngine.xml" commentsOnly="False" />
     12        <assembly assemblyPath=".\Assemblies\HeuristicLab.ES.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.ES.xml" commentsOnly="False" />
    1213        <assembly assemblyPath=".\Assemblies\HeuristicLab.Evolutionary.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.Evolutionary.xml" commentsOnly="False" />
    1314        <assembly assemblyPath=".\Assemblies\HeuristicLab.Functions.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.Functions.xml" commentsOnly="False" />
     
    8687    <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, Namespace</MissingTags>
    8788    <VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Internals, Protected, SealedProtected</VisibleItems>
    88     <HtmlHelp1xCompilerPath path="..\..\..\..\..\..\Program Files\HTML Help Workshop\" />
    89     <HtmlHelp2xCompilerPath path="..\..\..\..\..\..\Program Files\HTML Help Workshop\" />
     89    <HtmlHelp1xCompilerPath path="..\..\..\..\..\..\..\Program Files\HTML Help Workshop\" />
     90    <HtmlHelp2xCompilerPath path="..\..\..\..\..\..\..\Program Files\HTML Help Workshop\" />
    9091    <OutputPath>.\</OutputPath>
    91     <SandcastlePath path="..\..\..\..\..\..\Program Files\Sandcastle\" />
     92    <SandcastlePath path="..\..\..\..\..\..\..\Program Files\Sandcastle\" />
    9293    <WorkingPath path="" />
    9394    <CleanIntermediates>True</CleanIntermediates>
Note: See TracChangeset for help on using the changeset viewer.