Вопрос

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