2 changed files with 95 additions and 2 deletions
@ -0,0 +1,87 @@ |
|||
<?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>DEBUG;TRACE</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\DenseMatrix.fs"> |
|||
<Link>DenseMatrix.fs</Link> |
|||
</Compile> |
|||
<Compile Include="..\FSharp\DenseVector.fs"> |
|||
<Link>DenseVector.fs</Link> |
|||
</Compile> |
|||
<Compile Include="..\FSharp\Extensions.fs"> |
|||
<Link>Extensions.fs</Link> |
|||
</Compile> |
|||
<Compile Include="..\FSharp\Main.fs"> |
|||
<Link>Main.fs</Link> |
|||
</Compile> |
|||
<Compile Include="..\FSharp\Matrix.fs"> |
|||
<Link>Matrix.fs</Link> |
|||
</Compile> |
|||
<Compile Include="..\FSharp\SparseMatrix.fs"> |
|||
<Link>SparseMatrix.fs</Link> |
|||
</Compile> |
|||
<Compile Include="..\FSharp\SparseVector.fs"> |
|||
<Link>SparseVector.fs</Link> |
|||
</Compile> |
|||
<Compile Include="..\FSharp\Vector.fs"> |
|||
<Link>Vector.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> |
|||
Loading…
Reference in new issue