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

« back to all changes in this revision

Viewing changes to external/ikvm/runtime/IKVM.Runtime.JNI.8.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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
 
2
  <PropertyGroup>
 
3
    <ProjectType>Local</ProjectType>
 
4
    <ProductVersion>9.0.30729</ProductVersion>
 
5
    <SchemaVersion>2.0</SchemaVersion>
 
6
    <ProjectGuid>{CEA4FEC4-1D24-4004-908E-F86C8D7AC772}</ProjectGuid>
 
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
9
    <ApplicationIcon>
 
10
    </ApplicationIcon>
 
11
    <AssemblyKeyContainerName>
 
12
    </AssemblyKeyContainerName>
 
13
    <AssemblyName>IKVM.Runtime.JNI</AssemblyName>
 
14
    <AssemblyOriginatorKeyFile>
 
15
    </AssemblyOriginatorKeyFile>
 
16
    <DefaultClientScript>JScript</DefaultClientScript>
 
17
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
 
18
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
 
19
    <DelaySign>false</DelaySign>
 
20
    <OutputType>Library</OutputType>
 
21
    <RootNamespace>
 
22
    </RootNamespace>
 
23
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
 
24
    <StartupObject>
 
25
    </StartupObject>
 
26
    <FileUpgradeFlags>
 
27
    </FileUpgradeFlags>
 
28
    <UpgradeBackupLocation>
 
29
    </UpgradeBackupLocation>
 
30
    <OldToolsVersion>2.0</OldToolsVersion>
 
31
  </PropertyGroup>
 
32
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
33
    <OutputPath>bin\Debug\</OutputPath>
 
34
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 
35
    <BaseAddress>285212672</BaseAddress>
 
36
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
 
37
    <ConfigurationOverrideFile>
 
38
    </ConfigurationOverrideFile>
 
39
    <DefineConstants>TRACE;DEBUG;WHIDBEY;OPENJDK</DefineConstants>
 
40
    <DocumentationFile>
 
41
    </DocumentationFile>
 
42
    <DebugSymbols>true</DebugSymbols>
 
43
    <FileAlignment>4096</FileAlignment>
 
44
    <NoStdLib>false</NoStdLib>
 
45
    <NoWarn>
 
46
    </NoWarn>
 
47
    <Optimize>false</Optimize>
 
48
    <RegisterForComInterop>false</RegisterForComInterop>
 
49
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 
50
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
51
    <WarningLevel>4</WarningLevel>
 
52
    <DebugType>full</DebugType>
 
53
    <ErrorReport>prompt</ErrorReport>
 
54
  </PropertyGroup>
 
55
  <ItemGroup>
 
56
    <Reference Include="IKVM.OpenJDK.Core, Version=0.39.3280.0, Culture=neutral, processorArchitecture=MSIL">
 
57
      <SpecificVersion>False</SpecificVersion>
 
58
      <HintPath>..\bin\IKVM.OpenJDK.Core.dll</HintPath>
 
59
    </Reference>
 
60
    <Reference Include="IKVM.Runtime, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 
61
      <SpecificVersion>False</SpecificVersion>
 
62
      <HintPath>.\IKVM.Runtime.dll</HintPath>
 
63
    </Reference>
 
64
    <Reference Include="System">
 
65
      <Name>System</Name>
 
66
    </Reference>
 
67
  </ItemGroup>
 
68
  <ItemGroup>
 
69
    <Compile Include="..\CommonAssemblyInfo.cs">
 
70
      <SubType>Code</SubType>
 
71
    </Compile>
 
72
    <Compile Include="JniAssemblyInfo.cs" />
 
73
    <Compile Include="JniInterface.cs">
 
74
      <SubType>Code</SubType>
 
75
    </Compile>
 
76
  </ItemGroup>
 
77
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
78
  <PropertyGroup>
 
79
    <PreBuildEvent>
 
80
    </PreBuildEvent>
 
81
    <PostBuildEvent>
 
82
    </PostBuildEvent>
 
83
  </PropertyGroup>
 
84
</Project>
 
 
b'\\ No newline at end of file'