摘要:
.NETZ compresses the Microsoft .NET Framework executable files in order to make them smaller. Smaller executables consume less disk space and load faster because of fewer disk accesses.
Unlike binary executable packers .NETZ uses a pure .NET solution and it is written in C#. It can be used to pack .NET executables written in any .NET language.
.NETZ supports both .NET EXE and non-shared DLL files. The compressed applications can be used the in same way as the uncompressed one 阅读全文
posted @ 2005-08-31 20:46
RubyPDF
阅读(1348)
评论(3)
推荐(0)
摘要:
大家都知道NAnt是个好东西,但也知道写NAnt的build文件是件很痛苦的事情,有什么办法能减轻这种痛苦呢,下面就介绍一个简单的程序,利用XSL把Visual Studio.NET的C#,VB.NET,VC++.NET的project文件转为NAnt的Build文件。
这个程序使用非常简单,选择一个project文件,转换,告诉存放路径,成功。 阅读全文
posted @ 2005-08-31 16:54
RubyPDF
阅读(4614)
评论(21)
推荐(0)