Why Gradle 1.12 generate visual studio file with Nmake configuration

Hi there,

I am trying latest nightly build with gradle 1.12, and I use ‘visual studio’ plugin to create visual studio sln and vcxproj files, but seems in default it configure type is “makefile”, how to change it to "application " or “static/dynamic lib”?

The other question is how to generate vs 2012 project file, any configuration for it?