Search Results

0
votes
1answer
226 views

Modifying app.config file with Visual Studio Extension

Hello, I am trying to create a Visual Studio Extension (either Add-In or VSPackage) that will do the following: 1) Find all selected projects in the current solution. 2) Obtain access to ea …