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

« back to all changes in this revision

Viewing changes to external/ikvm/runtime/IKVM.Runtime.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>{F5C7B588-0403-4AF2-A4DE-5697DE21BC2C}</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</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>false</AllowUnsafeBlocks>
 
35
    <BaseAddress>285212672</BaseAddress>
 
36
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
 
37
    <ConfigurationOverrideFile>
 
38
    </ConfigurationOverrideFile>
 
39
    <DefineConstants>TRACE;DEBUG</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.OpenJDK.Management, Version=7.0.4259.0, Culture=neutral, processorArchitecture=MSIL">
 
61
      <SpecificVersion>False</SpecificVersion>
 
62
      <HintPath>..\bin\IKVM.OpenJDK.Management.dll</HintPath>
 
63
    </Reference>
 
64
    <Reference Include="IKVM.OpenJDK.Misc, Version=0.39.3280.0, Culture=neutral, processorArchitecture=MSIL">
 
65
      <SpecificVersion>False</SpecificVersion>
 
66
      <HintPath>..\bin\IKVM.OpenJDK.Misc.dll</HintPath>
 
67
    </Reference>
 
68
    <Reference Include="IKVM.OpenJDK.Util, Version=0.39.3280.0, Culture=neutral, processorArchitecture=MSIL">
 
69
      <SpecificVersion>False</SpecificVersion>
 
70
      <HintPath>..\bin\IKVM.OpenJDK.Util.dll</HintPath>
 
71
    </Reference>
 
72
    <Reference Include="IKVM.Runtime.JNI, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 
73
      <SpecificVersion>False</SpecificVersion>
 
74
      <HintPath>.\IKVM.Runtime.JNI.dll</HintPath>
 
75
    </Reference>
 
76
    <Reference Include="System">
 
77
      <Name>System</Name>
 
78
    </Reference>
 
79
    <Reference Include="System.configuration" />
 
80
    <Reference Include="System.Management" />
 
81
  </ItemGroup>
 
82
  <ItemGroup>
 
83
    <Compile Include="..\CommonAssemblyInfo.cs">
 
84
      <SubType>Code</SubType>
 
85
    </Compile>
 
86
    <Compile Include="AssemblyClassLoader.cs" />
 
87
    <Compile Include="AssemblyInfo.cs">
 
88
      <SubType>Code</SubType>
 
89
    </Compile>
 
90
    <Compile Include="atomic.cs" />
 
91
    <Compile Include="attributes.cs">
 
92
      <SubType>Code</SubType>
 
93
    </Compile>
 
94
    <Compile Include="BigEndianBinaryReader.cs">
 
95
      <SubType>Code</SubType>
 
96
    </Compile>
 
97
    <Compile Include="ByteCode.cs">
 
98
      <SubType>Code</SubType>
 
99
    </Compile>
 
100
    <Compile Include="ByteCodeHelper.cs">
 
101
      <SubType>Code</SubType>
 
102
    </Compile>
 
103
    <Compile Include="ClassFile.cs">
 
104
      <SubType>Code</SubType>
 
105
    </Compile>
 
106
    <Compile Include="ClassLoaderWrapper.cs">
 
107
      <SubType>Code</SubType>
 
108
    </Compile>
 
109
    <Compile Include="CodeEmitter.cs">
 
110
      <SubType>Code</SubType>
 
111
    </Compile>
 
112
    <Compile Include="common.cs" />
 
113
    <Compile Include="compiler.cs">
 
114
      <SubType>Code</SubType>
 
115
    </Compile>
 
116
    <Compile Include="CoreClasses.cs">
 
117
      <SubType>Code</SubType>
 
118
    </Compile>
 
119
    <Compile Include="DotNetTypeWrapper.cs" />
 
120
    <Compile Include="DynamicClassLoader.cs">
 
121
      <SubType>Code</SubType>
 
122
    </Compile>
 
123
    <Compile Include="DynamicTypeWrapper.cs" />
 
124
    <Compile Include="ExceptionHelper.cs">
 
125
      <SubType>Code</SubType>
 
126
    </Compile>
 
127
    <Compile Include="fdlibm\e_hypot.cs" />
 
128
    <Compile Include="fdlibm\e_pow.cs" />
 
129
    <Compile Include="fdlibm\e_rem_pio2.cs" />
 
130
    <Compile Include="fdlibm\fdlibm_h.cs" />
 
131
    <Compile Include="fdlibm\k_rem_pio2.cs" />
 
132
    <Compile Include="fdlibm\k_tan.cs" />
 
133
    <Compile Include="fdlibm\s_cbrt.cs" />
 
134
    <Compile Include="fdlibm\s_expm1.cs" />
 
135
    <Compile Include="fdlibm\s_floor.cs" />
 
136
    <Compile Include="fdlibm\s_log1p.cs" />
 
137
    <Compile Include="fdlibm\s_scalbn.cs" />
 
138
    <Compile Include="fdlibm\s_tan.cs" />
 
139
    <Compile Include="intrinsics.cs" />
 
140
    <Compile Include="JavaException.cs">
 
141
      <SubType>Code</SubType>
 
142
    </Compile>
 
143
    <Compile Include="JsrInliner.cs" />
 
144
    <Compile Include="LocalVars.cs" />
 
145
    <Compile Include="MemberWrapper.cs">
 
146
      <SubType>Code</SubType>
 
147
    </Compile>
 
148
    <Compile Include="openjdk.cs" />
 
149
    <Compile Include="openjdk\java.lang.invoke.cs" />
 
150
    <Compile Include="openjdk\sun.management.cs" />
 
151
    <Compile Include="openjdk\sun.nio.ch.cs" />
 
152
    <Compile Include="openjdk\sun.security.krb5.cs" />
 
153
    <Compile Include="PassiveWeakDictionary.cs" />
 
154
    <Compile Include="profiler.cs">
 
155
      <SubType>Code</SubType>
 
156
    </Compile>
 
157
    <Compile Include="ReflectUtil.cs" />
 
158
    <Compile Include="RuntimeHelperTypes.cs" />
 
159
    <Compile Include="Serialization.cs" />
 
160
    <Compile Include="tracer.cs">
 
161
      <SubType>Code</SubType>
 
162
    </Compile>
 
163
    <Compile Include="Types.cs" />
 
164
    <Compile Include="TypeWrapper.cs">
 
165
      <SubType>Code</SubType>
 
166
    </Compile>
 
167
    <Compile Include="verifier.cs">
 
168
      <SubType>Code</SubType>
 
169
    </Compile>
 
170
    <Compile Include="vfs.cs" />
 
171
    <Compile Include="vm.cs">
 
172
      <SubType>Code</SubType>
 
173
    </Compile>
 
174
  </ItemGroup>
 
175
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
176
  <PropertyGroup>
 
177
    <PreBuildEvent>
 
178
    </PreBuildEvent>
 
179
    <PostBuildEvent>
 
180
    </PostBuildEvent>
 
181
  </PropertyGroup>
 
182
</Project>
 
 
b'\\ No newline at end of file'