Click here to Skip to main content
15,886,075 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi together:-)

i have the following Problem:

I have a project, which has say 10 files included.

This files have the configurationtype: custom build tool.

in there properties, i can set a command line (there i invoke an external tool to do something with These files, eg. foo.exe)


the problem is, that each file has the exact same command line as property.
is there a way to say visual Studio: all files of configuration type "custom build tool" have the same command line (here: foo.exe)

thx alot for any help!
Posted
Updated 7-Jan-15 3:55am
v3
Comments
OriginalGriff 7-Jan-15 9:35am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.
Sergey Alexandrovich Kryukov 7-Jan-15 11:26am    
Not clear. Please explain everything properly. Start with your language and project type.
—SA

1 solution

i solved it

i did a .props file, with a macro in it:


see the propertygrouptag.

then i can include this .props - file everywhere and write in the command line:

$(nameofmakro)%(fullpath)

-> easy to Change later


thx all
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900