84 lines
3.1 KiB
XML
84 lines
3.1 KiB
XML
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|||
|
<PropertyGroup>
|
|||
|
<ProjectType>Local</ProjectType>
|
|||
|
<ProductVersion>9.0.30729</ProductVersion>
|
|||
|
<SchemaVersion>2.0</SchemaVersion>
|
|||
|
<ProjectGuid>{CEA4FEC4-1D24-4004-908E-F86C8D7AC772}</ProjectGuid>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ApplicationIcon>
|
|||
|
</ApplicationIcon>
|
|||
|
<AssemblyKeyContainerName>
|
|||
|
</AssemblyKeyContainerName>
|
|||
|
<AssemblyName>IKVM.Runtime.JNI</AssemblyName>
|
|||
|
<AssemblyOriginatorKeyFile>
|
|||
|
</AssemblyOriginatorKeyFile>
|
|||
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|||
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|||
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|||
|
<DelaySign>false</DelaySign>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<RootNamespace>
|
|||
|
</RootNamespace>
|
|||
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|||
|
<StartupObject>
|
|||
|
</StartupObject>
|
|||
|
<FileUpgradeFlags>
|
|||
|
</FileUpgradeFlags>
|
|||
|
<UpgradeBackupLocation>
|
|||
|
</UpgradeBackupLocation>
|
|||
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
<OutputPath>bin\Debug\</OutputPath>
|
|||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
<BaseAddress>285212672</BaseAddress>
|
|||
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|||
|
<ConfigurationOverrideFile>
|
|||
|
</ConfigurationOverrideFile>
|
|||
|
<DefineConstants>TRACE;DEBUG;WHIDBEY;OPENJDK</DefineConstants>
|
|||
|
<DocumentationFile>
|
|||
|
</DocumentationFile>
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<FileAlignment>4096</FileAlignment>
|
|||
|
<NoStdLib>false</NoStdLib>
|
|||
|
<NoWarn>
|
|||
|
</NoWarn>
|
|||
|
<Optimize>false</Optimize>
|
|||
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|||
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|||
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<DebugType>full</DebugType>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="IKVM.OpenJDK.Core, Version=0.39.3280.0, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
<HintPath>..\bin\IKVM.OpenJDK.Core.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="IKVM.Runtime, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
<HintPath>.\IKVM.Runtime.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System">
|
|||
|
<Name>System</Name>
|
|||
|
</Reference>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="..\CommonAssemblyInfo.cs">
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="JniAssemblyInfo.cs" />
|
|||
|
<Compile Include="JniInterface.cs">
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|||
|
<PropertyGroup>
|
|||
|
<PreBuildEvent>
|
|||
|
</PreBuildEvent>
|
|||
|
<PostBuildEvent>
|
|||
|
</PostBuildEvent>
|
|||
|
</PropertyGroup>
|
|||
|
</Project>
|