Questions tagged [itemgroup]

56 questions
1
vote
1 answer

Reference Items in context

I am trying to figure out a way to access the Items from the context without having to declare an ItemGroup explicitly. Currently trying for the Copy task: What can I use…
Parag Doke
  • 863
  • 7
  • 17
1
vote
1 answer

How to reference an item in an ItemGroup based on the Label attribute?

In my cpp project file I have an item group defined as such: I have an AfterBuild target whereby I want to copy the above…
user1570022
1
vote
1 answer

Mapping data between itemgroup

i have two itemgroup code1 code2
mystack
  • 4,910
  • 10
  • 44
  • 75
1
vote
0 answers

VS and imported msbuild project files

I have an import statement in one of my msbuild project files: The imported msbuild…
0
votes
1 answer

Select to which ItemGroup to add Content entries using .csproj extension in VS Code

How could I select to which ItemGroup the Content entries get added. I am using the .csproj extension in VS Code. E.g. if I have the following: Then there are two options:
0
votes
1 answer

Msbuild: Filter itemgroup based on file contents

I need to filter an ItemGroup (containing filenames) based on the contents of the file. But I cannot get this to work.
Rob
  • 4,327
  • 6
  • 29
  • 55
0
votes
1 answer

Package reference condition - exclude for some project

I have the following entry in Package.props file on solution level: all
SimonD
  • 1,441
  • 2
  • 18
  • 30
0
votes
0 answers

How to add a button to the right of navigationview item?

I'm trying to add a button to the right of a group items, witch will be shown only when I press long click on the item. Like in this example: image example How to do this?
0
votes
1 answer

NetSuite API - Adding "Item Group" under a Sales Order

I am trying to integrate with NetSuite API to create Sales Orders. It works fine when I add Non-inventory items. However, when I add Item groups through the API, it fails with the error "Please enter a value for amount". What I tried so far: ->…
Venkataraman
  • 151
  • 3
  • 10
0
votes
1 answer

ItemGroup not picked up when publishing website via FTP

In my MSBuild, I created an item group, like the following: Then I try to publish the…
Grace Huang
  • 5,355
  • 5
  • 30
  • 52
0
votes
1 answer

Excel/VBA/SQL Grab value from one row and update in another

What I'm trying to do is update amount from one line to another in Excel. They don't have any key that combines but they are in pattern. Always start with Item Group and about 3-7 lines after is End of Item Group. I want to grab the amount from End…
Magickarp
  • 65
  • 2
  • 7
0
votes
1 answer

Python 3 Rearranging Tuples with priority

This program is written with the intent of collecting Name,Age and Score using commas as delimiters. After values have been keyed in, the program will rearrange the list giving priority to Name, Age and Score respectively. However, the result has…
user234568
  • 741
  • 3
  • 11
  • 21
0
votes
1 answer

MsBuild: Flattening of nested ItemGroup with variable number of metadata

Assume the following ItemGroup structure: a.dll b.dll my.ddl I…
Howie
  • 25
  • 3
0
votes
1 answer

NetSuite SuiteScript 2.0 how to update Sales Order Item which is part of the Item Group

I'm trying to update Term field on Sales Order Item Line in NetSuite. I can do that fine using ue (user event script) on beforeSubmit event. That works when I hit Save button when Sales Order is in Edit mode. Now, the issue: I am trying to update…
kriss2
  • 33
  • 2
  • 9
0
votes
2 answers

Add buttons to linked items on list group Bootstrap

I'm trying to implement a system and I need buttons inside linked group list. The problem is when I click on the button it opens the link of the linked item. The code bellow is what I have on my system. edit: I need the full item to be clickable;…
gabriel
  • 5
  • 4