You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-dev@incubator.apache.org by Leopoldo Agdeppa <la...@exist.com> on 2008/09/01 14:33:37 UTC

Visual Studio 2005 Project Property Change Event

Hello

I'm trying to add a functionality for visual studio add-in in which it will
synchronize a project's pom.xml if there are any changes in the project
properties.
unfortunately all I could find is an event listener only for
OnReference_Removed, Reference_Added or Reference_updated  these are only
for references
and not for project properties.

I hope if someone has any Idea how to do this.


Thanks
Bong