~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/doc/help/enums/NAnt.DotNet.Types.DelaySign.html

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
  <!-- Documenting T:NAnt.DotNet.Types.DelaySign-->
 
4
  <head>
 
5
    <meta http-equiv="Content-Language" content="en-ca" />
 
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
7
    <link rel="stylesheet" type="text/css" href="../style.css" />
 
8
    <title>DelaySign enum</title>
 
9
  </head>
 
10
  <body>
 
11
    <table width="100%" border="0" cellspacing="0" cellpadding="2" class="NavBar">
 
12
      <tr>
 
13
        <td class="NavBar-Cell">
 
14
          <a href="http://nant.sourceforge.net">
 
15
            <b>NAnt</b>
 
16
          </a>
 
17
          <img alt="-&gt;" src="../images/arrow.gif" />
 
18
          <a href="../index.html">Help</a>
 
19
          <img alt="-&gt;" src="../images/arrow.gif" />
 
20
          <span>Enum Reference</span>
 
21
          <img alt="-&gt;" src="../images/arrow.gif" /> DelaySign</td>
 
22
        <td class="NavBar-Cell" align="right">
 
23
                        v0.90</td>
 
24
      </tr>
 
25
    </table>
 
26
    <h1>DelaySign</h1>
 
27
    <p> Specifies whether the generated assembly is strongly named and will be signed later. </p>
 
28
    <p> For backward compatibility, the following string values can also be used in build files: </p>
 
29
    <div class="table">
 
30
      <table>
 
31
        <tr>
 
32
          <th>Value</th>
 
33
          <th>Corresponding field</th>
 
34
        </tr>
 
35
        <tr>
 
36
          <td>"true"</td>
 
37
          <td>
 
38
            <code>Yes</code>
 
39
          </td>
 
40
        </tr>
 
41
        <tr>
 
42
          <td>"false"</td>
 
43
          <td>
 
44
            <code>No</code>
 
45
          </td>
 
46
        </tr>
 
47
      </table>
 
48
    </div>
 
49
    <h3>Fields</h3>
 
50
    <div class="table">
 
51
      <table>
 
52
        <tr>
 
53
          <th>Field</th>
 
54
          <th>Description</th>
 
55
        </tr>
 
56
        <tr>
 
57
          <td valign="top">No</td>
 
58
          <td> Fully sign the assembly. </td>
 
59
        </tr>
 
60
        <tr>
 
61
          <td valign="top">NotSet</td>
 
62
          <td> Not specified. </td>
 
63
        </tr>
 
64
        <tr>
 
65
          <td valign="top">Yes</td>
 
66
          <td> Only place the public key in the assembly, allowing the signature to be added later. </td>
 
67
        </tr>
 
68
      </table>
 
69
    </div>
 
70
    <h3>Requirements</h3>
 
71
    <div style="margin-left: 20px;">
 
72
      <b>Assembly:</b> NAnt.DotNetTasks (0.90.3780.0)
 
73
            </div>
 
74
  </body>
 
75
</html>
 
 
b'\\ No newline at end of file'