I'm working on a plugin, that detect all changes in structure which were made in the current solution. For detecting changes like
- renaming items/projects
- creating items/projects
- removing items/projects
I used SolutionEvents and ProjectItemEvents but I can't find any possibility to detect changes made in the project properties. This would include
- adding/changing linkers
- adding/changing additional library directories
- adding/changing additional directories.
Maybe someone can help me... Thanks in advance!