自动包含 Visual Studio 中 vcproj 项目中文件夹的所有 .cpp/.h 文件
有没有办法设置 vcproj 项目文件夹,以便根据项目的路径自动包含所有 .cpp 或 .h 文件?
换句话说,当使用 Windows 资源管理器将文件添加到我的项目的文件夹时,是否可以将这些新文件自动添加到 Visual Studio 内的 vcproj 项目中? (即使我必须重新启动 Visual Studio)。
我不需要只是看到它们,但我需要它们自动包含在项目中以进行编译和其他操作...
我看到的唯一方法是创建一个 Visual Studio 插件或 VB 脚本来执行此操作...
谢谢, 问候
Is there a way to set a vcproj Project folder in order to automatically include all .cpp or .h files depending on the path of the project ?
On other words, when adding files to the folder of my project using Windows explorer, is it possible to have these new files automatically added to a vcproj Project, inside Visual Studio ? (even if I have to relaunch Visual Studio).
I do not need just to see them, but I need them to be automatically included inside the project for compiling and other operations...
The only way I see is to create a Visual Studio addin or a VB Script to do that...
Thanks,
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以编辑项目文件并使用通配符。 http://msdn.microsoft.com/en -us/library/ms171454%28v=VS.90%29.aspx
You can edit project file and use wildcards. http://msdn.microsoft.com/en-us/library/ms171454%28v=VS.90%29.aspx