File: System.Net.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{dcf0ca61-0734-48bf-9bcf-8ca31e9aa285}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Net</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;TRACE;TRACE;RETAIL;WIN32</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\clr\src\bcl\mscorlib.csproj">
      <Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project>
      <Name>mscorlib</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.csproj">
      <Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project>
      <Name>System</Name>
    </ProjectReference>
    <ProjectReference Include="..\Configuration\System.Configuration.csproj">
      <Project>{24728477-162e-4c13-9c17-6be2dc1fd2bc}</Project>
      <Name>System.Configuration</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="FXCopSupression.cs" />
    <Compile Include="net\HttpPolicyDownloaderProtocol.cs" />
    <Compile Include="net\INetworkProgress.cs" />
    <Compile Include="net\IPEndPointCollection.cs" />
    <Compile Include="net\IUnsafeWebRequestCreate.cs" />
    <Compile Include="net\Logging.cs" />
    <Compile Include="net\PeerToPeer\Cloud.cs" />
    <Compile Include="net\PeerToPeer\CloudCollection.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\CollaborationEnumTypes.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\ContactManager.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\MyContact.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\Peer.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\PeerApplication.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\PeerApplicationLaunchInfo.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\PeerCollaboration.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\PeerCollaborationPermission.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\PeerContact.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\PeerEndPoint.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\PeerInvitationResponse.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\PeerNearMe.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\PeerObject.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\PeerPresenceInfo.cs" />
    <Compile Include="net\PeerToPeer\Collaboration\UnsafeCollabNativeMethods.cs" />
    <Compile Include="net\PeerToPeer\PeerName.cs" />
    <Compile Include="net\PeerToPeer\PeerNameRecord.cs" />
    <Compile Include="net\PeerToPeer\PeerNameRecordCollection.cs" />
    <Compile Include="net\PeerToPeer\PeerNameRegistration.cs" />
    <Compile Include="net\PeerToPeer\PeerNameResolver.cs" />
    <Compile Include="net\PeerToPeer\PeerNameType.cs" />
    <Compile Include="net\PeerToPeer\PeerToPeerException.cs" />
    <Compile Include="net\PeerToPeer\PnrpPermission.cs" />
    <Compile Include="net\PeerToPeer\PnrpScope.cs" />
    <Compile Include="net\PeerToPeer\SystemNetHelpers.cs" />
    <Compile Include="net\PeerToPeer\UnsafePeerToPeerMethods.cs" />
    <Compile Include="net\UdpAnySourceMulticastClient.cs" />
    <Compile Include="net\UdpSingleSourceMulticastClient.cs" />
    <Compile Include="net\UiSynchronizationContext.cs" />
    <Compile Include="net\UnsafeMethods.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>