VS2010 MV3 - 如何在解决方案之间共享文件?
我是应用程序的唯一开发人员。该应用程序的所有文件都存储在同一台计算机上,我使用的是 Visual Studio 2010 Ultimate。
该应用程序具有三个解决方案,这些解决方案共享一些共同的项目,例如一些样式表、一些 JavaScript 和共享视图。
当我更改一个文件时,它开始变得困难,因为我必须将其复制到其他解决方案中的其他项目。
有没有一种简单的方法可以共享文件。一些可以帮助我提高工作效率的东西。甚至可能是一些单用户源代码或解决方案之间链接文件的方法。
希望我能找到一个人来帮助我让我的生活更轻松。
罗伯特·W
I am the only developer for an application. All the files for this application are stored on the same computer and I am using Visual Studio 2010 Ultimate.
The application has three solutions and these share common items such as some stylesheets, some javascript and shared views.
It's starting to become difficult when I change one file as I have to copy this to the other projects in the other solutions.
Is there a simple way that I could share files. Something that would help me be more productive. Possibly even some single user source code or a way of linking files between solutions.
Hope I can find someone to help me make my life easier.
Robert W
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
即使您自己工作,我也会建议某种源代码控制系统。 Team Server 现在随 Visual Studio 免费提供,或者您也可以使用开源工具。像这样,您可以链接到其他项目中的源文件,并且可以重用您的文件。
Even if you work on your own I would suggest some kind of Source Control System. Team Server is now free with Visual Studio or you can use open source tools. Like this you can link to source files in other projects and you can reuse your files.
我建议将常用文件放置在与解决方案文件相同的目录中,或者文件夹深度不超过 1 个。
I would recommend placing the common files in the same directory as the solution file or no more than 1 folder deep.