summaryrefslogtreecommitdiff
path: root/templates/vc10.mpd
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-10 08:35:35 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-10 08:35:35 +0100
commita64a71e3d5999c6d03ba0e752793a10af01877bc (patch)
treeda52d2eda274229c2436fc672b311cc8f036f979 /templates/vc10.mpd
parent41246e9646bc3261c32e24c74271f14ab3c54fe7 (diff)
downloadMPC-a64a71e3d5999c6d03ba0e752793a10af01877bc.tar.gz
Added support for WindowsTargetPlatformVersion and VCProjectVersion
* docs/templates/vc10.txt: * templates/vc10.mpd:
Diffstat (limited to 'templates/vc10.mpd')
-rw-r--r--templates/vc10.mpd6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/vc10.mpd b/templates/vc10.mpd
index af1bc8fc..bb2c7aaa 100644
--- a/templates/vc10.mpd
+++ b/templates/vc10.mpd
@@ -14,6 +14,12 @@
<ProjectName><%project_name%></ProjectName>
<ProjectGuid>{<%guid%>}</ProjectGuid>
<RootNamespace><%project_name%></RootNamespace>
+<%if(VCProjectVersion)%>
+ <VCProjectVersion><%VCProjectVersion%></VCProjectVersion>
+<%endif%>
+<%if(WindowsTargetPlatformVersion)%>
+ <WindowsTargetPlatformVersion><%WindowsTargetPlatformVersion%></WindowsTargetPlatformVersion>
+<%endif%>
<%if(managed)%>
<Keyword>ManagedCProj</Keyword>
<TargetFrameworkVersion>v<%TargetFrameworkVersion("4.0")%></TargetFrameworkVersion>