Game view sizes in Unity 5

Since Unity 4.2 custom game view were stored in file ‘sizedProjectSettings/GameViewSizes.asset’. I don’t have this file in Unity 5 project.

How can I set game view resolution per project (those in ‘Game’ window) in Unity 5? I want to commit my custom resolution to repo.

Any ideas?

It looks like this was moved in Unity 5 to the %AppData% folder. I’m guessing so it is shared between projects?

I think it can be found at (on Windows 7 at least):
%AppData%\Roaming\Unity\Editor-5.x\Preferences

I have not tried copying it into the ProjectSettings to see if it possibly overrides. I’ll respond back if I test it.