【发布时间】:2009-09-15 09:29:57
【问题描述】:
我的 VS2005 解决方案中有 2 个项目:Exe.csproj 和 Dll.csproj
Dll.csproj 有一个 app.config
Exe.csproj 有一个对 Dll.csproj 的项目引用
如果我编译 Exe.csproj,那么 Dll.dll 和 Dll.pdb 会自动复制到 Exe/bin/debug,但 Dll.dll.config 不会。
有没有什么方法可以在没有后期构建事件技术的情况下在 Exe/bin/debug 中获取 Dll.dll.config?
【问题讨论】:
标签: visual-studio msbuild compilation