Is there a way to have Visual Studio 2013 run a process such as a batch file or other after a solution has been loaded ? and/or after a project has been loaded ?
Asked
Active
Viewed 58 times
1 Answers
0
Sounds like a VS Addin Event. This question has code demonstrating how to attach to the events. The SolutionEventsClass.Opened Event would probably work for you.
After hooking the event, you can execute any code that you want...

Community
- 1
- 1

Lynn Crumbling
- 12,985
- 8
- 57
- 95