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:
authorEric St. John <ericstj@microsoft.com>2016-09-22 00:46:03 +0300
committerEric St. John <ericstj@microsoft.com>2016-09-22 00:46:03 +0300
commitd5ea64de4e7092aed686faabfa2a638fe7a322b8 (patch)
treedf020c6636fb12030d85689b3237925727a0c566 /src/System.IO/pkg
parent87d339420f925d408132901c9446a4b51ef839e1 (diff)
Clean up depprojs
Remove references to all depprojs where the exact same file can be included via harvesting. Remove all depproj's that are no longer referenced. The only depprojs that remain are those that are required for live p2p references.
Diffstat (limited to 'src/System.IO/pkg')
-rw-r--r--src/System.IO/pkg/System.IO.pkgproj11
-rw-r--r--src/System.IO/pkg/any/System.IO.pkgproj8
-rw-r--r--src/System.IO/pkg/aot/System.IO.pkgproj8
3 files changed, 3 insertions, 24 deletions
diff --git a/src/System.IO/pkg/System.IO.pkgproj b/src/System.IO/pkg/System.IO.pkgproj
index cd8406c50d..2b756753c9 100644
--- a/src/System.IO/pkg/System.IO.pkgproj
+++ b/src/System.IO/pkg/System.IO.pkgproj
@@ -1,16 +1,7 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
- <ProjectReference Include="..\ref\4.0.0\System.IO.depproj">
- <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
- </ProjectReference>
- <ProjectReference Include="..\ref\4.0.10\System.IO.depproj">
- <SupportedFramework>net46;netcore50</SupportedFramework>
- </ProjectReference>
- <ProjectReference Include="..\ref\4.1\System.IO.depproj">
- <SupportedFramework>net462;netcoreapp1.0</SupportedFramework>
- </ProjectReference>
<ProjectReference Include="..\ref\System.IO.csproj">
<SupportedFramework>net463;netcoreapp1.1;uap10.1;$(AllXamarinFrameworks)</SupportedFramework>
</ProjectReference>
diff --git a/src/System.IO/pkg/any/System.IO.pkgproj b/src/System.IO/pkg/any/System.IO.pkgproj
index a65b499a9d..0084156951 100644
--- a/src/System.IO/pkg/any/System.IO.pkgproj
+++ b/src/System.IO/pkg/any/System.IO.pkgproj
@@ -5,22 +5,16 @@
<PackageTargetRuntime>any</PackageTargetRuntime>
<PreventImplementationReference>true</PreventImplementationReference>
</PropertyGroup>
-
<ItemGroup>
<ProjectReference Include="..\..\src\System.IO.csproj" />
<ProjectReference Include="..\..\src\System.IO.csproj">
<TargetGroup>netstandard1.6</TargetGroup>
</ProjectReference>
- <ProjectReference Include="..\..\src\redist\System.IO.depproj">
- <TargetGroup>netcore50</TargetGroup>
- </ProjectReference>
-
<!-- AOT implementation comes from AOT package -->
<File Include="$(PlaceholderFile)">
<TargetPath>runtimes/aot/lib/netcore50</TargetPath>
<TargetFramework>aot</TargetFramework>
</File>
-
<InboxOnTargetFramework Include="MonoAndroid10" />
<InboxOnTargetFramework Include="MonoTouch10" />
<InboxOnTargetFramework Include="net45" />
@@ -33,4 +27,4 @@
<InboxOnTargetFramework Include="xamarinwatchos10" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file
diff --git a/src/System.IO/pkg/aot/System.IO.pkgproj b/src/System.IO/pkg/aot/System.IO.pkgproj
index ec221b2e00..341f8db609 100644
--- a/src/System.IO/pkg/aot/System.IO.pkgproj
+++ b/src/System.IO/pkg/aot/System.IO.pkgproj
@@ -1,16 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-
<PropertyGroup>
<PackageTargetRuntime>aot</PackageTargetRuntime>
<PreventImplementationReference>true</PreventImplementationReference>
</PropertyGroup>
-
<ItemGroup>
- <ProjectReference Include="..\..\src\redist\System.IO.depproj">
- <TargetGroup>netcore50aot</TargetGroup>
- </ProjectReference>
<ProjectReference Include="..\..\src\System.IO.csproj">
<TargetGroup>netstandard13aot</TargetGroup>
</ProjectReference>
@@ -18,6 +13,5 @@
<TargetGroup>uap101aot</TargetGroup>
</ProjectReference>
</ItemGroup>
-
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file