...
Code Block |
---|
<Author Condition="%SrcName%=='AppCommon'">
<Fix host="%SrcName%" name="PostEdit">
<Replace name="Remove GlobalDeclaration.Sleep">
<OldBlock><![CDATA[
[DllImport("kernel32")]
public static extern void System.Threading.Thread.Sleep(int dwMilliseconds);
]]></OldBlock>
</Replace>
</Fix>
</Author> |
Note: The XML above uses the Condition attribute of the ScriptRules feature.