summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-12-22 21:18:11 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-12-22 21:18:11 +0000
commiteca7eff5ea7e7c3c48d2da82fb4b49e3b9d5d1a6 (patch)
tree73acd6bd2876933acda9eac0146ccabcc28bc26a
parent0272fb9af80abc0f447d46373dc311bb2d0cc307 (diff)
downloadMPC-eca7eff5ea7e7c3c48d2da82fb4b49e3b9d5d1a6.tar.gz
ChangeLogTag: Thu Dec 22 15:17:30 2005 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--templates/vc7csharp.mpd2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6684fa7e..293a6ab7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Dec 22 15:17:30 2005 Chad Elliott <elliott_c@ociweb.com>
+
+ * templates/vc7csharp.mpd:
+
+ Added a missing <%endif%>.
+
Thu Dec 22 08:30:56 2005 Chad Elliott <elliott_c@ociweb.com>
* USAGE:
diff --git a/templates/vc7csharp.mpd b/templates/vc7csharp.mpd
index 09bec63a..c0bc6c5c 100644
--- a/templates/vc7csharp.mpd
+++ b/templates/vc7csharp.mpd
@@ -24,7 +24,7 @@
<%endif%>
AssemblyKeyContainerName = ""
<%if(exename || sharedname || staticname)%>
- AssemblyName = "<%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>"
+ AssemblyName = "<%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%>"
<%endif%>
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"