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.Net.Sockets/pkg/win/System.Net.Sockets.pkgproj')
-rw-r--r--src/System.Net.Sockets/pkg/win/System.Net.Sockets.pkgproj20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/System.Net.Sockets/pkg/win/System.Net.Sockets.pkgproj b/src/System.Net.Sockets/pkg/win/System.Net.Sockets.pkgproj
deleted file mode 100644
index 28f119b0f4..0000000000
--- a/src/System.Net.Sockets/pkg/win/System.Net.Sockets.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.Net.Sockets.csproj">
- <OSGroup>Windows_NT</OSGroup>
- </ProjectReference>
- <ProjectReference Include="..\..\src\System.Net.Sockets.csproj">
- <OSGroup>Windows_NT</OSGroup>
- <TargetGroup>netcore50</TargetGroup>
- </ProjectReference>
- <!-- 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