Michael Bosschert
Michael Bosschert
When generating the debug solution the command line arguments that are currently being used are also added to the start arguments of the debug project. I've excluded `/sources` (because it's...
The values of `ResourcesPath` and `ContentPath` are combined with `RootPath` in `InitCSharpSpecifics` (https://github.com/ubisoftinc/Sharpmake/blob/dev/Sharpmake/Project.cs#L2126), but because this is called from the constructor the value of `RootPath` will always be an empty...
It looks like this is the same issue which was fixed in #290. If the `HotKey` property of a `MenuItem` is set, it will not work until the user has...