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:
authorAaron Bockover <abock@microsoft.com>2019-10-30 23:12:54 +0300
committerAaron Bockover <abock@microsoft.com>2019-10-31 20:18:08 +0300
commit1e92c70d3fdef5b1fc5b91777199d8fe251ad0e1 (patch)
tree9817c535f8f8eea98c310b93a1f721a72895667e /main/src/addins/MacPlatform/MacPlatform.csproj
parent176cd4a4d27e82b49d84baeaff3abb6652b8876f (diff)
MacIdeAppleEvents: add an apple event for getting current solution path
Diffstat (limited to 'main/src/addins/MacPlatform/MacPlatform.csproj')
-rw-r--r--main/src/addins/MacPlatform/MacPlatform.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/addins/MacPlatform/MacPlatform.csproj b/main/src/addins/MacPlatform/MacPlatform.csproj
index 7f051bd92d..403ddb6edb 100644
--- a/main/src/addins/MacPlatform/MacPlatform.csproj
+++ b/main/src/addins/MacPlatform/MacPlatform.csproj
@@ -116,6 +116,7 @@
<Compile Include="MacHttpMessageHandlerProvider.cs" />
<Compile Include="NSUrlSessionCredentialsHandler.cs" />
<Compile Include="BasicAuthenticationHandler.cs" />
+ <Compile Include="MacIdeAppleEvents.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="MacPlatform.addin.xml" />
@@ -157,6 +158,9 @@
<ItemGroup>
<LibXammac Include="..\..\..\external\libxammac.dylib" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="query-vsmac.mm" />
+ </ItemGroup>
<Target Name="AfterBuild">
<Copy SourceFiles="@(LibXammac)" DestinationFiles="$(OutputPath)\libxammac.dylib" SkipUnchangedFiles="true" />
</Target>