You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@@ -2,7 +2,6 @@
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<BuildConfigurations>
|
||||
netcoreapp;
|
||||
uap;
|
||||
</BuildConfigurations>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -49,6 +49,25 @@ namespace System.IO
|
||||
public static global::System.Threading.Tasks.Task<global::System.IO.Stream> OpenStreamForWriteAsync(this global::Windows.Storage.IStorageFile windowsRuntimeFile) { throw null; }
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
public static global::System.Threading.Tasks.Task<global::System.IO.Stream> OpenStreamForWriteAsync(this global::Windows.Storage.IStorageFolder rootDirectory, string relativePath, global::Windows.Storage.CreationCollisionOption creationCollisionOption) { throw null; }
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
public static global::Microsoft.Win32.SafeHandles.SafeFileHandle CreateSafeFileHandle(
|
||||
this global::Windows.Storage.IStorageFile windowsRuntimeFile,
|
||||
global::System.IO.FileAccess access = global::System.IO.FileAccess.ReadWrite,
|
||||
global::System.IO.FileShare share = global::System.IO.FileShare.Read,
|
||||
global::System.IO.FileOptions options = global::System.IO.FileOptions.None) { throw null; }
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
public static global::Microsoft.Win32.SafeHandles.SafeFileHandle CreateSafeFileHandle(
|
||||
this global::Windows.Storage.IStorageFolder rootDirectory,
|
||||
string relativePath,
|
||||
global::System.IO.FileMode mode) { throw null; }
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
public static global::Microsoft.Win32.SafeHandles.SafeFileHandle CreateSafeFileHandle(
|
||||
this global::Windows.Storage.IStorageFolder rootDirectory,
|
||||
string relativePath,
|
||||
global::System.IO.FileMode mode,
|
||||
global::System.IO.FileAccess access,
|
||||
global::System.IO.FileShare share = global::System.IO.FileShare.Read,
|
||||
global::System.IO.FileOptions options = global::System.IO.FileOptions.None) { throw null; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public static partial class WindowsRuntimeStreamExtensions
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||||
<PropertyGroup>
|
||||
<UseECMAKey>true</UseECMAKey>
|
||||
<!--
|
||||
NOTE: Suppress false positive warning for the special case where we're building System.Runtime.WindowsRuntime itself
|
||||
at a version other than 4.0.0.0, which is referenced indirectly via the mscorlib.dll design-time facade, which
|
||||
@@ -15,8 +14,6 @@
|
||||
<NoWarn>1698</NoWarn>
|
||||
<ProjectGuid>{FDDA3E4A-B182-4CD1-B624-EBD72D8A05DA}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Debug|AnyCPU'" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Release|AnyCPU'" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user