Creating dlls with Monogame 3.4

I have vs 2012 and I installed monoame 3.4. Now when I was using Microsoft XNA there was a template called Windows Game Library. Is there an equivalent to this under Monogame 3.4 for windows? What I want to do is create a dll of utility classes that I can use in any Monogame 3.4 project
Thanks for your help

Simply create a C# class library. Add a reference to MonoGame if you need access to any MonoGame types.