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>2018-09-12 17:24:13 +0300
committerMatt Ward <matt.ward@microsoft.com>2018-11-20 15:55:21 +0300
commite76e8121460922dd0b27b14306ec1b730aa531fe (patch)
treeee27fe92f5c262aace1a06423a7169499200cef5 /main/src/addins/MacPlatform/MacPlatform.csproj
parentb6ac6b0eb8765d32e4eeb84a70eee28d4d88228d (diff)
[MacPlatform] Add HttpClient options panel
Added a new options panel that can be used to switch between NSUrlSession and a managed (mono) implementation when using the HttpClient. This options panel is available from Other - Network and has a combo box that can switch between the two http client handler implementations. NSUrlSession is used by default. Currently this does not affect when http client handler is used by the IDE.
Diffstat (limited to 'main/src/addins/MacPlatform/MacPlatform.csproj')
-rw-r--r--main/src/addins/MacPlatform/MacPlatform.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/addins/MacPlatform/MacPlatform.csproj b/main/src/addins/MacPlatform/MacPlatform.csproj
index 98850aed13..abd9cd9e9b 100644
--- a/main/src/addins/MacPlatform/MacPlatform.csproj
+++ b/main/src/addins/MacPlatform/MacPlatform.csproj
@@ -111,6 +111,12 @@
<Compile Include="Interop.cs" />
<Compile Include="KernelInterop.cs" />
<Compile Include="MacInterop\KeyCodes.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" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />