summaryrefslogtreecommitdiff
path: root/templates/vc7csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-01-16 17:20:28 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-01-16 17:20:28 +0000
commita097dac241eb454398100f2ef01f908ed93358db (patch)
tree182921345e7435c63092e7a682e37ce030fd8e80 /templates/vc7csharp.mpd
parent6efb257f1792ff7b56e0edde063310ac73c5d77d (diff)
downloadMPC-a097dac241eb454398100f2ef01f908ed93358db.tar.gz
ChangeLogTag: Mon Jan 16 11:17:45 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7csharp.mpd')
-rw-r--r--templates/vc7csharp.mpd5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/vc7csharp.mpd b/templates/vc7csharp.mpd
index c0bc6c5c..f574b372 100644
--- a/templates/vc7csharp.mpd
+++ b/templates/vc7csharp.mpd
@@ -39,6 +39,9 @@
RootNamespace = ""
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = "<%startupobject%>"
+<%if(libpaths)%>
+ ReferencePath = "<%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%>"
+<%endif%>
>
<%foreach(configurations)%>
<Config
@@ -56,7 +59,7 @@
NoWarn = ""
Optimize = "<%if(optimize)%>true<%else%>false<%endif%>"
<%if(exename || sharedname || staticname)%>
- OutputPath = "<%if(exename)%><%if(install)%><%install%><%else%>.<%endif%><%else%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%><%endif%>\<%output_dir%>\"
+ OutputPath = "<%if(exename)%><%if(install)%><%install%><%else%>.\<%output_dir%><%endif%><%else%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%output_dir%><%endif%>\"
<%endif%>
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"