summaryrefslogtreecommitdiff
path: root/templates/vc7csharp.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-01-25 16:49:40 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-01-25 16:49:40 +0000
commit12ba138d6a91db9da0e897284bc5f6c42c32fe80 (patch)
tree67729f1f4fb4dd06c94c43d704f335b5127cd7df /templates/vc7csharp.mpd
parent00abcf039eae6a5246384af26ed2598762104b50 (diff)
downloadMPC-12ba138d6a91db9da0e897284bc5f6c42c32fe80.tar.gz
ChangeLogTag: Tue Jan 25 10:44:07 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7csharp.mpd')
-rw-r--r--templates/vc7csharp.mpd8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/vc7csharp.mpd b/templates/vc7csharp.mpd
index ea805792..e595dda9 100644
--- a/templates/vc7csharp.mpd
+++ b/templates/vc7csharp.mpd
@@ -23,13 +23,17 @@
ApplicationIcon = ""
<%endif%>
AssemblyKeyContainerName = ""
- AssemblyName = "<%if(exename)%><%exename%><%else%><%sharedname%><%endif%>"
+<%if(exename || sharedname || staticname)%>
+ AssemblyName = "<%if(exename)%><%exename%><%else%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>"
+<%endif%>
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
+<%if(exename || sharedname || staticname)%>
OutputType = "<%if(exename)%><%if(winapp)%>Win<%endif%>Exe<%else%>Library<%endif%>"
+<%endif%>
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = ""
@@ -51,7 +55,9 @@
NoStdLib = "false"
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%>\"
+<%endif%>
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"