project-settings

Project version settings keep reverting back

醉酒当歌 提交于 2021-02-08 14:44:19
问题 I have a simple project in Delphi 10.1 Berlin. In the project settings, I have at one point checked on "Pre-Release". Now I have two things that no matter how many times I change them, I come back and it's not saved. These are: Pre-Release checkbox (gets re-checked again) Module Version's Release number (changes from 0 to 1 ) Note in the screenshot that the "File Version" down below shows the correct version number from when I saved it, 0.2.0 . But above, the Release number has changed to 1 .

Project version settings keep reverting back

核能气质少年 提交于 2021-02-08 14:41:48
问题 I have a simple project in Delphi 10.1 Berlin. In the project settings, I have at one point checked on "Pre-Release". Now I have two things that no matter how many times I change them, I come back and it's not saved. These are: Pre-Release checkbox (gets re-checked again) Module Version's Release number (changes from 0 to 1 ) Note in the screenshot that the "File Version" down below shows the correct version number from when I saved it, 0.2.0 . But above, the Release number has changed to 1 .

Eclipse Indigo C++ project settings

那年仲夏 提交于 2019-12-11 07:47:49
问题 I created a C++ shared library project in Ubuntu with compiler g++ 4.6 . Some of the dependency libraries expects some preprocessor commands about compiler and operating system to properly compile, like #elif defined(__GNUC__) || defined(__llvm__) || defined(__clang__) However Eclipse doesn't define them automatically (at least the version I'm using), is there a setting or option in Eclipse which does this for me ? 回答1: You can set preprocessor defines in the project properties: . However, in

how to edit project settings in xcode 4.2?

喜欢而已 提交于 2019-12-11 03:12:47
问题 This sounds dumb but i want to edit my project settings and change my delevelper profile of a project which in xcode 3.2 was project>>edit active targets/ edit project settings but cant find this on xcode 4.2 beta version :( Does anyone know how to. thnx alot in advance. 回答1: As previously mentioned I can't talk about Xcode 4.2, however in Xcode 4.1 to change your provisioning profile you would do this: Select the Project navigator using folder icon on the left of the navigator sidebar Select

How to Specify Project-Specific Package Settings?

淺唱寂寞╮ 提交于 2019-12-11 00:35:21
问题 How can I specify project-specific package settings in the Delphi 2010 IDE? Changing the packages in the project options does change the packages for all projects in the project group. This is annoying because I build my application with a package that needs to be disabled in order to compile the BPLs in the project group. 回答1: As said in my comment to vcldeveloper's answer (which has somehow vanished now) I can confirm that behaviour. Although I don't know about the intrinsics, I can try to

Xcode xcconfig: Configuring a dependency based on the target

て烟熏妆下的殇ゞ 提交于 2019-12-08 02:18:17
问题 In the quest to resolve the Objective-C namespace issue I'd like to experiment with prefixing a dependency's Objective-C classes based on the target being built. As an example, suppose I have in my shared library ( ObjCStaticLib ) a class ( CWindow ). I have two plugins ( A and B ) that will use this CWindow . To avoid A 's CWindow from colliding with B 's CWindow , I want to prefix the CWindow class name at compile time, so A 's CWindow becomes ACWindow and B 's becomes BCWindow . I'm

Want to downgrade from an Universal app to just an ipad app

筅森魡賤 提交于 2019-12-07 21:48:42
问题 I originally wanted to make a universal app, but now scopes have been changed and I am stuck with a universal app, now all I want is an iPad app. So I went and changed the Targeted Device Family to just 'iPad' (or 2) but when I submit the app it claims I am still stuck in Device Family '1,2' or Universal, and is asking for iPhone screen shots. I have looked high and low to downgrading from universal app to ipad No real results. Also, it says minimum OS required 3.1.3, when I'd rather have it

Want to downgrade from an Universal app to just an ipad app

梦想与她 提交于 2019-12-06 10:36:27
I originally wanted to make a universal app, but now scopes have been changed and I am stuck with a universal app, now all I want is an iPad app. So I went and changed the Targeted Device Family to just 'iPad' (or 2) but when I submit the app it claims I am still stuck in Device Family '1,2' or Universal, and is asking for iPhone screen shots. I have looked high and low to downgrading from universal app to ipad No real results. Also, it says minimum OS required 3.1.3, when I'd rather have it set to 3.2 (maybe this will solidify it's existence as an iPad only app). Thank you in advance! update:

Where is c# 7.2 in visual studio project settings?

狂风中的少年 提交于 2019-12-04 02:59:42
问题 Ive seen people using and discussing c# 7.2 features but I cant seem to find it. Ive got latest updates and only up to version 7.1 is listed. why and how can I get v7.2? specs: Visual studio 2017 version 15.4.4 Visual C# 2017 - 00369-60000-00001-AA303 回答1: Version 15.4.* of VS 2017 doesn't support C# 7.2. C# 7.2 support was introduced in VS 2017 version 15.5, which was released on December 4th. 来源: https://stackoverflow.com/questions/47328622/where-is-c-sharp-7-2-in-visual-studio-project