سؤال

I've built a custom tool that descends from the BaseCodeGeneratorWithSite class defined in one of the assemblies included in the VS2010 SDK. Does anyone know what the proper procedure is for redistributing this without requiring the end user to download the entire SDK?

I could include the required assemblies in the installer but I'm not sure if that's allowed under the SDK license.

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

المحلول

You could write your own implementation like guys did here for PInvoke tool.

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