In Eclipse, I often include all project-related material (including documents in PDF, Microsoft, and OpenDocument formats) in the project. Is this possible with Visual Studio, especially to the point where if I attempt to open the file from inside Visual Studio, it will open in the external application?
在Eclipse中,我经常在项目中包含所有与项目相关的材料(包括PDF,Microsoft和OpenDocument格式的文档)。这是否可以使用Visual Studio,特别是如果我尝试从Visual Studio内部打开文件,它将在外部应用程序中打开?
2 个解决方案
#1
5
Yes, just right-click your project in the solution explorer and goto Add > Existing Item...
是的,只需在解决方案资源管理器中右键单击您的项目,然后转到添加>现有项...
Though -- I'd recommend making a new folder to keep this in.
虽然 - 我建议制作一个新的文件夹以保留它。
Yes, you can make sure that when you open it it opens with the correct application. Just right-click the file once it's added into the solution explorer and select Open With... and make sure you set the default application that way from that point forward you can just double-click your files.
是的,您可以确保在打开它时打开正确的应用程序。只需将文件添加到解决方案资源管理器中右键单击该文件,然后选择打开方式...并确保从该点开始设置默认应用程序,您只需双击文件即可。
If you have access to use Sharepoint Services with your source control than that would also make life much easier, thanks for reminding me Chris!
如果您有权使用与源代码管理相同的Sharepoint服务,那么也会让生活变得更轻松,感谢提醒我克里斯!
#2
3
I don't want to take away from Chad's answer. However, I will add that TFS has specific areas for project documentation to be stored in sharepoint.
我不想拿走乍得的答案。但是,我将补充说,TFS具有项目文档的特定区域,以存储在sharepoint中。
#1
5
Yes, just right-click your project in the solution explorer and goto Add > Existing Item...
是的,只需在解决方案资源管理器中右键单击您的项目,然后转到添加>现有项...
Though -- I'd recommend making a new folder to keep this in.
虽然 - 我建议制作一个新的文件夹以保留它。
Yes, you can make sure that when you open it it opens with the correct application. Just right-click the file once it's added into the solution explorer and select Open With... and make sure you set the default application that way from that point forward you can just double-click your files.
是的,您可以确保在打开它时打开正确的应用程序。只需将文件添加到解决方案资源管理器中右键单击该文件,然后选择打开方式...并确保从该点开始设置默认应用程序,您只需双击文件即可。
If you have access to use Sharepoint Services with your source control than that would also make life much easier, thanks for reminding me Chris!
如果您有权使用与源代码管理相同的Sharepoint服务,那么也会让生活变得更轻松,感谢提醒我克里斯!
#2
3
I don't want to take away from Chad's answer. However, I will add that TFS has specific areas for project documentation to be stored in sharepoint.
我不想拿走乍得的答案。但是,我将补充说,TFS具有项目文档的特定区域,以存储在sharepoint中。