You've already forked linux-packaging-mono
14 lines
861 B
XML
14 lines
861 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ref\System.Reflection.Context.csproj">
|
|
<SupportedFramework>net45;netcore45;wpa81;netcoreapp1.0;$(AllXamarinFrameworks)</SupportedFramework>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\src\System.Reflection.Context.csproj" />
|
|
<InboxOnTargetFramework Include="net45" />
|
|
<InboxOnTargetFramework Include="win8" />
|
|
<InboxOnTargetFramework Include="portable-net45+win8" />
|
|
</ItemGroup>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
|
</Project> |