Math.NET 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.
 
 
 

89 lines
4.3 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.Xceed.xml</DocumentationFile>
<OtherFlags>--resolutions $(OtherFlags)</OtherFlags>
<AssemblySearchPaths>$(AssemblySearchPaths);$(FSharpSourcesRoot)\..\tools\Xceed\Bin\.NET\</AssemblySearchPaths>
</PropertyGroup>
<ItemGroup>
<Compile Include="xceed.fs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="Xceed.Chart">
<Name>Xceed.Chart</Name>
<AssemblyName>Xceed.Chart.dll</AssemblyName>
<HintPath>$(FSharpSourcesRoot)\..\tools\Xceed\Bin\.NET\Xceed.Chart.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Xceed.Chart.Core">
<Name>Xceed.Chart.Core</Name>
<AssemblyName>Xceed.Chart.Core.dll</AssemblyName>
<HintPath>$(FSharpSourcesRoot)\..\tools\Xceed\Bin\.NET\Xceed.Chart.Core.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Xceed.Chart.Graphics2D">
<Name>Xceed.Chart.Graphics2D</Name>
<AssemblyName>Xceed.Chart.Graphics2D.dll</AssemblyName>
<HintPath>$(FSharpSourcesRoot)\..\tools\Xceed\Bin\.NET\Xceed.Chart.Graphics2D.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Xceed.Chart.GraphicsCore">
<Name>Xceed.Chart.GraphicsCore</Name>
<AssemblyName>Xceed.Chart.GraphicsCore.dll</AssemblyName>
<HintPath>$(FSharpSourcesRoot)\..\tools\Xceed\Bin\.NET\Xceed.Chart.GraphicsCore.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Xceed.Chart.GraphicsGL">
<Name>Xceed.Chart.GraphicsGL</Name>
<AssemblyName>Xceed.Chart.GraphicsGL.dll</AssemblyName>
<HintPath>$(FSharpSourcesRoot)\..\tools\Xceed\Bin\.NET\Xceed.Chart.GraphicsGL.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Xceed.Chart.Standard">
<Name>Xceed.Chart.Standard</Name>
<AssemblyName>Xceed.Chart.Standard.dll</AssemblyName>
<HintPath>$(FSharpSourcesRoot)\..\tools\Xceed\Bin\.NET\Xceed.Chart.Standard.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Xceed.Chart.UIControls">
<Name>Xceed.Chart.UIControls</Name>
<AssemblyName>Xceed.Chart.UIControls.dll</AssemblyName>
<HintPath>$(FSharpSourcesRoot)\..\tools\Xceed\Bin\.NET\Xceed.Chart.UIControls.dll</HintPath>
<Private>true</Private>
</Reference>
<Reference Include="Xceed.Chart.Utilities">
<Name>Xceed.Chart.Utilities</Name>
<AssemblyName>Xceed.Chart.Utilities.dll</AssemblyName>
<HintPath>$(FSharpSourcesRoot)\..\tools\Xceed\Bin\.NET\Xceed.Chart.Utilities.dll</HintPath>
<Private>true</Private>
</Reference>
<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)\fsppack\CodePlex.targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
<Import Project="$(MSBuildExtensionsPath)\FSharp\1.0\Microsoft.FSharp.Targets" Condition=" !Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') "/>
</Project>