summaryrefslogtreecommitdiff
path: root/templates/vc8csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2014-06-26 18:11:09 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2014-06-26 18:11:09 +0000
commite61b15f677b2aa0907ac61661d9aa5d2a08d6937 (patch)
tree1d6864eac3b9e52f0b64b7a880bce52f898b8a3f /templates/vc8csharp.mpd
parentdb72734c853fbe6ef580793a189f8c332e22dd5e (diff)
downloadMPC-e61b15f677b2aa0907ac61661d9aa5d2a08d6937.tar.gz
ChangeLogTag: Thu Jun 26 18:10:32 UTC 2014 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc8csharp.mpd')
-rw-r--r--templates/vc8csharp.mpd3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/vc8csharp.mpd b/templates/vc8csharp.mpd
index b5409f24..9ebc58f6 100644
--- a/templates/vc8csharp.mpd
+++ b/templates/vc8csharp.mpd
@@ -83,6 +83,9 @@
<%if(PlatformTarget)%>
<PlatformTarget><%PlatformTarget%></PlatformTarget>
<%endif%>
+<%if(Prefer32Bit)%>
+ <Prefer32Bit><%Prefer32Bit%></Prefer32Bit>
+<%endif%>
</PropertyGroup>
<%endfor%>
<%endfor%>