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:
authorMarius Ungureanu <therzok@gmail.com>2019-04-01 15:45:48 +0300
committerMarius Ungureanu <therzok@gmail.com>2019-04-01 16:18:17 +0300
commit46d70d8bb3efce2940d1b5c4c987153c4c4eeafb (patch)
treecaa6fc3710d3777947d640c5993810fce3d7e827 /main/src/addins/MonoDevelop.DesignerSupport
parent4bf63c9be8ec14f4f9ee4e9142f08499545e43c0 (diff)
[Windows] Fix loading of designersupport
Diffstat (limited to 'main/src/addins/MonoDevelop.DesignerSupport')
-rw-r--r--main/src/addins/MonoDevelop.DesignerSupport/AddinInfo.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/src/addins/MonoDevelop.DesignerSupport/AddinInfo.cs b/main/src/addins/MonoDevelop.DesignerSupport/AddinInfo.cs
index a8c8f1af54..60adee7d2d 100644
--- a/main/src/addins/MonoDevelop.DesignerSupport/AddinInfo.cs
+++ b/main/src/addins/MonoDevelop.DesignerSupport/AddinInfo.cs
@@ -15,8 +15,7 @@ using Mono.Addins.Description;
[assembly:AddinDependency ("Core", MonoDevelop.BuildInfo.Version)]
[assembly:AddinDependency ("Ide", MonoDevelop.BuildInfo.Version)]
-[assembly: ImportAddinAssembly ("Xamarin.PropertyEditing.dll")]
-
#if MAC
+[assembly: ImportAddinAssembly ("Xamarin.PropertyEditing.dll")]
[assembly: ImportAddinAssembly ("Xamarin.PropertyEditing.Mac.dll")]
#endif