~alexreg/darwindotnet/0.1

« back to all changes in this revision

Viewing changes to Documentation/Sandcastle/DarwinDotNet.shfbproj

  • Committer: Alex Regueiro
  • Date: 2009-02-13 01:07:30 UTC
  • Revision ID: alexreg@gmail.com-20090213010730-3lwp0tiqc4a777t2
Updated XML documentation for DarwinDotNet project.
Upgraded Sandcastle Help File builder project file to v1.8 (now .shfbproj extension).
Restructured Documentation directory (now only Sandcastle source files are included and no built content).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2
 
  <PropertyGroup>
3
 
    <!-- The configuration and platform will be used to determine which
4
 
         assemblies to include from solution and project documentation
5
 
         sources -->
6
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7
 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8
 
    <SchemaVersion>2.0</SchemaVersion>
9
 
    <ProjectGuid>{869c4f3c-aa99-4b28-aefa-079979e5d328}</ProjectGuid>
10
 
    <SHFBSchemaVersion>1.8.0.0</SHFBSchemaVersion>
11
 
    <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
12
 
         Studio adds them anyway -->
13
 
    <AssemblyName>Documentation</AssemblyName>
14
 
    <RootNamespace>Documentation</RootNamespace>
15
 
    <Name>Documentation</Name>
16
 
    <!-- SHFB properties -->
17
 
    <OutputPath>..\</OutputPath>
18
 
    <HtmlHelpName>DarwinDotNet</HtmlHelpName>
19
 
    <ProjectSummary>This project provides the functionality for the creation and solution of evolutionary algorithms. The root namespace contains the functionality for running generic &amp;lt%3bnewTerm&amp;gt%3bgenetic algorithms&amp;lt%3b/newTerm&amp;gt%3b. Additional support for &amp;lt%3bnewTerm&amp;gt%3bgene expression programming&amp;lt%3b/newTerm&amp;gt%3b %28GEP%29 is provided via the &amp;lt%3bsee cref=&amp;quot%3bN:DarwinDotNet.Expressions&amp;quot%3b&amp;gt%3bExpressions&amp;lt%3b/see&amp;gt%3b child namespace.</ProjectSummary>
20
 
    <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, Namespace, TypeParameter</MissingTags>
21
 
    <VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected</VisibleItems>
22
 
    <HtmlHelp1xCompilerPath>
23
 
    </HtmlHelp1xCompilerPath>
24
 
    <HtmlHelp2xCompilerPath>
25
 
    </HtmlHelp2xCompilerPath>
26
 
    <SandcastlePath>
27
 
    </SandcastlePath>
28
 
    <WorkingPath>
29
 
    </WorkingPath>
30
 
    <BuildLogFile>
31
 
    </BuildLogFile>
32
 
    <HelpFileFormat>Help1xAndHelp2x</HelpFileFormat>
33
 
    <FrameworkVersion>3.5.20404</FrameworkVersion>
34
 
    <Preliminary>True</Preliminary>
35
 
    <RootNamespaceContainer>True</RootNamespaceContainer>
36
 
    <RootNamespaceTitle>API Reference</RootNamespaceTitle>
37
 
    <HelpTitle>Darwin.NET Documentation</HelpTitle>
38
 
    <Language>en-GB</Language>
39
 
    <CopyrightHref>https://launchpad.net/darwindotnet/</CopyrightHref>
40
 
    <CopyrightText>Copyright &amp;#169%3b Alex Regueiro 2009</CopyrightText>
41
 
    <FeedbackEMailAddress>alexreg%40gmail.com</FeedbackEMailAddress>
42
 
    <PresentationStyle>vs2005</PresentationStyle>
43
 
    <HelpFileVersion>0.1.0.0</HelpFileVersion>
44
 
    <ComponentConfigurations>
45
 
      <ComponentConfig id="IntelliSense Component" enabled="True">
46
 
        <component id="IntelliSense Component" type="SandcastleBuilder.Components.IntelliSenseComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
47
 
          <!-- Output options (optional)
48
 
                 Attributes:
49
 
                    Include Namespaces (false by default)
50
 
                    Namespaces filename ("Namespaces" if not specified or empty)
51
 
                    Directory (current folder if not specified or empty) -->
52
 
          <output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}" />
53
 
        </component>
54
 
      </ComponentConfig>
55
 
<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
56
 
                 (optional) --><basePath value="{@ProjectFolder}" /><!-- Connect to language filter (optional).  If omitted,
57
 
                 language filtering is enabled by default. --><languageFilter value="true" /><!-- Code colorizer options (required).
58
 
                 Attributes:
59
 
                    Language syntax configuration file (required)
60
 
                    XSLT style file (required)
61
 
                    "Copy" image file URL (required)
62
 
                    Default language (optional)
63
 
                    Enable line numbering (optional)
64
 
                    Enable outlining (optional)
65
 
                    Keep XML comment "see" tags within the code (optional)
66
 
                    Tab size override (optional, 0 = Use syntax file setting)
67
 
                    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></ComponentConfig></ComponentConfigurations>
68
 
    <DocumentationSources>
69
 
      <DocumentationSource sourceFile="..\..\DarwinDotNet\bin\Release\DarwinDotNet.dll" xmlns="" />
70
 
      <DocumentationSource sourceFile="..\..\DarwinDotNet\bin\Release\DarwinDotNet.xml" xmlns="" />
71
 
      <DocumentationSource sourceFile="..\..\DarwinDotNet.Expressions\bin\Release\DarwinDotNet.Expressions.dll" xmlns="" />
72
 
      <DocumentationSource sourceFile="..\..\DarwinDotNet.Expressions\bin\Release\DarwinDotNet.Expressions.xml" xmlns="" />
73
 
    </DocumentationSources>
74
 
    <NamespaceSummaries>
75
 
      <NamespaceSummaryItem name="(global)" isDocumented="True" />
76
 
      <NamespaceSummaryItem name="DarwinDotNet" isDocumented="True">This namespace contains the classes for creating and evolving populations of generic chromosomes, as well as the base classes for the standard genetic operators.</NamespaceSummaryItem>
77
 
      <NamespaceSummaryItem name="DarwinDotNet.Expressions" isDocumented="True">This namespace contains the classes for creating and evaluating chromosome that represent expression trees, for use in &lt;newTerm&gt;gene expression programming&lt;/newTerm&gt;.</NamespaceSummaryItem>
78
 
      <NamespaceSummaryItem name="DarwinDotNet.Selectors" isDocumented="True">Thie namespace contains specific implementations of selectors (genetic operators used for selection of the next generation in the evolutionary process).</NamespaceSummaryItem>
79
 
    </NamespaceSummaries>
80
 
    <PlugInConfigurations>
81
 
    </PlugInConfigurations>
82
 
  </PropertyGroup>
83
 
  <!-- There are no properties for these two groups but they need to appear in
84
 
       order for Visual Studio to perform the build. -->
85
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
86
 
  </PropertyGroup>
87
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
88
 
  </PropertyGroup>
89
 
  <ItemGroup>
90
 
    <ContentLayout Include="DarwinDotNet.content" />
91
 
  </ItemGroup>
92
 
  <ItemGroup>
93
 
    <Reference Include="C5">
94
 
      <HintPath>..\..\Libraries\C5.dll</HintPath>
95
 
    </Reference>
96
 
  </ItemGroup>
97
 
  <ItemGroup>
98
 
    <Folder Include="Content\" />
99
 
  </ItemGroup>
100
 
  <ItemGroup>
101
 
    <None Include="Content\81e723ba-a290-423c-97ac-ed494ad6c2d3.aml" />
102
 
    <None Include="Content\d3cac186-b06b-4d46-8449-2316cbce6391.aml" />
103
 
    <None Include="Content\5d239aa1-94fb-41ff-9f01-b59741f6c91a.aml" />
104
 
    <None Include="Content\27cfcb22-cfe9-4592-8e9b-1df10727f129.aml" />
105
 
    <None Include="Content\bb7907ce-2499-4007-b617-1ed9916e330f.aml" />
106
 
    <None Include="Content\47b56f69-74d2-4087-9c8c-5b01ce91d1b5.aml" />
107
 
    <None Include="Content\1f57c909-0c9c-4bfa-9431-9476d7622497.aml" />
108
 
  </ItemGroup>
109
 
  <!-- Import the SHFB build targets -->
110
 
  <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
111
 
</Project>
 
 
b'\\ No newline at end of file'