|
214 | 214 | <ItemGroup Condition=" '$(TargetsUnix)' == 'true' And '$(TargetGroup)' == 'netcoreapp'"> |
215 | 215 | <Compile Include="System\Net\Http\SocketsHttpHandler\SystemProxyInfo.Unix.cs" /> |
216 | 216 | <Compile Include="System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs" /> |
| 217 | + <Compile Include="$(CommonPath)\System\Net\ContextAwareResult.Unix.cs"> |
| 218 | + <Link>Common\System\Net\ContextAwareResult.Unix.cs</Link> |
| 219 | + </Compile> |
| 220 | + <Compile Include="$(CommonPath)\System\Net\ContextFlagsAdapterPal.Unix.cs"> |
| 221 | + <Link>Common\System\Net\ContextFlagsAdapterPal.Unix.cs</Link> |
| 222 | + </Compile> |
217 | 223 | <Compile Include="$(CommonPath)\System\Net\Security\Unix\SafeFreeCredentials.cs"> |
218 | 224 | <Link>Common\System\Net\Security\Unix\SafeFreeCredentials.cs</Link> |
219 | 225 | </Compile> |
|
223 | 229 | <Compile Include="$(CommonPath)\System\Net\Security\NegotiateStreamPal.Unix.cs"> |
224 | 230 | <Link>Common\System\Net\Security\NegotiateStreamPal.Unix.cs</Link> |
225 | 231 | </Compile> |
| 232 | + <Compile Include="$(CommonPath)\Microsoft\Win32\SafeHandles\GssSafeHandles.cs"> |
| 233 | + <Link>Common\Microsoft\Win32\SafeHandles\GssSafeHandles.cs</Link> |
| 234 | + </Compile> |
| 235 | + <Compile Include="$(CommonPath)\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs"> |
| 236 | + <Link>Common\Interop\Unix\System.Net.Security.Native\Interop.GssApiException.cs</Link> |
| 237 | + </Compile> |
| 238 | + <Compile Include="$(CommonPath)\System\Net\Security\Unix\SafeFreeNegoCredentials.cs"> |
| 239 | + <Link>Common\System\Net\Security\Unix\SafeFreeNegoCredentials.cs</Link> |
| 240 | + </Compile> |
| 241 | + <Compile Include="$(CommonPath)\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs"> |
| 242 | + <Link>Common\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs</Link> |
| 243 | + </Compile> |
| 244 | + <Compile Include="$(CommonPath)\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs"> |
| 245 | + <Link>Common\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs</Link> |
| 246 | + </Compile> |
| 247 | + <Compile Include="$(CommonPath)\System\Net\Security\Unix\SafeDeleteNegoContext.cs"> |
| 248 | + <Link>Common\System\Net\Security\Unix\SafeDeleteNegoContext.cs</Link> |
| 249 | + </Compile> |
226 | 250 | </ItemGroup> |
227 | 251 | <ItemGroup Condition=" '$(TargetsWindows)' == 'true' And '$(TargetGroup)' == 'netcoreapp'"> |
228 | 252 | <Compile Include="System\Net\Http\SocketsHttpHandler\SystemProxyInfo.Windows.cs" /> |
|
0 commit comments