Browse Source

fixed SHFB build target import

Signed-off-by: Marcus Cuda <marcus@cuda.net>
pull/2/head
Marcus Cuda 17 years ago
parent
commit
2219c9809b
  1. 7
      build/mathnet-numerics.shfbproj

7
build/mathnet-numerics.shfbproj

@ -15,14 +15,15 @@
<Name>Documentation</Name> <Name>Documentation</Name>
<!-- SHFB properties --> <!-- SHFB properties -->
<OutputPath>.\Help\</OutputPath> <OutputPath>.\Help\</OutputPath>
<HtmlHelpName>Documentation</HtmlHelpName> <HtmlHelpName>Math.NET-Numerics</HtmlHelpName>
<CopyrightText>Copyright 2009 Math.NET Project</CopyrightText> <CopyrightText>Copyright 2009 Math.NET Project</CopyrightText>
<HelpTitle>Math.NET Numerics</HelpTitle> <HelpTitle>Math.NET Numerics</HelpTitle>
<SandcastlePath>..\tools\Sandcastle\</SandcastlePath> <SandcastlePath>..\tools\Sandcastle\</SandcastlePath>
<WorkingPath>doc\</WorkingPath> <WorkingPath>doc\</WorkingPath>
<DocumentationSources> <DocumentationSources>
<DocumentationSource sourceFile="..\src\Managed\bin\Release\MathNet.Numerics.dll" /> <DocumentationSource sourceFile="..\src\Managed\bin\Release\MathNet.Numerics.dll" />
<DocumentationSource sourceFile="..\src\Managed\bin\Release\MathNet.Numerics.xml" /></DocumentationSources> <DocumentationSource sourceFile="..\src\Managed\bin\Release\MathNet.Numerics.xml" />
</DocumentationSources>
<Preliminary>True</Preliminary> <Preliminary>True</Preliminary>
</PropertyGroup> </PropertyGroup>
<!-- There are no properties for these two groups but they need to appear in <!-- There are no properties for these two groups but they need to appear in
@ -32,5 +33,5 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup> </PropertyGroup>
<!-- Import the SHFB build targets --> <!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> <Import Project="..\tools\Sandcastle Help File Builder\SandcastleHelpFileBuilder.targets" />
</Project> </Project>
Loading…
Cancel
Save