[MonoDevelop] Query referenced Assemblies from Project

Matt Ward ward.matt at gmail.com
Sun Feb 26 17:03:47 UTC 2017


Convert the ICSharpProject into a DotNetProject and then look at the
References property. Looking at the code ICSharpProject is only implemented
by the CSharpProject which is a DotNetProject.

class CSharpProject: DotNetProject, ICSharpProject

On 26 February 2017 at 16:56, José Cornado <jose.cornado at gmail.com> wrote:

> Hello,
>
> Is there a way to find the assemblies that a ICSharpProject references
> that is easier than extracting them from the .csproj?
>
> Thanks a lot!
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.dot.net
> http://lists.dot.net/mailman/listinfo/monodevelop-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/monodevelop-list/attachments/20170226/88c50ada/attachment.html>


More information about the Monodevelop-list mailing list