2017-04-10 11:41:01 +00:00
|
|
|
<?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>net46;netcoreapp1.0</SupportedFramework>
|
|
|
|
|
</ProjectReference>
|
2017-06-07 13:16:24 +00:00
|
|
|
<ProjectReference Include="..\src\System.IO.FileSystem.AccessControl.csproj" />
|
2017-04-10 11:41:01 +00:00
|
|
|
<NotSupportedOnTargetFramework Include="netcore50">
|
|
|
|
|
<PackageTargetRuntime>win</PackageTargetRuntime>
|
|
|
|
|
</NotSupportedOnTargetFramework>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
|
|
|
|
</Project>
|