You've already forked linux-packaging-mono
22 lines
1.3 KiB
XML
22 lines
1.3 KiB
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.IO.FileSystem.AccessControl.csproj">
|
|
<SupportedFramework>net461;netcoreapp2.0;$(AllXamarinFrameworks)</SupportedFramework>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\src\System.IO.FileSystem.AccessControl.csproj" />
|
|
<HarvestIncludePaths Include="ref/net46;lib/net46;runtimes/win/lib/net46" />
|
|
<HarvestIncludePaths Include="ref/netstandard1.3">
|
|
<SupportedFramework>netcore50</SupportedFramework>
|
|
</HarvestIncludePaths>
|
|
<HarvestIncludePaths Include="runtimes/win/lib/netstandard1.3;lib/netstandard1.3" />
|
|
|
|
<!--
|
|
Suppress NETStandard.Library collpasing as it add more dependencies then needed in some
|
|
scenarios like .NET Framework which adds an unecessary amount of package dependencies to download
|
|
-->
|
|
<SuppressMetaPackage Include="NETStandard.Library" />
|
|
</ItemGroup>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
|
</Project> |