简体   繁体   English

在解决方案中添加新图像时,是否需要签入 TFS 中的 vbproj 文件?

[英]Do I need to check in vbproj file in TFS when I add a new image in the solution?

I have added a new image in the web folder and my.vbproj file reflects that change as Do I need to check in this.vbproj file as well in TFS to reflect this change or not required?我在 web 文件夹中添加了一个新图像,my.vbproj 文件反映了该更改,因为我是否需要检查 this.vbproj 文件以及 TFS 以反映此更改还是不需要? Please advise as I am trying to know the process.请告知,因为我想知道这个过程。

The VBPROJ file contains a reference to, among other things, each item that belongs to the project. VBPROJ 文件包含对属于该项目的每个项目的引用等。 If you don't check in the project file after that change and then someone else syncs or you restore from your repo then you will get that image file in your project folder but it won't be part of the project, so you won't see it in the Solution Explorer (unless you click Show All Files ) and it won't be included in the build process.如果您在更改后没有签入项目文件,然后其他人同步或您从您的存储库中恢复,那么您将在您的项目文件夹中获得该图像文件,但它不会成为项目的一部分,所以您不会在解决方案资源管理器中看不到它(除非您单击Show All Files )并且它不会包含在构建过程中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何获取我的项目的基本目录(.vbproj 或 .sln 文件所在的路径) - How do I get the Base Directory of my Project (The path where the .vbproj or .sln file are located) 在.vbproj解决方案内部添加带代码隐藏的新C#Webform时解析器错误消息 - Parser Error Message when adding new C# Webform with codebehind inside .vbproj solution 我需要一个解决方案来进行类型参数重载 - i need a solution to do type parameter overloading 是否可以将ReferencePath信息从.vbproj.user(或.csproj.user)文件移动到相应的项目文件中? - Can I move ReferencePath information from a .vbproj.user (or .csproj.user) file into the corresponding project file? 如何将图像添加到新的 Listview 项? - How do I add an image to a new Listview Item? 如何以编程方式创建新的TFS任务? - How do I programmatically create a new TFS Task? 如何在 MouseHover 上添加图像工具提示? - How do I add an Image Tooltip on MouseHover? 紧急回滚后如何将我的回滚变更集和修订签入TFS - How do I check-in my rolled back changeset+fixes to TFS after an emergency rollback 我如何在vb.net中查看rgroups转发器内的asp:textbox需要解决方案 - how do i view the asp:textbox inside rgroups repeater need solution in vb.net 如何检查某个字符串的文本文件并在添加该字符串时通知? - How do I check a text file for a certain string and notify when that string has been added?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM