Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于给定位置的现有 Eclipse CDT 项目,我们还可以在该给定位置找到文件 .project 和 .cproject。有没有办法将这些文件存储在一个完全独立的位置?
我不知道 .cproject 文件,但 .project 文件应该位于项目的根目录,我认为您对此无能为力,除非可能将其链接到其他地方。.project 文件由 Eclipse 核心资源机制使用。