且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

集成自定义编译器与Visual Studio IDE

更新时间:2023-09-24 16:08:46

退房的MSBuild概述在的 http://msdn.microsoft.com/en-us/library/ms171452.aspx 。 Visual Studio项目都是MSBuild的项目。我相信你必须做的是做一些小的改动。我没有做它的编译器,但我编译后,做到了与ILMerge和它的伟大工程。无缝,甚至可以调试合并后的组件。

Check out "MSBuild Overview" at http://msdn.microsoft.com/en-us/library/ms171452.aspx. Visual Studio projects are MSBuild projects. I believe all you would have to do is make a couple minor changes. I have not done it for a compiler, but I did it with ILMerge after compiling and it works great. Seamless and even possible to debug the merged assemblies.