a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
52 lines
2.1 KiB
XML
52 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{D7FF23BC-49C2-490D-B702-8EEE8F5AF296}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>IKVM.MSBuild</RootNamespace>
|
|
<AssemblyName>IKVM.MSBuild</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DebugSymbols>True</DebugSymbols>
|
|
<DebugType>Full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="IKVM.OpenJDK.Core">
|
|
<HintPath>..\bin\IKVM.OpenJDK.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="IKVM.OpenJDK.Tools">
|
|
<HintPath>..\bin\IKVM.OpenJDK.Tools.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Build.Framework" />
|
|
<Reference Include="Microsoft.Build.Tasks" />
|
|
<Reference Include="Microsoft.Build.Utilities" />
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="JavaTask.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="IKVM.MSBuild.Java.Targets">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\reflect\IKVM.Reflection.csproj">
|
|
<Project>{4CB170EF-DFE6-4A56-9E1B-A85449E827A7}</Project>
|
|
<Name>IKVM.Reflection</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
|
</Project> |