Changeset 215 for trunk/documentation
- Timestamp:
- 04/30/08 12:40:28 (17 years ago)
- Location:
- trunk/documentation/API Documentation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/documentation/API Documentation/Assemblies/Update.cmd
r4 r215 20 20 copy ..\..\..\sources\HeuristicLab.DistributedEngine\bin\%configuration%\HeuristicLab.DistributedEngine.dll . 21 21 copy ..\..\..\sources\HeuristicLab.DistributedEngine\bin\%configuration%\HeuristicLab.DistributedEngine.xml . 22 copy ..\..\..\sources\HeuristicLab.ES\bin\%configuration%\HeuristicLab.ES.dll . 23 copy ..\..\..\sources\HeuristicLab.ES\bin\%configuration%\HeuristicLab.ES.xml . 22 24 copy ..\..\..\sources\HeuristicLab.Evolutionary\bin\%configuration%\HeuristicLab.Evolutionary.dll . 23 25 copy ..\..\..\sources\HeuristicLab.Evolutionary\bin\%configuration%\HeuristicLab.Evolutionary.xml . … … 57 59 copy ..\..\..\sources\HeuristicLab.SGA\bin\%configuration%\HeuristicLab.SGA.dll . 58 60 copy ..\..\..\sources\HeuristicLab.SGA\bin\%configuration%\HeuristicLab.SGA.xml . 61 copy ..\..\..\sources\HeuristicLab.SQLite\bin\%configuration%\HeuristicLab.SQLite.dll . 62 copy ..\..\..\sources\HeuristicLab.SQLite\bin\%configuration%\HeuristicLab.SQLite.xml . 59 63 copy ..\..\..\sources\HeuristicLab.StructureIdentification\bin\%configuration%\HeuristicLab.StructureIdentification.dll . 60 64 copy ..\..\..\sources\HeuristicLab.StructureIdentification\bin\%configuration%\HeuristicLab.StructureIdentification.xml . -
trunk/documentation/API Documentation/SandcastleBuilder Settings.shfb
r4 r215 10 10 <assembly assemblyPath=".\Assemblies\HeuristicLab.DataAnalysis.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.DataAnalysis.xml" commentsOnly="False" /> 11 11 <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" /> 12 13 <assembly assemblyPath=".\Assemblies\HeuristicLab.Evolutionary.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.Evolutionary.xml" commentsOnly="False" /> 13 14 <assembly assemblyPath=".\Assemblies\HeuristicLab.Functions.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.Functions.xml" commentsOnly="False" /> … … 28 29 <assembly assemblyPath=".\Assemblies\HeuristicLab.SequentialEngine.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.SequentialEngine.xml" commentsOnly="False" /> 29 30 <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" /> 30 32 <assembly assemblyPath=".\Assemblies\HeuristicLab.StructureIdentification.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.StructureIdentification.xml" commentsOnly="False" /> 31 33 <assembly assemblyPath=".\Assemblies\HeuristicLab.TestFunctions.dll" xmlCommentsPath=".\Assemblies\HeuristicLab.TestFunctions.xml" commentsOnly="False" />
Note: See TracChangeset
for help on using the changeset viewer.