什么是最快的方式/脚本来复制visual studio项目? [英] What is the fastest way / script to duplicate visual studio project?

查看:140
本文介绍了什么是最快的方式/脚本来复制visual studio项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello
我已经设置了visual studio express c ++项目,其中包含了头文件和libs的路径
现在我喜欢将这个项目复制到包含头文件和libs的相同路径
但是使用不同的名字,我不会手动进入.vcproj文件并开始更改名称
有更好的方法吗?

解决方案

可能最简单和最快捷的方式是使用Windows资源管理器来制作整个项目的副本。您很可能需要将复制的.vcproj文件分配给新的唯一GUID。为此,请在记事本中打开该文件,然后从 guidgen.exe 或类似应用程序中粘贴新的 ProjectGUID 。完成之后,您可以直接在Visual Studio中打开重复项目并重新命名。



或者,您可以尝试像 CopyWiz (虽然我从来没有使用过它,但是有一个免费试用版可以看看它是否适用于您)。 p>

除非您正在为新项目创建一个模板,否则有更好的方式


Hello I have setup visual studio express c++ project, with paths to included headers and libs Now I like to duplicate this project to be with the same paths to included headers and libs But with different name , I don’t what to go manually into .vcproj file and start to changes names Is there better way?

解决方案

Probably the easiest and fastest way of doing this is using Windows Explorer to just make a copy of the entire project. You will most likely need to assign the copied .vcproj file a new, unique GUID. To do this, open the file in Notepad and paste in a new ProjectGUID from guidgen.exe or similar application. Once you've done that, you can simply open the duplicate project in Visual Studio and re-name it.

Alternatively, you could try something like CopyWiz (although I've never used it, there is a free trial available to see if it works for you).

Unless you're trying to create a template for new projects, in which case there is a better way.

这篇关于什么是最快的方式/脚本来复制visual studio项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆