csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
3.4 KiB
75 lines
3.4 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<!-- The configuration and platform will be used to determine which
|
|
assemblies to include from solution and project documentation
|
|
sources -->
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{7abd8233-0d4c-4e89-b2e1-0b686c9fc2ca}</ProjectGuid>
|
|
<SHFBSchemaVersion>1.9.3.0</SHFBSchemaVersion>
|
|
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
|
|
Studio adds them anyway -->
|
|
<AssemblyName>Documentation</AssemblyName>
|
|
<RootNamespace>Documentation</RootNamespace>
|
|
<Name>Documentation</Name>
|
|
<!-- SHFB properties -->
|
|
<OutputPath>.\Help\</OutputPath>
|
|
<HtmlHelpName>Documentation</HtmlHelpName>
|
|
<Language>en-US</Language>
|
|
<FrameworkVersion>.NET 4.0.30319</FrameworkVersion>
|
|
<PresentationStyle>vs2005</PresentationStyle>
|
|
<DocumentationSources>
|
|
<DocumentationSource sourceFile="..\out\lib\Net40\MathNet.Numerics.dll" xmlns="" />
|
|
<DocumentationSource sourceFile="..\out\lib\Net40\MathNet.Numerics.xml" xmlns="" />
|
|
</DocumentationSources>
|
|
<Preliminary>True</Preliminary>
|
|
<ProjectSummary>Numerical Library for .NET</ProjectSummary>
|
|
<CopyrightText>Copyright %28c%29 2002-2011 Math.NET</CopyrightText>
|
|
<RootNamespaceContainer>False</RootNamespaceContainer>
|
|
<HelpTitle>Math.NET Numerics Beta 2</HelpTitle>
|
|
<RootNamespaceTitle>API Reference</RootNamespaceTitle>
|
|
<IncludeFavorites>False</IncludeFavorites>
|
|
<PlugInConfigurations>
|
|
<PlugInConfig id="Hierarchical Table of Contents" enabled="True">
|
|
<configuration />
|
|
</PlugInConfig>
|
|
<PlugInConfig id="Additional Content Only" enabled="False">
|
|
<configuration />
|
|
</PlugInConfig>
|
|
</PlugInConfigurations>
|
|
<ContentPlacement>AboveNamespaces</ContentPlacement>
|
|
<ApiFilter>
|
|
</ApiFilter>
|
|
<KeepLogFile>False</KeepLogFile>
|
|
<HelpFileFormat>HtmlHelp1, MSHelpViewer</HelpFileFormat>
|
|
</PropertyGroup>
|
|
<!-- There are no properties for these groups. AnyCPU needs to appear in
|
|
order for Visual Studio to perform the build. The others are optional
|
|
common platform types that may appear. -->
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<SiteMap Include="SiteMap.sitemap" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="License.txt" />
|
|
</ItemGroup>
|
|
<!-- Import the SHFB build targets -->
|
|
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
|
|
</Project>
|