No Mono Projects in VS 2013 Shell

Hello,

I need to write an application that has an embedded browser inside, but this app needs to work on Windows / OSX and Linux. So I thought about writing it in Mono (presuming the system lets me do that).

However, I can not find any Mono projects listed in my Dialog.
I have v7 of Oxygene and my subscription has currently run out.
I had to re-install my computer (unrelated crash) and I saw Mono Projects in the new project dialog before, but now I can not find them. Have they been taken out ?

They were taken out. There really was very little point to them as mono has a compatible runtime. You just got to avoid WPF and Winforms (winforms kinda works, but looks bad). The last time I did that i used Eto, which worked quite well:

Thanks for the link.
However I also found this Tint Javascript Bridge
It allows you to build native applications using Javascript (uses a native runner). You can even use native libraries (DLL on Windows / Dylib on OSX / SO on Linux [untested]).

What I need to know is, does Oxygene allow me to produce native Dylib for Mac (although I am pretty sure it does) ?

Yes (Nougat) apps, basically create a dynamic library.