|
29 | 29 |
|
30 | 30 | <MessageText="Copying build artifacts to $(FinalOutputPath)" /> |
31 | 31 | <MakeDirDirectories="$(FinalOutputPath);$(FinalIntermediateOutputPath)" /> |
32 | | - <CopySourceFiles="@(OutputFilesToCopy)"DestinationFolder="$(FinalOutputPath)" /> |
33 | | - <CopySourceFiles="@(IntermediateFilesToCopy)"DestinationFolder="$(FinalIntermediateOutputPath)" /> |
| 32 | + <CopySourceFiles="@(OutputFilesToCopy)"DestinationFolder="$(FinalOutputPath)\%(RecursiveDir)" /> |
| 33 | + <CopySourceFiles="@(IntermediateFilesToCopy)"DestinationFolder="$(FinalIntermediateOutputPath)\%(RecursiveDir)" /> |
34 | 34 | </Target> |
35 | 35 |
|
36 | 36 | <ImportProject="build\targets\AssemblyVersions.props" /> |
|