문제

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