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.
 
 
 

45 lines
2.5 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>{9EF49218-FD64-43A8-922B-84B1FF576773}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>FSharp.Compiler.CodeDom</AssemblyName>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<DefineConstants>$(DefineConstants);INTERNALIZED_POWER_PACK</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="assemblyinfo.FSharp.Compiler.CodeDom.dll.fs">
<Link>assemblyinfo.FSharp.Compiler.CodeDom.dll.fs</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\CompilerLocationUtils.fs">
<Link>CompilerLocationUtils.fs</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\HashSet.fsi">
<Link>HashSet.fsi</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\HashSet.fs">
<Link>HashSet.fs</Link>
</Compile>
<Compile Include="codedomvisitor.fs" />
<Compile Include="generator.fs" />
<Compile Include="compiler.fs" />
<Compile Include="codeprovider.fsi" />
<Compile Include="codeprovider.fs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<ProjectReference Include="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') ">
<Project>{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project>
<Name>FSharp.Core</Name>
</ProjectReference>
</ItemGroup>
<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') "/>
<Import Project="$(FSharpSourcesRoot)\FSharpTeam.targets" Condition=" Exists('$(FSharpSourcesRoot)\FSharpTeam.targets') " />
</Project>