summaryrefslogtreecommitdiff
path: root/templates/vc7csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-11-10 15:02:35 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-11-10 15:02:35 +0000
commit041bcf2bba65045cc422a352724e2a898e7b0a50 (patch)
treeea8948b8b5b292e0afebc5fed991537b75db1e18 /templates/vc7csharp.mpd
parente72a713d40e9ecc0ba63600bcbbdac2d5bfd11cf (diff)
downloadMPC-041bcf2bba65045cc422a352724e2a898e7b0a50.tar.gz
ChangeLogTag: Thu Nov 10 09:01:25 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7csharp.mpd')
-rw-r--r--templates/vc7csharp.mpd10
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/vc7csharp.mpd b/templates/vc7csharp.mpd
index 8eb07592..09bec63a 100644
--- a/templates/vc7csharp.mpd
+++ b/templates/vc7csharp.mpd
@@ -24,7 +24,7 @@
<%endif%>
AssemblyKeyContainerName = ""
<%if(exename || sharedname || staticname)%>
- AssemblyName = "<%if(exename)%><%exename%><%else%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>"
+ AssemblyName = "<%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>"
<%endif%>
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
@@ -66,7 +66,13 @@
<%endfor%>
</Settings>
<References>
-<%foreach(libs lit_libs pure_libs)%>
+<%foreach(libs)%>
+ <Reference
+ Name = "<%libname_prefix%><%lib%>"
+ AssemblyName = "<%libname_prefix%><%lib%>"
+ />
+<%endfor%>
+<%foreach(lib, lit_libs pure_libs)%>
<Reference
Name = "<%lib%>"
AssemblyName = "<%lib%>"