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.
138 lines
7.4 KiB
138 lines
7.4 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>
|
|
<Name>FSharp-Portable47</Name>
|
|
<AssemblyName>MathNet.Numerics.FSharp</AssemblyName>
|
|
<RootNamespace>MathNet.Numerics</RootNamespace>
|
|
<OutputType>Library</OutputType>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{F5F14D76-428D-43D7-8431-5B885F1BA419}</ProjectGuid>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Profile47</TargetFrameworkProfile>
|
|
<TargetFSharpCoreVersion>2.3.5.1</TargetFSharpCoreVersion>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DefineConstants>TRACE;PORTABLE</DefineConstants>
|
|
<OutputPath>..\..\out\lib\Profile47\</OutputPath>
|
|
<IntermediateOutputPath>..\..\obj\lib\Profile47\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\lib\Profile47\</BaseIntermediateOutputPath>
|
|
<DocumentationFile>..\..\out\lib\Profile47\MathNet.Numerics.FSharp.XML</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<Tailcalls>true</Tailcalls>
|
|
<DebugType>pdbonly</DebugType>
|
|
<WarningLevel>3</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DefineConstants>TRACE;DEBUG;PORTABLE</DefineConstants>
|
|
<OutputPath>..\..\out\lib-debug\Profile47\</OutputPath>
|
|
<IntermediateOutputPath>..\..\obj\lib-debug\Profile47\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\lib-debug\Profile47\</BaseIntermediateOutputPath>
|
|
<Optimize>false</Optimize>
|
|
<Tailcalls>false</Tailcalls>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<WarningLevel>3</WarningLevel>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.Portable.FSharp.Targets</FSharpTargetsPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '11.0' Or $(OS) != 'Windows_NT'">
|
|
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.Portable.FSharp.Targets</FSharpTargetsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(FSharpTargetsPath)" Condition="Exists('$(FSharpTargetsPath)')" />
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.fs" />
|
|
<Compile Include="Compatibility.fs" />
|
|
<Compile Include="Statistics.fs" />
|
|
<Compile Include="Random.fs" />
|
|
<Compile Include="Distributions.fs" />
|
|
<Compile Include="Generate.fs" />
|
|
<Compile Include="LinearAlgebra.Vector.fs" />
|
|
<Compile Include="LinearAlgebra.Matrix.fs" />
|
|
<Compile Include="Complex.fs" />
|
|
<Compile Include="BigIntegerExtensions.fs" />
|
|
<Compile Include="BigRational.fsi" />
|
|
<Compile Include="BigRational.fs" />
|
|
<Compile Include="Differentiate.fs" />
|
|
<Compile Include="Fit.fs" />
|
|
<Compile Include="FindRoots.fs" />
|
|
<Compile Include="RandomVariable.fs" />
|
|
<None Include="MathNet.Numerics.fsx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Numerics\Numerics-Portable47.csproj">
|
|
<Name>Numerics-Portable47</Name>
|
|
<Project>{49205185-621E-FFB9-2104-887C9F1BBD13}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Choose>
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v2.0' Or $(TargetFrameworkVersion) == 'v3.0' Or $(TargetFrameworkVersion) == 'v3.5')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\FSharp.Core\lib\net20\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == '.NETCore') Or ($(TargetFrameworkIdentifier) == 'Xamarin.Mac') Or ($(TargetFrameworkProfile) == 'Profile7') Or ($(TargetFrameworkProfile) == 'Profile44')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\FSharp.Core\lib\portable-net45+netcore45\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == 'MonoAndroid') Or ($(TargetFrameworkIdentifier) == 'MonoTouch') Or ($(TargetFrameworkIdentifier) == 'Xamarin.iOS')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\FSharp.Core\lib\portable-net45+monoandroid10+monotouch10+xamarinios10\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == 'Silverlight' And $(TargetFrameworkVersion) == 'v5.0') Or ($(TargetFrameworkProfile) == 'Profile24') Or ($(TargetFrameworkProfile) == 'Profile47')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\FSharp.Core\lib\portable-net45+sl5+netcore45\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == 'WindowsPhone' And ($(TargetFrameworkVersion) == 'v8.0' Or $(TargetFrameworkVersion) == 'v8.1')) Or ($(TargetFrameworkProfile) == 'Profile31') Or ($(TargetFrameworkProfile) == 'Profile49') Or ($(TargetFrameworkProfile) == 'Profile78')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wp8\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
<When Condition="($(TargetFrameworkIdentifier) == 'WindowsPhoneApp') Or ($(TargetFrameworkProfile) == 'Profile32') Or ($(TargetFrameworkProfile) == 'Profile84') Or ($(TargetFrameworkProfile) == 'Profile111') Or ($(TargetFrameworkProfile) == 'Profile151') Or ($(TargetFrameworkProfile) == 'Profile157') Or ($(TargetFrameworkProfile) == 'Profile259')">
|
|
<ItemGroup>
|
|
<Reference Include="FSharp.Core">
|
|
<HintPath>..\..\packages\FSharp.Core\lib\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll</HintPath>
|
|
<Private>True</Private>
|
|
<Paket>True</Paket>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
</Project>
|