msvs: Added support for MSVS 2012

With the addition of one new field, the project files generated by
the msvs command can be opened by 2012 as well as 2010.

Change-Id: I27c3a04ec156029f7a6690b27cf27013f5816d2f

Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
This commit is contained in:
Matt Fischer 2014-01-08 18:00:52 -06:00 committed by Thomas Nagy
parent 9f7ceb0e91
commit 2f2866a4cd
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ PROJECT_TEMPLATE = r'''<?xml version="1.0" encoding="UTF-8"?>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='${b.configuration}|${b.platform}'" Label="Configuration">
<ConfigurationType>Makefile</ConfigurationType>
<OutDir>${b.outdir}</OutDir>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
${endfor}