Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.IO.FileSystem/pkg')
-rw-r--r--src/System.IO.FileSystem/pkg/System.IO.FileSystem.builds14
-rw-r--r--src/System.IO.FileSystem/pkg/System.IO.FileSystem.pkgproj21
-rw-r--r--src/System.IO.FileSystem/pkg/ValidationSuppression.txt1
-rw-r--r--src/System.IO.FileSystem/pkg/unix/System.IO.FileSystem.pkgproj14
-rw-r--r--src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj20
5 files changed, 0 insertions, 70 deletions
diff --git a/src/System.IO.FileSystem/pkg/System.IO.FileSystem.builds b/src/System.IO.FileSystem/pkg/System.IO.FileSystem.builds
deleted file mode 100644
index e680a1318e..0000000000
--- a/src/System.IO.FileSystem/pkg/System.IO.FileSystem.builds
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>
- <Project Include="System.IO.FileSystem.pkgproj" />
- <Project Include="win\System.IO.FileSystem.pkgproj">
- <OSGroup>Windows_NT</OSGroup>
- </Project>
- <Project Include="unix\System.IO.FileSystem.pkgproj">
- <OSGroup>Unix</OSGroup>
- </Project>
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
-</Project> \ No newline at end of file
diff --git a/src/System.IO.FileSystem/pkg/System.IO.FileSystem.pkgproj b/src/System.IO.FileSystem/pkg/System.IO.FileSystem.pkgproj
deleted file mode 100644
index 423d56757b..0000000000
--- a/src/System.IO.FileSystem/pkg/System.IO.FileSystem.pkgproj
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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.csproj">
- <SupportedFramework>netcoreapp2.0;net463;$(AllXamarinFrameworks)</SupportedFramework>
- </ProjectReference>
- <ProjectReference Include="..\src\System.IO.FileSystem.csproj">
- <TargetGroup>net463</TargetGroup>
- </ProjectReference>
- <ProjectReference Include="win\System.IO.FileSystem.pkgproj" />
- <ProjectReference Include="unix\System.IO.FileSystem.pkgproj" />
- <InboxOnTargetFramework Include="MonoAndroid10" />
- <InboxOnTargetFramework Include="MonoTouch10" />
- <InboxOnTargetFramework Include="xamarinios10" />
- <InboxOnTargetFramework Include="xamarinmac20" />
- <InboxOnTargetFramework Include="xamarintvos10" />
- <InboxOnTargetFramework Include="xamarinwatchos10" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
diff --git a/src/System.IO.FileSystem/pkg/ValidationSuppression.txt b/src/System.IO.FileSystem/pkg/ValidationSuppression.txt
deleted file mode 100644
index bee9ffe37e..0000000000
--- a/src/System.IO.FileSystem/pkg/ValidationSuppression.txt
+++ /dev/null
@@ -1 +0,0 @@
-PermitHigherCompatibleImplementationVersion \ No newline at end of file
diff --git a/src/System.IO.FileSystem/pkg/unix/System.IO.FileSystem.pkgproj b/src/System.IO.FileSystem/pkg/unix/System.IO.FileSystem.pkgproj
deleted file mode 100644
index 8b4d9b1169..0000000000
--- a/src/System.IO.FileSystem/pkg/unix/System.IO.FileSystem.pkgproj
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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" />
- <PropertyGroup>
- <PackageTargetRuntime>unix</PackageTargetRuntime>
- <PreventImplementationReference>true</PreventImplementationReference>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\src\System.IO.FileSystem.csproj">
- <OSGroup>Unix</OSGroup>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
diff --git a/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj b/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj
deleted file mode 100644
index 6aef01697c..0000000000
--- a/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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" />
- <PropertyGroup>
- <PackageTargetRuntime>win</PackageTargetRuntime>
- <PreventImplementationReference>true</PreventImplementationReference>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\src\System.IO.FileSystem.csproj">
- <OSGroup>Windows_NT</OSGroup>
- </ProjectReference>
- <!-- No implementation on platforms where our P-Invokes are not allowed -->
- <NotSupportedOnTargetFramework Include="win8" />
- <NotSupportedOnTargetFramework Include="wp8" />
- <NotSupportedOnTargetFramework Include="wpa81" />
- <!-- don't use the dotnet implementation for any version of desktop, it's implementation comes from the reference package -->
- <ExternalOnTargetFramework Include="net" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file