Hi ,
In my VS package(VSIX) , I want to get the list of all the files inside current solution/project and need to handle events like file being added/deleted/removed/updated/renamed in solution/project and i want to achive this without using DTE(Automation Model) .
Is there any way to achieve it without using DTE objets .
Thanks