0
点赞
收藏
分享

微信扫一扫

代码转换工具 Code Converter 2013

四月天2021 2022-09-05 阅读 108

代码转换工具 Code Converter 2013_asp.net

​​http://www.codeproject.com/Articles/260997/Code_Converter​​ 

This is a Code Converter that uses four different DLL files from around the .NET community. The DLL files I used are FastColoredTextBox.dll, ConversionWrapper.dll, ICSharpCode.NRefactory.dll, and rsp.ConVert.dll. I came up with this Idea mainly from the ​​FastColoredTextBox​​​. Then I discovered the VS Addin (​​CodeConvert​​​), both can be found here on ​​CodeProject​​​. I use the same DLL that the VS add-in uses. The ICSharpCode.NRefactory DLL can be found at their ​​website​​​. ​​FastColoredTextBox​​​ is used for the syntax coloring. ​​CodeConvert​​ is referenced and does just as it says. The ICSharpCode.NRefactory DLL accompanies the CodeConvert.dll file.

​​rspConVert.dll​​​ is a remake of Deniz Ezen's ​​Econ.NetVert.Dll​​. I stripped out the asp.net part as I could not get it to work. I also re-edited some of his code to work with my program. I added Project Conversions and Post fix for the files of the project conversion.




举报

相关推荐

0 条评论