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.
41 lines
2.0 KiB
41 lines
2.0 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>
|
|
<OutputType>Library</OutputType>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<AllowCrossTargeting>true</AllowCrossTargeting>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<DocumentationFile>FSharp.PowerPack.Plot.Excel.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="excel.fs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="Microsoft.Office.Interop.Excel.dll" />
|
|
<Reference Include="Microsoft.Office.Interop.Owc11.dll" />
|
|
<ProjectReference Include="FSharp.PowerPack.Plot.fsproj">
|
|
<Name>FSharp.PowerPack.Plot</Name>
|
|
<Project>{6196b0f8-caea-4cf1-af82-1b520f77fe44}</Project>
|
|
<Private>True</Private>
|
|
|
|
</ProjectReference>
|
|
<ProjectReference Include="FSharp.PowerPack.Plot.Neutral.fsproj">
|
|
<Name>FSharp.PowerPack.Plot.Neutral</Name>
|
|
<Project>{6196b0f8-caea-4cf1-af82-1b520f77fe44}</Project>
|
|
<Private>True</Private>
|
|
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<Import Project="$(FSharpSourcesRoot)\fsppack\CodePlex.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
|
|
<Import Project="$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') "/>
|
|
</Project>
|
|
|