使用 Visual Studio 部署项目时如何混淆 dll?
我需要混淆 ASP.NET 项目中使用的 dll,部署项目生成一个我想要分发的 setup.exe。我安装了 VS 2008 Dotfuscator,但是当我构建部署项目时,创建 dll 的项目会在添加到部署项目并添加到 setup.exe 之前重新构建。关于如何解决这个问题有什么建议吗?
非常感谢 李
I need to obfuscate a dll that is used in a ASP.NET project, the deployment project pruduces a setup.exe which I want to distribute. I have the VS 2008 Dotfuscator installed but when I build the deployment project the project that creates the dll is rebuilt before it is added to the deployment project and added to the setup.exe. Any suggestions on how I can get round this?
Many thanks
Lee
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用项目引用设置依赖项即可。
Just set the dependencies using project references.