|
143 | 143 | <Compile Include="System\Net\Http\Headers\KnownHeader.Http2And3.cs" />
|
144 | 144 | <Compile Include="System\Net\Http\SocketsHttpHandler\AuthenticationHelper.cs" />
|
145 | 145 | <Compile Include="System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs" />
|
146 |
| - <Compile Include="System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs" /> |
| 146 | + <Compile Condition="'$(TargetstvOS)' != 'true'" Include="System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs" /> |
147 | 147 | <Compile Include="System\Net\Http\SocketsHttpHandler\ChunkedEncodingReadStream.cs" />
|
148 | 148 | <Compile Include="System\Net\Http\SocketsHttpHandler\ChunkedEncodingWriteStream.cs" />
|
149 | 149 | <Compile Include="System\Net\Http\SocketsHttpHandler\ConnectHelper.cs" />
|
|
192 | 192 | <Compile Include="System\Net\Http\SocketsHttpHandler\SystemProxyInfo.cs" />
|
193 | 193 | <Compile Include="System\Net\Http\SocketsHttpHandler\SocksHelper.cs" />
|
194 | 194 | <Compile Include="System\Net\Http\SocketsHttpHandler\SocksException.cs" />
|
195 |
| - <Compile Include="$(CommonPath)System\Net\NTAuthentication.Common.cs" |
| 195 | + <Compile Condition="'$(TargetstvOS)' != 'true'" Include="$(CommonPath)System\Net\NTAuthentication.Common.cs" |
196 | 196 | Link="Common\System\Net\NTAuthentication.Common.cs" />
|
197 | 197 | <Compile Include="$(CommonPath)System\Net\ContextFlagsPal.cs"
|
198 | 198 | Link="Common\System\Net\ContextFlagsPal.cs" />
|
|
324 | 324 | Link="Common\System\Net\Security\Unix\SafeFreeCredentials.cs" />
|
325 | 325 | <Compile Include="$(CommonPath)System\Net\Security\Unix\SafeDeleteContext.cs"
|
326 | 326 | Link="Common\System\Net\Security\Unix\SafeDeleteContext.cs" />
|
327 |
| - <Compile Include="$(CommonPath)System\Net\Security\NegotiateStreamPal.Unix.cs" |
328 |
| - Link="Common\System\Net\Security\NegotiateStreamPal.Unix.cs" /> |
329 |
| - <Compile Include="$(CommonPath)Microsoft\Win32\SafeHandles\GssSafeHandles.cs" |
330 |
| - Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" /> |
331 |
| - <Compile Include="$(CommonPath)Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" |
332 |
| - Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" /> |
333 |
| - <Compile Include="$(CommonPath)System\Net\Security\Unix\SafeFreeNegoCredentials.cs" |
334 |
| - Link="Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" /> |
335 | 327 | <Compile Include="$(CommonPath)System\Net\Security\Unix\SecChannelBindings.cs"
|
336 | 328 | Link="Common\System\Net\Security\Unix\SecChannelBindings.cs" />
|
337 |
| - <Compile Include="$(CommonPath)Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs" |
338 |
| - Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs" /> |
339 | 329 | <Compile Include="$(CommonPath)Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.GssFlags.cs"
|
340 | 330 | Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.GssFlags.cs" />
|
341 | 331 | <Compile Include="$(CommonPath)Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.Status.cs"
|
342 | 332 | Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.Status.cs" />
|
343 | 333 | <Compile Include="$(CommonPath)Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs"
|
344 | 334 | Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.IsNtlmInstalled.cs" />
|
| 335 | + </ItemGroup> |
| 336 | + <ItemGroup Condition="'$(TargetsUnix)' == 'true' and '$(TargetstvOS)' != 'true'"> |
| 337 | + <Compile Include="$(CommonPath)Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" |
| 338 | + Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs" /> |
345 | 339 | <Compile Include="$(CommonPath)Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs"
|
346 | 340 | Link="Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs" />
|
| 341 | + <Compile Include="$(CommonPath)Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs" |
| 342 | + Link="Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs" /> |
| 343 | + <Compile Include="$(CommonPath)Microsoft\Win32\SafeHandles\GssSafeHandles.cs" |
| 344 | + Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs" /> |
347 | 345 | <Compile Include="$(CommonPath)System\Net\Security\Unix\SafeDeleteNegoContext.cs"
|
348 | 346 | Link="Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs" />
|
| 347 | + <Compile Include="$(CommonPath)System\Net\Security\Unix\SafeFreeNegoCredentials.cs" |
| 348 | + Link="Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs" /> |
| 349 | + <Compile Include="$(CommonPath)System\Net\Security\NegotiateStreamPal.Unix.cs" |
| 350 | + Link="Common\System\Net\Security\NegotiateStreamPal.Unix.cs" /> |
| 351 | + </ItemGroup> |
| 352 | + <ItemGroup Condition="'$(TargetstvOS)' == 'true'"> |
| 353 | + <Compile Include="System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.tvOS.cs" /> |
| 354 | + <Compile Include="$(CommonPath)Microsoft\Win32\SafeHandles\GssSafeHandles.PlatformNotSupported.cs" |
| 355 | + Link="Common\Microsoft\Win32\SafeHandles\GssSafeHandles.PlatformNotSupported.cs" /> |
| 356 | + <Compile Include="$(CommonPath)System\Net\Security\NegotiateStreamPal.PlatformNotSupported.cs" |
| 357 | + Link="Common\System\Net\Security\NegotiateStreamPal.PlatformNotSupported.cs" /> |
349 | 358 | </ItemGroup>
|
350 | 359 | <ItemGroup Condition="'$(TargetsUnix)' == 'true' and '$(TargetsOSX)' != 'true' and '$(TargetsiOS)' != 'true' and '$(TargetstvOS)' != 'true'">
|
351 | 360 | <Compile Include="System\Net\Http\SocketsHttpHandler\HttpNoProxy.cs" />
|
|
0 commit comments