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.
102 lines
4.2 KiB
102 lines
4.2 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>f5f14d76-428d-43d7-8431-5b885f1ba419</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>FSharpPortable</RootNamespace>
|
|
<AssemblyName>MathNet.Numerics.FSharp</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Profile47</TargetFrameworkProfile>
|
|
<Name>FSharpPortable</Name>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<Tailcalls>false</Tailcalls>
|
|
<OutputPath>..\..\out\debug\Portable\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;PORTABLE</DefineConstants>
|
|
<WarningLevel>3</WarningLevel>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Tailcalls>true</Tailcalls>
|
|
<OutputPath>..\..\out\lib\Portable\</OutputPath>
|
|
<DefineConstants>TRACE;PORTABLE</DefineConstants>
|
|
<WarningLevel>3</WarningLevel>
|
|
<DocumentationFile>..\..\out\lib\Portable\MathNet.Numerics.FSharp.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<Name>FSharp.Core</Name>
|
|
<AssemblyName>FSharp.Core.dll</AssemblyName>
|
|
<HintPath>$(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\.NETPortable\FSharp.Core.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\FSharp\AssemblyInfo.fs">
|
|
<Link>AssemblyInfo.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\Random.fs">
|
|
<Link>Random.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\Distributions.fs">
|
|
<Link>Distributions.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\LinearAlgebra.fs">
|
|
<Link>LinearAlgebra.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\LinearAlgebra.Double.Matrix.fs">
|
|
<Link>LinearAlgebra.Double.Matrix.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\LinearAlgebra.Double.Vector.fs">
|
|
<Link>LinearAlgebra.Double.Vector.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\LinearAlgebra.Double.fs">
|
|
<Link>LinearAlgebra.Double.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\Complex.fsi">
|
|
<Link>Complex.fsi</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\Complex.fs">
|
|
<Link>Complex.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\BigIntegerExtensions.fs">
|
|
<Link>BigIntegerExtensions.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\BigRational.fsi">
|
|
<Link>BigRational.fsi</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\BigRational.fs">
|
|
<Link>BigRational.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FSharp\RandomVariable.fs">
|
|
<Link>RandomVariable.fs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Portable\Portable.csproj">
|
|
<Name>Portable</Name>
|
|
<Project>{d877f358-a2d2-4cc3-a921-8aa5cf6187e8}</Project>
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.Portable.FSharp.Targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|