带有 .tproj 后缀的源文件夹/目录有何意义?
带有 .tproj
后缀的源文件夹/目录有何意义?
What is the significance of a source folder/directory with a .tproj
suffix ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
带有 .tproj
后缀的源文件夹/目录有何意义?
What is the significance of a source folder/directory with a .tproj
suffix ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
.tproj 是 Trinity 项目文件。然而,Trinity 现在被称为图形引擎。
安装Graph Engine VSExtension后,您可以在 Visual Studio 中打开它们
.tproj is a Trinity Project file. Trinity is now called Graph Engine however.
You can open them in Visual Studio after installing the Graph Engine VSExtension
Project Builder 是 NeXTStep、OPENSTEP 和 Mac OS X(后来成为 Xcode)的 IDE,它曾经有“工具项目”的概念,为此它会创建一个
.tproj
文件夹。所以我相信 Mac shell 实用程序的概念,您正在寻找与.xcodeproj
概念相似的东西。Project Builder, which was the IDE for NeXTStep, OPENSTEP, and Mac OS X that later became Xcode, used to have the concept of a "tool project", for which it would make a
.tproj
folder. So I believe in the concept of Mac shell utilities, you're looking at something that's similar in concept to a.xcodeproj
.