Free cookie consent management tool by TermsFeed Policy Generator

Changeset 215 for trunk/documentation


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

Updated configuration of API configuration generator

Location:
trunk/documentation/API Documentation
Files:
2 edited

Legend:

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

    r4 r215  
    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 .
     
    5759copy ..\..\..\sources\HeuristicLab.SGA\bin\%configuration%\HeuristicLab.SGA.dll .
    5860copy ..\..\..\sources\HeuristicLab.SGA\bin\%configuration%\HeuristicLab.SGA.xml .
     61copy ..\..\..\sources\HeuristicLab.SQLite\bin\%configuration%\HeuristicLab.SQLite.dll .
     62copy ..\..\..\sources\HeuristicLab.SQLite\bin\%configuration%\HeuristicLab.SQLite.xml .
    5963copy ..\..\..\sources\HeuristicLab.StructureIdentification\bin\%configuration%\HeuristicLab.StructureIdentification.dll .
    6064copy ..\..\..\sources\HeuristicLab.StructureIdentification\bin\%configuration%\HeuristicLab.StructureIdentification.xml .
  • trunk/documentation/API Documentation/SandcastleBuilder Settings.shfb

    r4 r215  
    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" />
     
    2829        <assembly assemblyPath=".\Assemblies\HeuristicLab.SequentialEngine.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.SequentialEngine.xml" commentsOnly="False" />
    2930        <assembly assemblyPath=".\Assemblies\HeuristicLab.SGA.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.SGA.xml" commentsOnly="False" />
     31        <assembly assemblyPath=".\Assemblies\HeuristicLab.SQLite.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.SQLite.xml" commentsOnly="False" />
    3032        <assembly assemblyPath=".\Assemblies\HeuristicLab.StructureIdentification.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.StructureIdentification.xml" commentsOnly="False" />
    3133        <assembly assemblyPath=".\Assemblies\HeuristicLab.TestFunctions.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.TestFunctions.xml" commentsOnly="False" />
Note: See TracChangeset for help on using the changeset viewer.