When using the MsBuild task, the generator ignores all command line arguments starting with "-property:" (Generator.cs) but not the short form of it, like "-p:".
Next release will contain a fix.
See also #279
Thanks @danielpalme for your fast answer and for the fix.