1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<FSharpPowerPackSourcesRoot>..\src</FSharpPowerPackSourcesRoot>
<FSharpSourcesRoot>$(FSharpPowerPackSourcesRoot)</FSharpSourcesRoot>
<SccProjectName>SAK</SccProjectName>
<SccProvider>SAK</SccProvider>
<SccAuxPath>SAK</SccAuxPath>
<SccLocalPath>SAK</SccLocalPath>
</PropertyGroup>
<Import Project="$(FSharpPowerPackSourcesRoot)\FSharpSource.Settings.targets" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{a9566921-4193-4ec8-83fb-f5a0dc257678}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>FSharp.PowerPack.Build.Tasks</AssemblyName>
<AllowCrossTargeting>true</AllowCrossTargeting>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DocumentationFile>FSharp.PowerPack.Build.Tasks.xml</DocumentationFile>
<NoWarn>$(NoWarn);9;60;35;42;62;86;47;40</NoWarn>
</PropertyGroup>
<!-- These dummy entries are needed for F# Beta2 -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
</PropertyGroup>
<ItemGroup>
<Compile Include="assemblyinfo.FSharp.PowerPack.Build.Tasks.dll.fs">
<Link>assemblyinfo.FSharp.PowerPack.Build.Tasks.dll.fs</Link>
</Compile>
<Compile Include="..\FSharp.PowerPack\CompilerLocationUtils.fs">
<Link>CompilerLocationUtils.fs</Link>
</Compile>
<Compile Include="FSLex.Build.fsi" />
<Compile Include="FSLex.Build.fs" />
<Compile Include="FSYacc.Build.fsi" />
<Compile Include="FSYacc.Build.fs" />
<CustomCopyLocal Include="FSharp.PowerPack.targets">
<TargetFilename>FSharp.PowerPack.targets</TargetFilename>
</CustomCopyLocal>
<None Include="FSharp.PowerPack.targets" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="Microsoft.Build.Engine" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities" />
<Reference Include="FSharp.Core" />
</ItemGroup>
<Import Project="$(FSharpSourcesRoot)\FSharpSource.targets" />
</Project>
|