You can even skip the last param :)
In fact even the following should be OK:
Files files = new Files(wixProject.SourceBaseDir + @"\*.*");
Files files = new Files("*.*");