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:
authortherzok <marius.ungureanu@xamarin.com>2018-03-17 19:26:44 +0300
committertherzok <marius.ungureanu@xamarin.com>2018-03-17 19:26:44 +0300
commit6b85c0af0df29e8fa2e9bd794fadf65495df24ec (patch)
treee30d8cc6f4d0e4e23ef6c2f0a55cc08435c240b4 /main/src/addins/MacPlatform/MacPlatform.csproj
parent3bcdfa8f697a52539b2258abd94404c22f6f6daa (diff)
[Mac] Refactor common open file dialogs to share as much code as possible
Also, adds the 'Show Files:' label to the add file dialog
Diffstat (limited to 'main/src/addins/MacPlatform/MacPlatform.csproj')
-rw-r--r--main/src/addins/MacPlatform/MacPlatform.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/src/addins/MacPlatform/MacPlatform.csproj b/main/src/addins/MacPlatform/MacPlatform.csproj
index ab6e7f1f1e..4e426469a8 100644
--- a/main/src/addins/MacPlatform/MacPlatform.csproj
+++ b/main/src/addins/MacPlatform/MacPlatform.csproj
@@ -55,6 +55,11 @@
<HintPath>..\..\..\external\Xamarin.Mac.dll</HintPath>
</Reference>
<Reference Include="Mono.Cairo" />
+ <Reference Include="System.ValueTuple">
+ <HintPath>..\..\..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="mscorlib" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
@@ -136,9 +141,11 @@
<Compile Include="ScreenMonitor.cs" />
<Compile Include="MainToolbar\NSFocusButton.cs" />
<Compile Include="Dialogs\MDAccessoryViewBox.cs" />
+ <Compile Include="Dialogs\MacCommonFileDialogHandler.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Makefile.am" />
+ <None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>