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>2019-01-13 19:08:03 +0300
committertherzok <marius.ungureanu@xamarin.com>2019-01-13 19:08:03 +0300
commitfbca0586f94615db271363e67439868e5f75cde7 (patch)
tree47ef2d05f988d56d0a3d8c7ec6aab97f9252c5f1 /main/msbuild
parent69117ae481e0279de2403ef4340d099074f467c0 (diff)
Local copy the rest of the FPF dlls
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/ReferencesVSEditor.Mac.props5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/msbuild/ReferencesVSEditor.Mac.props b/main/msbuild/ReferencesVSEditor.Mac.props
index 03a3335f72..1eb17b6606 100644
--- a/main/msbuild/ReferencesVSEditor.Mac.props
+++ b/main/msbuild/ReferencesVSEditor.Mac.props
@@ -87,6 +87,11 @@
<FPFOutputPath>$(RootDirectory)external\vs-editor-core\bin\FPF\$(FPFConfiguration)\net472\</FPFOutputPath>
</PropertyGroup>
<ItemGroup>
+ <FPFOutputFiles Include="$(FPFOutputPath)PresentationCore.*" />
+ <FPFOutputFiles Include="$(FPFOutputPath)PresentationFramework.*" />
+ <FPFOutputFiles Include="$(FPFOutputPath)UIAutomationClient.*" />
+ <FPFOutputFiles Include="$(FPFOutputPath)UIAutomationProvider.*" />
+ <FPFOutputFiles Include="$(FPFOutputPath)UIAutomationTypes.*" />
<FPFOutputFiles Include="$(FPFOutputPath)WindowsBase.*" />
<FileWrites Include="@(FPFOutputFiles)" />
</ItemGroup>