开发者

How to debug and deploy my class library that is really a VSX Extension?

开发者 https://www.devze.com 2023-01-21 14:55 出处:网络
The Class Library is an Microsoft Studio extension that generates a file from saving running a custom tool on a template file, following the module from this example I found from Microsoft: http://cod

The Class Library is an Microsoft Studio extension that generates a file from saving running a custom tool on a template file, following the module from this example I found from Microsoft: http://code.msdn.microsoft.com/SingleFileGenerator/Release/ProjectReleases.aspx?ReleaseId=4138.

I can not figure out how I'm gonna debug, build, or deploy this object so I can test it in Microsoft Studio 2010. If you can help me get my cl开发者_运维知识库ass library debugging inside the VSX instance let me know. I will also need to compile and have a delivery method for this extension.

Thank you!


The simplest solution would be to create a new project using the template under Visual Basic -> Extensibility -> Visual Studio Package and then move your existing code into that. The project produced from the template will be automatically set up for debugging in the Experimental Instance.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号