~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ikvm/msbuild/IKVM.MSBuild.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
 
3
  <PropertyGroup>
 
4
    <ProjectGuid>{D7FF23BC-49C2-490D-B702-8EEE8F5AF296}</ProjectGuid>
 
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
6
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 
7
    <OutputType>Library</OutputType>
 
8
    <RootNamespace>IKVM.MSBuild</RootNamespace>
 
9
    <AssemblyName>IKVM.MSBuild</AssemblyName>
 
10
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
11
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
 
14
    <PlatformTarget>x86</PlatformTarget>
 
15
  </PropertyGroup>
 
16
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
17
    <OutputPath>bin\Debug\</OutputPath>
 
18
    <DebugSymbols>True</DebugSymbols>
 
19
    <DebugType>Full</DebugType>
 
20
    <Optimize>False</Optimize>
 
21
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
25
    <OutputPath>bin\Release\</OutputPath>
 
26
    <DebugSymbols>False</DebugSymbols>
 
27
    <DebugType>None</DebugType>
 
28
    <Optimize>True</Optimize>
 
29
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
30
    <DefineConstants>TRACE</DefineConstants>
 
31
  </PropertyGroup>
 
32
  <ItemGroup>
 
33
    <Reference Include="IKVM.OpenJDK.Core">
 
34
      <HintPath>..\bin\IKVM.OpenJDK.Core.dll</HintPath>
 
35
    </Reference>
 
36
    <Reference Include="IKVM.OpenJDK.Tools">
 
37
      <HintPath>..\bin\IKVM.OpenJDK.Tools.dll</HintPath>
 
38
    </Reference>
 
39
    <Reference Include="Microsoft.Build.Framework" />
 
40
    <Reference Include="Microsoft.Build.Tasks" />
 
41
    <Reference Include="Microsoft.Build.Utilities.v4.0" />
 
42
    <Reference Include="System" />
 
43
    <Reference Include="System.Core" />
 
44
    <Reference Include="System.Xml" />
 
45
  </ItemGroup>
 
46
  <ItemGroup>
 
47
    <Compile Include="AssemblyInfo.cs" />
 
48
    <Compile Include="JavaTask.cs" />
 
49
  </ItemGroup>
 
50
  <ItemGroup>
 
51
    <None Include="IKVM.MSBuild.Java.Targets">
 
52
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
53
    </None>
 
54
  </ItemGroup>
 
55
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
56
</Project>
 
 
b'\\ No newline at end of file'