Questions tagged [project-settings]

74 questions
19
votes
4 answers

I am getting resource not on the buildpath of the project

I am getting The resource is not on the buildpath of the project when I am trying to "Organize imports" or trying to access any class properties. I am building my project with ant.I tried to configure my buildpath in javabuilpath -> Projects but it…
Gendaful
  • 5,522
  • 11
  • 57
  • 76
19
votes
3 answers

Switch off Delphi range checking for a small portion of code only

How can one switch off range checking for a part of a file. Switching off is easy, but how do I revert to the project setting later on? The pseudo-code below should explain it: Unit1; //here's range checking on or off as per the project…
Giel
  • 2,066
  • 20
  • 22
17
votes
1 answer

How to set the default .NET framework for new projects in VS2013?

I'm working on a project that targets .net 4.0, It won't be changing to 4.5 in a hurry. When I create a new project it defaults to .net 4.5. Is there anyway I can default it to 4.0 either globally at the Visual Studio level or (more preferably) at…
Aran Mulholland
  • 23,555
  • 29
  • 141
  • 228
15
votes
2 answers

iPad orientation portrait only

I set Project Summary > iPhone / iPod Deployment Info > Supported Interface Orientations to portrait only mode. This work well on All simulatiors , iPad(iOS 5.1) and iPhone(iOS 6.1). But after I upgrade iOS on iPad from 5.1 to 6.1.2 then The…
user1047504
  • 578
  • 7
  • 14
14
votes
2 answers

Xcode 13 application projects open as text instead of project settings editor

After upgrading from Xcode 12 to 13, when I open an Xcode workspace with multiple application projects and click/select a project in the Navigator view, Xcode opens the project as a text file instead of the projects settings view (the one with…
AKornich
  • 682
  • 5
  • 16
13
votes
1 answer

Where is c# 7.2 in visual studio project settings?

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 -…
M.kazem Akhgary
  • 18,645
  • 8
  • 57
  • 118
9
votes
1 answer

Remove "Project Specific Settings" for all projects in an Eclipse workspace at once?

I have a workspace that contains at least 30 individual Eclipse "project" folders. I need to remove the Java Compiler->Project Specific Settings for every project in the workspace. Thus far, I have been manually going to each project, opening its…
anothercoder
  • 1,449
  • 12
  • 16
7
votes
3 answers

Eclipse changes project settings timestamp comment after checkout

I have an Eclipse workspace with many (> 50) bundles. Some bundles contains special project settings for, e.g., customer-specific code formatting. If I set up a new workspace and checkout an existing project with customer-specific code formatting,…
Tim
  • 2,831
  • 1
  • 25
  • 37
6
votes
2 answers

eclipse CDT copying all project settings

It is possible to export settings from one project and import them in another. However, it seems that only "include Paths" and "Symbols" can be moved to a new project this way. Is there any reliable way to copy all settings? Particularly I would…
Flindt
  • 196
  • 1
  • 5
6
votes
1 answer

Issue with production release of CUDA Toolkit 4.0 and Nsight 2.0

I previously had the release candidates of both programs, then I uninstalled them and installed the production releases of the programs. This includes the CUDA toolkit, Parallel Nsight, and the GPU computing SDK. When I go to Project->Build…
sj755
  • 3,944
  • 14
  • 59
  • 79
6
votes
1 answer

Project version settings keep reverting back

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…
Jerry Dodge
  • 26,858
  • 31
  • 155
  • 327
6
votes
1 answer

In Angular CLI (1.3+) How can I ensure that my web.config file outputs to my 'dist' directory

In order to copy any file like a favicon.ico or a web.config from my Angular CLI project out to my dist folder upon running my production build command: ng build --env=prod, where do I have to put my file that I want copied and do I need to…
Eric Bishard
  • 5,201
  • 7
  • 51
  • 75
5
votes
1 answer

Why does VS 2019 keep overriding my warnings setting?

Kinda stumped on this one. I'm using a library from GitHub and it's throwing tons of warnings, so I went into the project's build settings, chose 'All Configurations' and chose 0 for the warning level under 'Errors and Warnings'. This added the…
5
votes
2 answers

Cannot see build phases, general settings in Xcode 6.1

I just downloaded the XCode 6.1 seed. I am have this issue with one specific project. The project information view is absolutely different. The General, Build phases sections are all missing. All I can see is info and build setting. Anyone else…
Neil
  • 501
  • 4
  • 11
4
votes
0 answers

Where does Visual Studio store the Debug Start Action Start External Program

In Visual Studio, when you go to the Project Properties, Click Debug, and set the Start Action "Start external program", where does Visual Studio save that setting? as far as I can tell, it does not store it in the csproj file as I would expect.…
1
2 3 4 5