WebApi2 in visual studio 2012

asp.net-web-api, visual-studio-2012, visual-studio-templates

Solution

You need to install ASP.NET and Web Tools 2013.1 for Visual Studio 2012 which adds the Web API 2 and MVC 5 templates

Problem

How can I create a project that uses WebApi2 in visual studio 2012? Do I have to create with a blank project or do I have to create a MVC project? I don't want to install Visual Studio 2013 preview, please help.

Original source