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.
37 lines
2.1 KiB
37 lines
2.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<FSharpSourcesRoot>..\..</FSharpSourcesRoot>
|
|
</PropertyGroup>
|
|
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.Settings.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<Import Project="$(FSharpSourcesRoot)\fsppack\CodePlex.Settings.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{d5870cf0-ed51-4cbc-b3d7-6f56da84ac06}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>FSharp.Compiler.Server.Shared</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<DisabledWarnings>$(DisabledWarnings)</DisabledWarnings>
|
|
<OtherFlags>$(OtherFlags) --publicasinternal</OtherFlags>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\assemblyinfo\assemblyinfo.FSharp.Compiler.Server.Shared.dll.fs">
|
|
<Link>assemblyinfo.FSharp.Compiler.Server.Shared.dll.fs</Link>
|
|
</Compile>
|
|
<Compile Include="..\fsiserver\fsiserver.fs">
|
|
<Link>fsiserver.fs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Runtime.Remoting" />
|
|
<ProjectReference Include="..\FSharp.Core\FSharp.Core.fsproj">
|
|
<Project>{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project>
|
|
<Name>FSharp.Core</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<Import Project="$(FSharpSourcesRoot)\fsharp\FSharpSourceBuild.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<Import Project="$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') "/>
|
|
</Project>
|
|
|