目录未发布

发布于 2025-01-08 08:47:28 字数 248 浏览 0 评论 0原文

我有一个小问题,我没有找到任何解决方案。 在我的 asp.net Web 应用程序中,解决方案中有一个目录,其中包含一些 xls 文件。

ScreenShot

当我发布时,我希望该目录位于渲染的源文件中。但该目录不存在,我必须手动复制/粘贴它。 问题是我忘记定期这样做。我可以告诉 Visual Studio 将此目录添加到源中吗? 感谢您的帮助。

I have a little problem and I don't find any solutions.
In my asp.net web application, I have a directory in the solution with some xls files.

ScreenShot

When I make a publication, I hoped that the directory is in the source files rendered. But the directory isn't there and I have to copy/paste it manually.
The problem is that I forget to do it regularly. Can I tell to visual studio to add this directory to the sources?
Thanks for help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自找没趣 2025-01-15 08:47:29

右键单击“解决方案资源管理器”中的文件并选择“属性”。然后在“属性”网格中,将构建操作设置为“内容”。这会将文件复制到构建输出。

Right click on the files in Solution Explorer and select Properties. Then in the Properties grid, set the build action to Content. This will copy the files to the build output.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文