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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@microsoft.com>2019-02-22 17:18:49 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-02-25 13:26:46 +0300
commit7fbc71690717a9df10f1a72ec6b445bc90e8ee93 (patch)
tree72fc60e484800fce50720d6d20e9ad7982b55a48 /main/src/addins/MacPlatform/MacPlatform.csproj
parent03bc9a656f9e656b49536b673d817468c355eca0 (diff)
[Mac] Remove Network option from Preferences
Use an environment variable instead of a options page in Preferences to allow Mono's HttpClientHandler to be used instead of Xamarin.Mac's NSUrlSessionHandler. Since this is an advanced setting providing a way in the UI to change this is not required. Fixes VSTS #796914 - Remove Network option from Preferences
Diffstat (limited to 'main/src/addins/MacPlatform/MacPlatform.csproj')
-rw-r--r--main/src/addins/MacPlatform/MacPlatform.csproj5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/src/addins/MacPlatform/MacPlatform.csproj b/main/src/addins/MacPlatform/MacPlatform.csproj
index d1a4fea78e..c8a39a37b1 100644
--- a/main/src/addins/MacPlatform/MacPlatform.csproj
+++ b/main/src/addins/MacPlatform/MacPlatform.csproj
@@ -112,11 +112,6 @@
<Compile Include="MacTelemetryDetails.cs" />
<Compile Include="Interop.cs" />
<Compile Include="KernelInterop.cs" />
- <Compile Include="Dialogs\HttpClientOptionsPanel.cs" />
- <Compile Include="Dialogs\HttpClientOptionsWidget.cs" />
- <Compile Include="Dialogs\HttpClientOptionsWidget.UI.cs">
- <DependentUpon>HttpClientOptionsWidget.cs</DependentUpon>
- </Compile>
<Compile Include="MacPlatformSettings.cs" />
<Compile Include="MacHttpMessageHandlerProvider.cs" />
<Compile Include="NSUrlSessionCredentialsHandler.cs" />