~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/doc/help/enums/NAnt.Core.FrameworkTypes.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.Core.FrameworkTypes-->
 
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>FrameworkTypes 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" /> FrameworkTypes</td>
 
22
        <td class="NavBar-Cell" align="right">
 
23
                        v0.90</td>
 
24
      </tr>
 
25
    </table>
 
26
    <h1>FrameworkTypes</h1>
 
27
    <p> Defines the types of frameworks. </p>
 
28
    <h3>Fields</h3>
 
29
    <div class="table">
 
30
      <table>
 
31
        <tr>
 
32
          <th>Field</th>
 
33
          <th>Description</th>
 
34
        </tr>
 
35
        <tr>
 
36
          <td valign="top">All</td>
 
37
          <td> All frameworks supported on the current platform, regarless of their installation state, target device or vendor. </td>
 
38
        </tr>
 
39
        <tr>
 
40
          <td valign="top">Browser</td>
 
41
          <td> Frameworks that run in a browser. </td>
 
42
        </tr>
 
43
        <tr>
 
44
          <td valign="top">Compact</td>
 
45
          <td> Frameworks that target compact devices. </td>
 
46
        </tr>
 
47
        <tr>
 
48
          <td valign="top">Desktop</td>
 
49
          <td> Frameworks that typically target full desktop devices. </td>
 
50
        </tr>
 
51
        <tr>
 
52
          <td valign="top">Installed</td>
 
53
          <td> Frameworks that are installed on the current system. </td>
 
54
        </tr>
 
55
        <tr>
 
56
          <td valign="top">Mono</td>
 
57
          <td> Frameworks released as part of the open-source <a href="http://www.mono-project.com">Mono</a> project. </td>
 
58
        </tr>
 
59
        <tr>
 
60
          <td valign="top">MS</td>
 
61
          <td> Frameworks released by Microsoft. </td>
 
62
        </tr>
 
63
        <tr>
 
64
          <td valign="top">NotInstalled</td>
 
65
          <td> Frameworks that are supported on the current platform, but are not installed. </td>
 
66
        </tr>
 
67
      </table>
 
68
    </div>
 
69
    <h3>Requirements</h3>
 
70
    <div style="margin-left: 20px;">
 
71
      <b>Assembly:</b> NAnt.Core (0.90.3780.0)
 
72
            </div>
 
73
  </body>
 
74
</html>
 
 
b'\\ No newline at end of file'