Hi!
I wonder how to solve the following task:
I build additional files in the AfterCompile Target in an MSBuild File. The Post Build Files should be copied somewhere, so that they are put to BinariesRoot automatically on TFS later on.
The Post Build files references obj/Release/some.dll, so it must happen after some.dll was compiled, but before the files get copied to the output directory BinariesRoot.
Can I add them to the Target "CopyFilesToOutputDirectory" somehow?
Any idea?
Thanks, Marco