问题标签 [project-files]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
visual-studio-2008 - 项目文件中的配置名称问题?
您好,请向我解释一下这个配置名称在项目中的区别是什么,构建输出有区别吗?不幸的是我只熟悉调试和发布,所以请任何帮助将不胜感激谢谢
Release|Win32, Release MinDependency|Win32, Release MinSize|Win32, Unicode Debug|Win32, Unicode Release MinDependency|Win32, Unicode Release MinSize|Win32
version-control - 如何对项目文件进行修订控制?
可能重复:
合并 Xcode 项目文件
我一直在使用 Mercurial 来满足我的修订控制需求,而我的一个小团队正在处理一个副项目,我们似乎在处理项目文件的合并时遇到了很多问题,在这种情况下是 Xcode 项目文件。
处理这些类型的合并是否有一些公认的智慧?我们应该使用特定的合并工具吗?其他人在 Xcode 项目上有更大的团队做什么?任何建议/帮助将不胜感激。
qt - Is there a way to run Qt Creator from command line supplying a .pro file to open (or how do we deal with multiple Qt installations)?
I have multiple installations of Qt4 on my Windows XP SP2 machine and have installed Qt Creator 2.1 today. However, running the project (.pro
) files spawns the oldest version of Qt Designer installed (the one installed in 2009 together with the rest of the framework).
Since
I would not like to remove any previous installations of Qt
and for some obscure reason even if I explicitly ask Windows Explorer to always use the version I need it does not
I would like to give up a bit and just sript the needed behaviour in a .bat
file like:
This opens Qt Creator, but something seems to prevent it from treating the .pro file properly (in short, the project does not "open" as it should).
Qt documents have a page on the matter at Qt Creator: Using Command Line Options, but it seems to ignore the topic in question.
Since Qt (being as excellent framework as it is) is also known to have its quirks (like that of qmake
), I wonder, may be there is an undocumented way to solve my problem?
(Another way to fix the thing would of course be to make the correct version of Qt Designer run, but frankly I'd prefer the "hard-wired" solution since the mechanisms provided by Qt itself are still a bit unreliable.)
visual-studio - 项目不显示“导入项目”引用的文件(System.Data.SQLite 解决方案)
我在加载System.Data.SQLite 源解决方案时遇到了一些麻烦。该System.Data.SQLite.2010
项目似乎是空的,它确实不包含对文件的引用。但是项目文件包含如下字符串:
实际上,其中包含对文件的引用。但看起来Import Project
我的 VS 忽略了这条指令。有什么我想念的吗?或者也许我需要一些插件来安装?解决方案是从 VS 成功构建的,我只想查看文件,以便更轻松地在源代码上导航。
events - 什么决定了 Delphi Prism 中源文件的编译或执行顺序?
在编写了足以在 Window 和 Linux(单声道)上编译和运行而没有编译错误的 Delphi Prism 程序之后,我发现我的构造函数和加载事件的触发顺序与我预期的不同。我想,文件按照它们在项目文件中列出的顺序执行,就像在 Delphi .dpr 文件中一样。说到 .dpr 文件,是否有类似的 Delphi Prism 文件我没有研究。我查看了 program.pas 文件和属性。我没有看到任何可以给我提示或线索的东西。
您如何确保项目文件在 Delphi Prism 中以正确的顺序执行?
visual-studio - 确定如何找到 Visual Studio 项目中缺少的引用的最佳方法是什么?
我正在使用 Visual Studio 2008,并且正在尝试获取一个我没有创建的项目来构建。
在该项目的references 文件夹中,有四个带有感叹号图标的DLL,其Path 属性为空。.csproj 文件中的 指向一个输出目录,我认为它不是这些 DLL 的初始位置。
我相信我拥有相关 DLL 的最新副本(它们用于多个相关项目)。我可以将它们放在这个项目的目录中,但我想确定它们的原始位置,这样我就不必修改项目和解决方案文件(由其他远程位置的其他开发人员使用)。
我会问原始开发人员,但他们位于凌晨 1 点的时区,所以我认为这里有人可以帮助我。
提前致谢。
.net - 如何使 Visual Studio 项目文件复制间接引用?
如屏幕截图所示,ClassLibrary1 依赖于 ClassLibrary2,ClassLibrary2 依赖于 ClassLibrary3。并且“复制本地”设置为“真”。但是当我编译 ClassLibrary1 时,ClassLibrary3 不会被复制到 bin 文件夹中。
那么如何配置 Visual Studio 项目文件以使其复制间接引用?
delphi - 有人会建议重新创建新项目并重新添加源代码吗?为什么?
我们有一个大型的 SQL 驱动软件系统,自 Delphi 1 以来就一直存在。它在所有不同的项目中使用相同的原始项目文件。我们最近开始升级到 Delphi XE2,我一直在考虑创建新项目文件并重新添加所有源代码的想法 - 以确保他们获得新 Delphi XE2 项目的推荐默认值。
有人会推荐这个吗?有什么风险?显然这是一项艰巨的任务,重新定义版本号、项目名称/描述/公司信息等。但让我害怕的是原始项目的规模。3 个主要可执行文件加上许多其他可执行文件,总共可能有将近 300 万行代码。
我考虑这样做的主要原因是因为我已经看到新的 Delphi XE2 项目如何自动为每个平台和版本(Win32、Win64、Debug、Release 等)创建子目录。我们的项目目前一团糟,我一直在努力清理它。
那么你会说这其中的风险是什么?为什么或为什么不是一个好主意?是否有“重置”默认值的替代方法?
ios - 使用 GYP 为 iOS 生成 Xcode 项目
我一直在尝试使用 GYP 为 iOS 应用程序生成 Xcode 项目。我能够生成myapp.xcodeproj
项目文件,但这些设置适用于 macOS 项目,而不是所需的 iOS 项目。我设置了以下属性:
我需要设置其他东西吗?
delphi - 在项目的主要单元中使用条件 - IDE 破坏代码
我正在构建一个 Windows 服务应用程序,该应用程序具有将其编译为基本 Windows 应用程序的配置。exe 的主项目文件包括确定项目是作为服务应用程序还是作为 Windows 窗体应用程序编译的条件。
问题是,当我做一些改变项目代码的事情时,代码会被破坏和破坏。例如,说Application.Initialize;
变成AppliApplication.Initialize;
的行和{$R *.RES}
被削减到的行S}
,我的大部分条件都被删除了。
我想知道是否有办法克服这个问题,是否有任何技巧,或者我是否只需要笑着忍受?
这是下面的文件,因为我希望它保留...