سؤال

I'm studying an open-source VS extension project. I've opened and compiled it in my VS2012, but when I launch debugging it opens VS2010. How can I change the target VS version for this extension?

هل كانت مفيدة؟

المحلول

If the project is created specifically for VS2010, it might have hardcoded the VS2010 exe path in the debug command line (under Project->Properties->Debug). Change this to invoke VS2012 instead.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top