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" />
|
2017-06-07 13:16:24 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectGuid>{88A04AB0-F61E-4DD2-9E12-928DCA261263}</ProjectGuid>
|
2017-08-21 15:34:15 +00:00
|
|
|
|
<IsPartialFacadeAssembly Condition="'$(TargetGroup)' == 'netfx'">true</IsPartialFacadeAssembly>
|
2017-06-07 13:16:24 +00:00
|
|
|
|
</PropertyGroup>
|
2017-08-21 15:34:15 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netfx-Debug|AnyCPU'" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netfx-Release|AnyCPU'" />
|
2017-04-10 11:41:01 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Debug|AnyCPU'" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Release|AnyCPU'" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="System.IO.FileSystem.AccessControl.cs" />
|
|
|
|
|
</ItemGroup>
|
2017-08-21 15:34:15 +00:00
|
|
|
|
<ItemGroup Condition="'$(TargetGroup)' == 'netfx'">
|
|
|
|
|
<Reference Include="mscorlib" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Condition="'$(TargetGroup)' != 'netfx'">
|
2017-04-10 11:41:01 +00:00
|
|
|
|
<ProjectReference Include="..\..\System.Security.AccessControl\ref\System.Security.AccessControl.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\System.Security.Principal.Windows\ref\System.Security.Principal.Windows.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
|
|
|
|
</Project>
|