Questions tagged [project-settings]
74 questions
4
votes
1 answer
warning MSB8012 when changing the Output File setting
I have started a new C++ project under Visual Studio 2010 and I run into warning MSB8012 after I change the Output File setting under Project Properties->Configuration Properties->Linker->General. By default it is …

Hatch
- 595
- 2
- 9
- 18
3
votes
0 answers
Exclude CPP files from build, but preserve in project - VS2015 C++
Is there a way to preserve CPP files in project included (Include In Project) and exclude them from build process?
The reason is, I want to go through the source (F12 - Go To Definition) of external libraries to see the implementation, however, the…

Dom
- 532
- 1
- 9
- 23
3
votes
0 answers
Xcode xcconfig: Configuring a dependency based on the target
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…

fbrereto
- 35,429
- 19
- 126
- 178
2
votes
1 answer
how to edit project settings in xcode 4.2?
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…

IphoneBites
- 157
- 1
- 7
- 17
2
votes
1 answer
Programmatically access metadata from project file
In VS2019 / .NET Core 3.0, the project metadata is saved in the project file:
WinExe
netcoreapp3.0
true
.....
…

Joachim
- 23
- 2
2
votes
2 answers
How to Set Local/Remote sources for NuGet in Visual Studio Mac
NuGet is not working on my Mac. It's trying to use a directory from a deleted project for every single project I make now. I'm not sure where the setting is at for NuGet on Visual Studio for Mac, but I am constantly (even after uninstalling then…

CoderLee
- 3,079
- 3
- 25
- 57
2
votes
1 answer
Creators Update Target Version UWP
for UWP project I cant target creators update 15063. why that option is missing?
my windows has been upgraded to creators update but after installing VS.
I have VS 2015, version 14.0.25431.01 Update 3
Is there any way I can update my VS so I can…

M.kazem Akhgary
- 18,645
- 8
- 57
- 118
2
votes
2 answers
Visual Studio messes up project settings
I've created an empty C++ project, added main.cpp, and set up build configurations. Particularly, I changed Output Directory and Intermediate Directory. Pushed everything to GitHub, and cloned it to the other computer. Opened solution, checked…

Kirill Daybov
- 480
- 3
- 19
2
votes
1 answer
How to tell linker that I want my dll build in debug mode to have d suffix
I'm building a library in debug mode and it builds fine, but the built version of this library doesn't indicate in any way that it is built in debug mode. What I mean is that if the library is called mylib and after building it in debug mode I'm…

There is nothing we can do
- 23,727
- 30
- 106
- 194
2
votes
2 answers
XCode: can I overwrite CFBundleVersion with value in xcconfig?
Is there a way to use value defined in xcconfig to overwrite the value in project settings like CFBundleVersion? I tried to add a key-value say:
MyVersion = 1.5
and set it in Info plist as ${MyVersion} for Bundle version, but it doesn't…

Heuristic
- 5,087
- 9
- 54
- 94
2
votes
0 answers
What does the Xcode > File > Project Settings actually do?
I recently discovered a handy menu item in Xcode.
There is a menu in Xcode 7.0.1 in File > Project Settings. Its content looks like just what I need ie set the Build folder on a per project basis.
It not exactly the same box as in Xcode >…

damdamdam
- 141
- 1
- 5
2
votes
1 answer
Want to downgrade from an Universal app to just an ipad app
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…

DevEarley
- 221
- 3
- 11
2
votes
1 answer
Visual Studio Include Project Macros shortened
I have some default project include macros in Visual Studio 2012 (C++) (Project Properties/VC++ Directories/Include Directories). Instead of just using for example $(SomeMacroRootPath) I want to change the value of "Include Directories" to another…

Nisi
- 63
- 4
2
votes
1 answer
How to Specify Project-Specific Package Settings?
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…

jpfollenius
- 16,456
- 10
- 90
- 156
2
votes
1 answer
Eclipse Project Settings Not Transferring to New Project
I have the source from an Eclipse project, and I need to import all of the build settings as well as the source into a new project so I can make some changes. The trouble is, when I go to build the project, Eclipse is calling the internal builder…

trayres
- 522
- 2
- 6
- 18