Is it possible to access Visual Studios BuildEngine from an AddIn?
I want to start a build target whenever a file with a specifice extension is safed.
Is it possible to access Visual Studios BuildEngine from an AddIn? I want to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Refer to this answer: run a custom msbuild target from VisualStudio
You’ll just need to wire into a different event handler, but otherwise the details are the same.