Changeset 213
- Timestamp:
- 04/30/08 12:32:52 (17 years ago)
- 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 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 . -
branches/3.0/documentation/API Documentation/SandcastleBuilder Settings.shfb
r4 r213 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" /> … … 86 87 <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, Namespace</MissingTags> 87 88 <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\" /> 90 91 <OutputPath>.\</OutputPath> 91 <SandcastlePath path="..\..\..\..\..\..\ Program Files\Sandcastle\" />92 <SandcastlePath path="..\..\..\..\..\..\..\Program Files\Sandcastle\" /> 92 93 <WorkingPath path="" /> 93 94 <CleanIntermediates>True</CleanIntermediates>
Note: See TracChangeset
for help on using the changeset viewer.