Bonjour,
J'ai configuré un ccnet mais dans le projet principale de ma solution, j'ai des macro de post build event.
Code :
1 2
| xcopy /E /Y $(TargetPath) $(SolutionDir)bin\Plugins\
xcopy /E /Y $(TargetDir)*.xml $(SolutionDir)bin\Plugins\) |
Ce qui donne :
Code :
1 2
| xcopy /E /Y C:\Git Projects\OSAMES\Plugins\HelloWorldPlugin\bin\Debug\HelloWorldPlugin.dll *Undefined*bin\Plugins\
xcopy /E /Y C:\Git Projects\OSAMES\Plugins\HelloWorldPlugin\bin\Debug\*.xml *Undefined*bin\Plugins\ |
Il ne prend pas $(SolutionDir)
Y a-t-il une solution autre que de modifier les macros pour tout mettre en "dur" ?