~ubuntu-branches/ubuntu/trusty/fsharp/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/tests/BasicXBuildTest/FSharpTest.fsproj

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2014-02-13 16:55:16 UTC
  • mfrom: (3.1.2 trusty)
  • Revision ID: package-import@ubuntu.com-20140213165516-o51ftovy7pu2d0rk
Tags: 3.0.34+dfsg-3ubuntu1
* Make DEP-8 test depend on only fsharp package to pick up any dependency breakage
* Add missing libmono-compilerservices-symbolwriter4.0-cil dependency to fsharp
* Add fsharpc/fsharpi manpages
* Strip executable bit from xbuild .Targets files; now lintian clean!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 
6
    <ProductVersion>10.0.0</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{1F2C4886-C6BA-4530-AAFE-470E7EA8113B}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <RootNamespace>FSharpTest</RootNamespace>
 
11
    <AssemblyName>FSharpTest</AssemblyName>
 
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
15
    <DebugSymbols>true</DebugSymbols>
 
16
    <DebugType>full</DebugType>
 
17
    <OutputPath>bin\Debug</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <PlatformTarget>x86</PlatformTarget>
 
21
    <Externalconsole>true</Externalconsole>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
24
    <DebugSymbols>true</DebugSymbols>
 
25
    <DebugType>pdbonly</DebugType>
 
26
    <Optimize>true</Optimize>
 
27
    <OutputPath>bin\Release</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <PlatformTarget>x86</PlatformTarget>
 
30
    <Externalconsole>true</Externalconsole>
 
31
    <Tailcalls>true</Tailcalls>
 
32
  </PropertyGroup>
 
33
  <ItemGroup>
 
34
    <Reference Include="mscorlib" />
 
35
    <Reference Include="FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
 
36
    </Reference>
 
37
    <Reference Include="System" />
 
38
    <Reference Include="System.Core" />
 
39
  </ItemGroup>
 
40
  <ItemGroup>
 
41
    <Compile Include="Tutorial.fs" />
 
42
  </ItemGroup>
 
43
  <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" />
 
44
</Project>
 
 
b'\\ No newline at end of file'