We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
它没有内置到 VS 中。但是您可以在 http://msdn.microsoft 找到执行此操作的宏.com/en-us/library/ms973240.aspx。
此外,修改后的版本位于 https://stackoverflow.com/a/683835/337294
It's not built into VS. But you can find a macro that does the job at http://msdn.microsoft.com/en-us/library/ms973240.aspx.
Also, a modified version is loacted at https://stackoverflow.com/a/683835/337294
项目文件是一个 XML 文件。您可以提取文件名,然后将它们通过管道传输到您喜欢的任何工具。如果您的 Windows 系统上有任何类似 UNIX 的工具,您可以执行以下操作来打印所有 .cpp 文件:
A Project file is an XML file. You can extract the filenames and then pipe them to any tool you like. If you have any unix-like tools on your Windows system you can do the following to print all .cpp files: