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

System.Net.Ping.csproj « src « System.Net.Ping « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89aab4483f01984de9be35696803a943f28f7386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)'==''">Windows_Debug</Configuration>
  </PropertyGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <AssemblyName>System.Net.Ping</AssemblyName>
    <ProjectGuid>{85FD05E8-A4B1-4B89-ABED-33AFD200CABD}</ProjectGuid>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <DefineConstants>$(DefineConstants);FEATURE_CORECLR</DefineConstants>
    <IsPartialFacadeAssembly Condition="'$(TargetGroup)' == 'net463'">true</IsPartialFacadeAssembly>
    <ResourcesSourceOutputDirectory Condition="'$(TargetGroup)' == 'net463'">None</ResourcesSourceOutputDirectory>
    <NugetTargetMoniker Condition="'$(TargetGroup)' == ''">.NETStandard,Version=v1.7</NugetTargetMoniker>
  </PropertyGroup>
  <!-- Help VS understand available configurations -->
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Unix_Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Unix_Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Windows_Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Windows_Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46_Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46_Release|AnyCPU'" />
  <ItemGroup Condition="'$(TargetGroup)' != 'net463'">
    <Compile Include="System\Net\NetworkInformation\IPStatus.cs" />
    <Compile Include="System\Net\NetworkInformation\NetEventSource.Ping.cs" />
    <Compile Include="System\Net\NetworkInformation\Ping.cs" />
    <Compile Include="System\Net\NetworkInformation\PingCompletedEventArgs.cs" />
    <Compile Include="System\Net\NetworkInformation\PingException.cs" />
    <Compile Include="System\Net\NetworkInformation\PingOptions.cs" />
    <Compile Include="System\Net\NetworkInformation\PingReply.cs" />
  </ItemGroup>
  <!-- System.Net Common -->
  <ItemGroup Condition="'$(TargetGroup)' != 'net463'">
    <Compile Include="$(CommonPath)\System\Net\ByteOrder.cs">
      <Link>Common\System\Net\ByteOrder.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\System\Net\IntPtrHelper.cs">
      <Link>Common\System\Net\IntPtrHelper.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\System\Net\IPAddressParserStatics.cs">
      <Link>Common\System\Net\IPAddressParserStatics.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\System\Net\SocketAddress.cs">
      <Link>Common\System\Net\SocketAddress.cs</Link>
    </Compile>
  </ItemGroup>
  <!-- Logging -->
  <ItemGroup Condition="'$(TargetGroup)' != 'net463'">
    <Compile Include="$(CommonPath)\System\Net\Shims\TraceSource.cs">
      <Link>Common\System\Net\Shims\TraceSource.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\System\Net\Logging\NetEventSource.Common.cs">
      <Link>Common\System\Net\Logging\NetEventSource.Common.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\System\Net\InternalException.cs">
      <Link>Common\System\Net\InternalException.cs</Link>
    </Compile>
  </ItemGroup>
  <!-- System.Net.Internals -->
  <ItemGroup Condition="'$(TargetGroup)' != 'net463'">
    <Compile Include="$(CommonPath)\System\Net\Internals\IPAddressExtensions.cs">
      <Link>Common\System\Net\Internals\IPAddressExtensions.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\System\Net\Internals\IPEndPointExtensions.cs">
      <Link>Common\System\Net\Internals\IPEndPointExtensions.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup Condition=" '$(TargetsUnix)' == 'true' ">
    <Compile Include="System\Net\NetworkInformation\IcmpV4MessageConstants.cs" />
    <Compile Include="System\Net\NetworkInformation\IcmpV6MessageConstants.cs" />
    <Compile Include="System\Net\NetworkInformation\Ping.Unix.cs" />
    <!-- System.Net Common -->
    <Compile Include="$(CommonPath)\System\Net\RawSocketPermissions.cs">
      <Link>Common\System\Net\RawSocketPermissions.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\System\Net\SocketAddressPal.Unix.cs">
      <Link>Common\System\Net\SocketAddressPal.Unix.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\System\Net\SocketProtocolSupportPal.Unix.cs">
      <Link>Common\System\Net\SocketProtocolSupportPal.Unix.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\System\Net\NetworkInformation\UnixCommandLinePing.cs">
      <Link>Common\System\Net\NetworkInformation\UnixCommandLinePing.cs</Link>
    </Compile>
    <!-- Interop -->
    <Compile Include="$(CommonPath)\Interop\Unix\Interop.Errors.cs">
      <Link>Common\Interop\Unix\Interop.Errors.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\Interop.Libraries.cs">
      <Link>Common\Interop\Unix\Interop.Libraries.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.Close.cs">
      <Link>Common\Interop\Unix\System.Native\Interop.Close.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.Socket.cs">
      <Link>Common\Interop\Unix\System.Native\Interop.Socket.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Unix\System.Native\Interop.SocketAddress.cs">
      <Link>Common\Interop\Unix\System.Native\Interop.SocketAddress.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup Condition=" '$(TargetsWindows)' == 'true' And '$(TargetGroup)' != 'net463' ">
    <Compile Include="System\Net\NetworkInformation\Ping.Windows.cs" />
    <!-- System.Net Common -->
    <Compile Include="$(CommonPath)\System\Net\SocketAddressPal.Windows.cs">
      <Link>Common\System\Net\SocketAddressPal.Windows.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\System\Net\SocketProtocolSupportPal.Windows.cs">
      <Link>Common\System\Net\SocketProtocolSupportPal.Windows.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs">
      <Link>Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs</Link>
    </Compile>
    <!-- Interop -->
    <Compile Include="$(CommonPath)\Interop\Windows\Interop.Libraries.cs">
      <Link>Common\Interop\Windows\Interop.Libraries.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs">
      <Link>Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Windows\IpHlpApi\Interop.ICMP.cs">
      <Link>Common\Interop\Windows\IpHlpApi\Interop.ICMP.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.LocalAlloc.cs">
      <Link>Common\Interop\Windows\kernel32\Interop.LocalAlloc.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.LocalAlloc.Constants.cs">
      <Link>Common\Interop\Windows\kernel32\Interop.LocalAlloc.Constants.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Windows\kernel32\Interop.LocalFree.cs">
      <Link>Common\Interop\Windows\kernel32\Interop.LocalFree.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Windows\Winsock\Interop.closesocket.cs">
      <Link>Common\Interop\Windows\Winsock\Interop.closesocket.cs</Link>
    </Compile>
    <Compile Include="$(CommonPath)\Interop\Windows\Winsock\Interop.WSASocketW.cs">
      <Link>Common\Interop\Windows\Winsock\Interop.WSASocketW.cs</Link>
    </Compile>
    <!-- System.Net.Internals -->
    <Compile Include="$(CommonPath)\System\Net\Sockets\SocketType.cs">
      <Link>Common\System\Net\Sockets\SocketType.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup Condition="'$(TargetGroup)' == 'net463'">
    <TargetingPackReference Include="mscorlib" />
    <TargetingPackReference Include="System" />
  </ItemGroup>
  <ItemGroup>
    <Reference Include="System.Runtime" />
    <Reference Include="System.Resources.ResourceManager" />
    <Reference Include="System.Runtime.Extensions" />
    <Reference Include="System.Net.Primitives" />
    <Reference Include="System.Runtime.InteropServices" />
    <Reference Include="System.Diagnostics.Tracing" />
    <Reference Include="System.ComponentModel.Primitives" />
    <Reference Include="System.Threading" />
    <Reference Include="System.Diagnostics.Debug" />
    <Reference Include="System.Threading.ThreadPool" />
    <Reference Include="System.Threading.Tasks" />
    <Reference Include="System.ComponentModel.EventBasedAsync" />
    <Reference Include="System.Net.NameResolution" />
    <Reference Include="Microsoft.Win32.Primitives" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>