如何移动我的动态数据文件夹?
我不小心将 Dynamic Data
文件夹移到了 Images
文件夹中。该项目仍然可以编译,但就是不正确。但是,当我尝试将其移回 Visual Studio 中的根目录时,收到一条错误消息,指出目标文件夹已存在。如果我将动态数据
移回 Visual Studio 外部的根目录,则该项目将不再编译,因为编译器找不到任何动态数据文件。
我对 git 的幼年期促使我在开始进行令人不快的凌晨 2 点任务之前先在这里询问。
I accidentally moved my Dynamic Data
folder into my Images
folder. The project still compiles, but it's just not right. However, when I try to move it back to the root in Visual Studio, I get an error that the destination folder already exists. If I move Dynamic Data
back to the root outside of Visual Studio, the project no longer compiles because the compiler can't find any dynamic data files.
My infancy with git prompted me to ask here before embarking on an unpleasant 2am quest.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关闭视觉工作室。
转到 Windows 资源管理器中的项目文件夹。根目录下有DD文件夹吗?它包含什么?将根目录中的 DD 文件夹移动到临时位置。
将images下的DD文件夹移动到根位置。打开 .proj 文件并将 DD 文件夹的位置更改为根目录中的位置。
最后在 Visual Studio 中打开解决方案。
Close visual studio.
Go to the project folder in windows explorer. Is there a DD folder in the root? What does it contain? Move the DD folder in the root a temp location.
Move the DD folder under images to the root location. Open your .proj file and change the location of the DD folder to the one in root.
Finally open the solution in Visual studio.