summaryrefslogtreecommitdiff
path: root/templates/vc8csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-05-18 18:45:35 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-05-18 18:45:35 +0000
commit715e59d482b611f705c0e9ad5500cd1150e31ec2 (patch)
treebd9bd0e0a692f08a90281c0add6c83f248b090b2 /templates/vc8csharp.mpd
parent27c98af3570f8f81a9268beaf5c5aef83d4a29c3 (diff)
downloadMPC-715e59d482b611f705c0e9ad5500cd1150e31ec2.tar.gz
ChangeLogTag: Tue May 18 18:44:33 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc8csharp.mpd')
-rw-r--r--templates/vc8csharp.mpd8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/vc8csharp.mpd b/templates/vc8csharp.mpd
index 7e2ede7b..206c4036 100644
--- a/templates/vc8csharp.mpd
+++ b/templates/vc8csharp.mpd
@@ -47,6 +47,9 @@
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
+<%if(TargetFrameworkVersion)%>
+ <TargetFrameworkVersion>v<%TargetFrameworkVersion%></TargetFrameworkVersion>
+<%endif%>
</PropertyGroup>
<%foreach(platforms)%>
<%foreach(configurations)%>
@@ -81,6 +84,11 @@
<%if(after)%>
<!-- MPC ADD DEPENDENCIES -->
<%endif%>
+<%if(TargetFrameworkVersion)%>
+ <Reference Include="System.Core">
+ <RequiredTargetFramework><%TargetFrameworkVersion%></RequiredTargetFramework>
+ </Reference>
+<%endif%>
<%foreach(libs)%>
<Reference Include="<%libname_prefix%><%lib%>">
<Name><%libname_prefix%><%lib%></Name>