tags:

views:

119

answers:

1

I am trying to add the same file to two diferent locations. I am deploying an SDK and want certain files to reside in .\Binaries* as well as .\Samples\SampleX* and also .\Editor*

The Answer is probably going to be to put them in the GAC,but we realy want them on disk so they are disributable.

+1  A: 

Use the CopyFile Element

Charles Gargent