File: FSharp.PowerPack.Build.Tasks.fsproj

package info (click to toggle)
fsharp 3.1.1.26%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 59,244 kB
  • ctags: 4,190
  • sloc: cs: 13,398; ml: 1,098; sh: 399; makefile: 293; xml: 82
file content (54 lines) | stat: -rwxr-xr-x 2,498 bytes parent folder | download
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>