I have a Custom Build Step defined on MyDataParameters.bar.
Is there a way that I can automagically tell VS2010 that it should add all the files in the 'MyDataFiles Files' folder as additional dependencies for that Custom Build Step?
This is a simplified example of course. I know I can do this manually by specifying
MyData1.foo;MyData2.foo;MyData3.foo
But I'm needing this for a couple hundred projects and the number of additional dependencies per project amounts to several dozen up to several hundred in some projects. Setting the dependencies manually is extremely annoying and error prone.
The list of files to be processed gets changed regularly which is why doing it manually is such an annoyance.
[...]
But I'm needing this for a couple hundred projects and the number of additional dependencies per project amounts to several dozen up to several hundred in some projects. Setting the dependencies manually is extremely annoying and error prone.
[...]
Bookmarks