Hi !
After a couple of tests, I've founded something.
The AddBuildTarget can simply be used like this :
local target=project.AddBuildTarget(_T("target1"));
But another problem persists : how to remove the "default" target automatically created by the wizard ?
Thanks for your replies ...