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