Questions tagged [targets]

163 questions
0
votes
1 answer

Using windows variables (like %USERPROFILE%) in `NuGet.targets`?

The current value of NuGet.exe (command line) (in NuGetToolsPath) is $(SolutionDir)\.nuget\NuGet.exe I would like to modify this value to %USERPROFILE%\AppData\Roaming\NuGet\NuGet.Config The question is, how to use windows variables in Nuget.targets
ridermansb
  • 10,779
  • 24
  • 115
  • 226
0
votes
1 answer

Is there a limit for the number of targets you can have in an Xcode project?

I'm planning to have different targets in a single Xcode project. Is there a limitation on the number of targets I can have? I tested this by creating 10 targets manually and didn't see a problem but I'd like to know if someone had a problem about…
aslı
  • 8,740
  • 10
  • 59
  • 80
0
votes
1 answer

Target values for neural network

I've been using MATLAB's neural network toolbox to generate good for character recognition. I wanted to develop my own to compare against and also try and use different methods for weight updates. I've got the network to return only values between 0…
roldy
  • 95
  • 5
  • 13
0
votes
2 answers

Background change in div

I want to have the background color stay after I click on the div. This div is linked to target another div.
ABOUT
here is the CSS of the div i click on .barbutton:hover { background-color:…
0
votes
2 answers

Command line tools to generate multiple apps from one XCode IOS project

I'm working on an IOS project where we need to generate different branded or customized applications from the same source project. Such customization consists of different images, strings, application name, and (possibly) different developer…
0
votes
0 answers

How to combine ad-free and ad-supported project in Android/Eclipse?

I have a app which is ad-supported. I want to make a ad-free version. In order to do so, I would delete the ads from the XML-Files, change the Manifest (no internet connection needed) and I don't know but I may need to delete the SDKs. Code-Wise, I…
Martin Freitag
  • 169
  • 1
  • 9
0
votes
1 answer

What would the Target Name for open.window be for tabpage_1?

The code I show below is just sample, non working, to see if you can help with target naming conventions. I just can't seem to understand how you name the target. The actual code nicely creates a tabset on the page and all I'm trying to do is have…
Robert
  • 29
  • 1
  • 1
  • 2
0
votes
1 answer

Cakephp sizing a new window link

Hi all creating a link that when you click it, it opens a new window. I was wondering if it's possible to restrict the size of the window opening? this is the code I have for the link that opens the window Html->link( …
user1393064
  • 401
  • 1
  • 16
  • 41
0
votes
1 answer

Building for 2 different targets in an Xcode project has unexpected results

I'm using Xcode 4.3.3. My project has 2 targets and they are very similar (one was a duplicate of the other). The only thing is they have different names and there is a small amount of #ifdef going on. One project compiles a few more files and…
happy pig
  • 2,722
  • 1
  • 15
  • 14
0
votes
1 answer

Xcode subtargets

It appears my best option to configure my application differently depending on whether it is running in the simulator or a device is to have environment-specific prefix headers. In order to apply a different prefix-header I need to have an entire…
Undistraction
  • 42,754
  • 56
  • 195
  • 331
-1
votes
2 answers

Drag and drop multiple items to one target

I found a swf file that does what I am trying to do. So I down loaded it and decompiled it so i could learn how to do it correctly. Then apply that to what I am working on. There are supposed to many items and the individual is to drag and drop it…
-1
votes
1 answer

Shooting Targets: On mouse click -> Leave Bullet Hole.gif

I have a section on my website that has several aim targets for visitors click to shoot at. I am using cursor: crosshair for the section. I want to make it so that When my visitor clicks anywhere in the targets section I want to leave an animated…
Shen Hui Zhang
  • 23
  • 1
  • 10
-1
votes
2 answers

adding target property to this JS code

I want to edit this code: this.link = $('Directions').addClass('mapplic-tooltip-link').attr('href', '#').hide().appendTo(this.el); to open in a new window. I've looked online but I don't know how to edit this. Any help would be much…
CreativEliza
  • 271
  • 1
  • 3
  • 20
1 2 3
10
11