Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top