The problem didn't present itself in a clean project so I analyzed the .csproj files that were generated and found a couple differences. I should have realized that because Unity wasn't regenerating ...
When working on a project for mobile devices or PCs with touch input you will soon require basic gestures like tap, pan, pinch and zoom — they are not hard to implement manually using Unity API or ...