In a makefile, targets are associated with a series of commands to execute when an action is requested.
Questions tagged [target]
1932 questions
21
votes
12 answers
Visual Studio 2010 error: "Project Target Framework Not Installed" when opening a .NET 4.0 project
I am experiencing a rather disconcerting issue with one of my development machines that I hope someone can advise me on.
I have a large Visual Studio 2010 VB solution, targeting the .NET Framework 4.0 which opens and works just find on numerous…

Mike Wilson
- 397
- 1
- 3
- 11
20
votes
2 answers
Learning and Understanding the Xcode Build System
Alright, I'm curious about the build process with Xcode. Setting up multiple Targets, how to automate versioning and generally understanding the system so I can manipulate it to do what I want.
Does anyone have any books or can point me to some…

gks
- 785
- 2
- 7
- 11
20
votes
1 answer
Swift 4 - Setting a minimum deployment target
The current deployment target is 11.0 which is fine.
However, I would like to know how I would set a minimum of 8.0?

Niall Kiddle
- 1,477
- 1
- 16
- 35
20
votes
2 answers
Can't change target membership visibility in Xcode 4.5
I currently try to exclude my In-App Purchase logic in an App of mine to make it reusable in other Apps of mine or even put it on a public git repository for others to use. For this purpose I follow this guide of creating a framework in XCode.
But…

CGee
- 1,650
- 5
- 20
- 31
19
votes
2 answers
What will Typescript transpile when targeting ES5 / ES3?
I'm trying to understand when the Typescript compiler will transpile code to make it compatible with my specified target ECMAScript version (ES5 or ES3).
For example, TSC will transpile for(var int of intArray) fine, but it doesn't transpile…

JoshMB
- 990
- 1
- 8
- 14
19
votes
3 answers
Use window.name to open links in emails in the same tab
I am developing a web site where users can change settings which they have to confirm before taking effect.
The confirmation is done by a link I send them via E-Mail. In the HTML of the website I use this little snippet: