forked from tsai/mathnet-numerics
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.
81 lines
3.8 KiB
81 lines
3.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Name>FSharp-XamariniOS</Name>
|
|
<AssemblyName>MathNet.Numerics.FSharp</AssemblyName>
|
|
<RootNamespace>MathNet.Numerics</RootNamespace>
|
|
<OutputType>Library</OutputType>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{F5F14E76-428D-43D7-8431-5B895F1BA419}</ProjectGuid>
|
|
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{F2A71F9B-5D33-465A-A702-920D77279786}</ProjectTypeGuids>
|
|
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
|
|
<BaseIntermediateOutputPath>..\obj\lib-debug\XamariniOS</BaseIntermediateOutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DefineConstants>TRACE;PORTABLE</DefineConstants>
|
|
<OutputPath>..\out\lib\XamariniOS\</OutputPath>
|
|
<IntermediateOutputPath>..\obj\lib\XamariniOS\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\obj\lib\XamariniOS\</BaseIntermediateOutputPath>
|
|
<DocumentationFile>..\out\lib\XamariniOS\MathNet.Numerics.FSharp.XML</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<Tailcalls>true</Tailcalls>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<WarningLevel>3</WarningLevel>
|
|
<MtouchUseSGen>true</MtouchUseSGen>
|
|
<MtouchUseRefCounting>true</MtouchUseRefCounting>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DefineConstants>TRACE;DEBUG;PORTABLE</DefineConstants>
|
|
<OutputPath>..\out\lib-debug\XamariniOS\</OutputPath>
|
|
<IntermediateOutputPath>..\obj\lib-debug\XamariniOS\</IntermediateOutputPath>
|
|
<BaseIntermediateOutputPath>..\obj\lib-debug\XamariniOS\</BaseIntermediateOutputPath>
|
|
<Optimize>false</Optimize>
|
|
<Tailcalls>false</Tailcalls>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<WarningLevel>3</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<MtouchUseSGen>true</MtouchUseSGen>
|
|
<MtouchUseRefCounting>true</MtouchUseRefCounting>
|
|
<PlatformTarget></PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="FSharp.Core" />
|
|
<Reference Include="Xamarin.iOS" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="..\src\FSharp\Resources\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\src\FSharp\AssemblyInfo.fs" />
|
|
<Compile Include="..\src\FSharp\Compatibility.fs" />
|
|
<Compile Include="..\src\FSharp\Statistics.fs" />
|
|
<Compile Include="..\src\FSharp\Random.fs" />
|
|
<Compile Include="..\src\FSharp\Distributions.fs" />
|
|
<Compile Include="..\src\FSharp\Generate.fs" />
|
|
<Compile Include="..\src\FSharp\LinearAlgebra.Vector.fs" />
|
|
<Compile Include="..\src\FSharp\LinearAlgebra.Matrix.fs" />
|
|
<Compile Include="..\src\FSharp\Complex.fs" />
|
|
<Compile Include="..\src\FSharp\BigIntegerExtensions.fs" />
|
|
<Compile Include="..\src\FSharp\BigRational.fsi" />
|
|
<Compile Include="..\src\FSharp\BigRational.fs" />
|
|
<Compile Include="..\src\FSharp\Differentiate.fs" />
|
|
<Compile Include="..\src\FSharp\Fit.fs" />
|
|
<Compile Include="..\src\FSharp\FindRoots.fs" />
|
|
<Compile Include="..\src\FSharp\RandomVariable.fs" />
|
|
<None Include="..\src\FSharp\MathNet.Numerics.fsx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="Numerics-XamariniOS.csproj">
|
|
<Project>{1C8DCFB2-DB75-4C4B-888B-4AF315FCE3C3}</Project>
|
|
<Name>Numerics-XamariniOS</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.FSharp.targets" />
|
|
</Project>
|
|
|