[svn] r6253: nemerle/trunk/tools/msbuild-task/MSBuildTask.n
nazgul
svnadmin at nemerle.org
Tue May 9 20:52:48 CEST 2006
Log:
Do not emit duplicate keyfile option
Author: nazgul
Date: Tue May 9 20:52:38 2006
New Revision: 6253
Modified:
nemerle/trunk/tools/msbuild-task/MSBuildTask.n
Modified: nemerle/trunk/tools/msbuild-task/MSBuildTask.n
==============================================================================
--- nemerle/trunk/tools/msbuild-task/MSBuildTask.n (original)
+++ nemerle/trunk/tools/msbuild-task/MSBuildTask.n Tue May 9 20:52:38 2006
@@ -67,7 +67,6 @@
commandLine.AppendSwitch("/greedy-references:-");
when (WarningLevel != 4)
commandLine.AppendSwitchIfNotNull("/warn:", WarningLevel.ToString());
- commandLine.AppendSwitchIfNotNull("/keyfile:", base.KeyFile);
commandLine.AppendSwitchIfNotNull("/doc:", this.DocumentationFile);
commandLine.AppendSwitchUnquotedIfNotNull("/define:", base.DefineConstants);
More information about the svn
mailing list