[nem-en] patch for MSbuild indentation syntax property

Chris Ferrell csferrell at gmail.com
Mon Jul 24 08:11:26 CEST 2006


Index: MSBuildTask.n

===================================================================

--- MSBuildTask.n	(revision 6459)

+++ MSBuildTask.n	(working copy)

@@ -67,6 +67,8 @@

         commandLine.AppendSwitch("/greedy-references:-");
       when (WarningLevel != 4)
         commandLine.AppendSwitchIfNotNull("/warn:", WarningLevel.ToString());
+      when (IndentationSyntax)
+        commandLine.AppendSwitch("/indentation-syntax");
       commandLine.AppendSwitchIfNotNull("/doc:", this.DocumentationFile);
       commandLine.AppendSwitchUnquotedIfNotNull("/define:",
base.DefineConstants);

@@ -146,5 +148,8 @@


     [Accessor (flags = WantSetter)]
     mutable _greedy_references : bool = true;
+
+    [Accessor (flags = WantSetter)]
+    mutable _indentation_syntax : bool = false;
   }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: msbuild-indentation-property.patch
Type: application/octet-stream
Size: 844 bytes
Desc: not available
Url : /mailman/pipermail/devel-en/attachments/20060724/be97961e/msbuild-indentation-property.obj


More information about the devel-en mailing list