summaryrefslogtreecommitdiff
path: root/templates/vc8csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-04-25 13:21:21 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-04-25 13:21:21 +0000
commite7bf9578f9cd5c4b51f08a19fb8d4f17ac83f09e (patch)
tree563e4d76b4edd77397efce2b0385d53dfb5fe96e /templates/vc8csharp.mpd
parent2967a26fc81f6ee0a6fc25fadf624edcb3da303f (diff)
downloadMPC-e7bf9578f9cd5c4b51f08a19fb8d4f17ac83f09e.tar.gz
ChangeLogTag: Tue Apr 25 13:18:06 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc8csharp.mpd')
-rw-r--r--templates/vc8csharp.mpd8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/vc8csharp.mpd b/templates/vc8csharp.mpd
index 06115212..a99a91f3 100644
--- a/templates/vc8csharp.mpd
+++ b/templates/vc8csharp.mpd
@@ -75,7 +75,7 @@
<%endfor%>
<%endfor%>
<ItemGroup>
-<%foreach(sort(libs))%>
+<%foreach(libs)%>
<Reference Include="<%libname_prefix%><%lib%>">
<Name><%libname_prefix%><%lib%></Name>
</Reference>
@@ -108,8 +108,14 @@
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
+<%if(prebuild)%>
+ <%eval(prebuild)%>
+<%endif%>
</PreBuildEvent>
<PostBuildEvent>
+<%if(postbuild)%>
+ <%eval(postbuild)%>
+<%endif%>
</PostBuildEvent>
</PropertyGroup>
</Project>