This file is indexed.

/usr/lib/NAnt/NAnt.DotNetTasks.xml is in nant 0.92~rc1+dfsg-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>NAnt.DotNetTasks</name>
    </assembly>
    <members>
        <member name="T:NAnt.DotNet.Tasks.AssemblyInfoTask">
            <summary>
            Generates an AssemblyInfo file using the attributes given.
            </summary>
            <example>
            <para>
            Create a C# AssemblyInfo file containing the specified assembly-level
            attributes.
            </para>
            <code>
            <![CDATA[
            <asminfo output="AssemblyInfo.cs" language="CSharp">
            <imports>
            <import namespace="System" />
            <import namespace="System.Reflection" />
            <import namespace="System.EnterpriseServices" />
            <import namespace="System.Runtime.InteropServices" />
            </imports>
            <attributes>
            <attribute type="ComVisibleAttribute" value="false" />
            <attribute type="CLSCompliantAttribute" value="true" />
            <attribute type="AssemblyVersionAttribute" value="1.0.0.0" />
            <attribute type="AssemblyTitleAttribute" value="My fun assembly" />
            <attribute type="AssemblyDescriptionAttribute" value="More fun than a barrel of monkeys" />
            <attribute type="AssemblyCopyrightAttribute" value="Copyright (c) 2002, Monkeyboy, Inc." />
            <attribute type="ApplicationNameAttribute" value="FunAssembly" />
            </attributes>
            <references>
            <include name="System.EnterpriseServices.dll" />
            </references>
            </asminfo>
            ]]>
            </code>
            </example>
            <example>
            <para>
            Create a C# AssemblyInfo file containing an attribute with multiple
            named properties by setting the <see cref="P:NAnt.DotNet.Types.AssemblyAttribute.AsIs" />
            attribute on the <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> element to
            <see langword="true" />.
            </para>
            <code>
            <![CDATA[
            <asminfo output="AssemblyInfo.cs" language="CSharp">
            <imports>
            <import namespace="log4net.Config" />
            </imports>
            <attributes>
            <attribute type="DOMConfiguratorAttribute" value="ConfigFile=&quot;config.log4net&quot;,Watch=true" asis="true" />
            </attributes>
            <references>
            <include name="log4net.dll" />
            </references>
            </asminfo>
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyInfoTask.Output">
            <summary>
            Name of the AssemblyInfo file to generate.
            </summary>
            <value>
            The name of the AssemblyInfo file to generate.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyInfoTask.Language">
            <summary>
            The code language in which the AssemblyInfo file should be
            generated.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyInfoTask.AssemblyAttributes">
            <summary>
            The assembly-level attributes to generate.
            </summary>
            <value>
            The assembly-level attributes to generate.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyInfoTask.Imports">
            <summary>
            The namespaces to import.
            </summary>
            <value>
            The namespaces to import.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyInfoTask.References">
            <summary>
            Assembly files used to locate the types of the specified attributes.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.AssemblyInfoTask.ExecuteTask">
            <summary>
            Generates an AssemblyInfo file.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.AssemblyInfoTask.NeedsPersisting(System.IO.Stream)">
            <summary>
            Determines whether the specified AssemblyInfo file in the given
            <see cref="T:System.IO.Stream" /> needs to be persisted.
            </summary>
            <param name="generatedAsmInfoStream"><see cref="T:System.IO.Stream" /> holding the newly generated AssemblyInfo source.</param>
            <returns>
            <see langword="true" /> if the generated AssemblyInfo source needs
            to be persisted; otherwise, <see langword="false" />.
            </returns></member>
        <member name="T:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage">
            <summary>
            Defines the supported code languages for generating an AssemblyInfo
            file.
            </summary></member>
        <member name="F:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage.CSharp">
            <summary>
            A value for generating C# code.
            </summary></member>
        <member name="F:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage.JScript">
            <summary>
            A value for generating JScript code.
            </summary></member>
        <member name="F:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage.VB">
            <summary>
            A value for generating Visual Basic code.
            </summary></member>
        <member name="T:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeProvider">
            <summary>
            Encapsulates functionality to generate a code file with imports
            and assembly-level attributes.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeProvider.#ctor(NAnt.DotNet.Tasks.AssemblyInfoTask,NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeProvider" />
            for the specified <see cref="T:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage" />.
            </summary>
            <param name="assemblyInfoTask">The <see cref="T:NAnt.DotNet.Tasks.AssemblyInfoTask" /> for which an instance of the <see cref="T:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeProvider" /> class should be initialized.</param>
            <param name="codeLanguage">The <see cref="T:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage" /> for which an instance of the <see cref="T:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeProvider" /> class should be initialized.</param></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeProvider.Language">
            <summary>
            Gets the <see cref="T:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage" /> in which the AssemblyInfo
            code will be generated.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeProvider.Generator">
            <summary>
            Gets the <see cref="T:System.CodeDom.Compiler.ICodeGenerator" /> that will be used to
            generate the AssemblyInfo code.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeProvider.GenerateImportCode(System.Collections.Specialized.StringCollection,System.IO.TextWriter)">
            <summary>
            Generates code for the specified imports.
            </summary>
            <param name="imports">The imports for which code should be generated.</param>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the generated code will be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.AssemblyInfoTask.CodeProvider.GenerateAssemblyAttributesCode(NAnt.DotNet.Types.AssemblyAttributeCollection,System.Collections.Specialized.StringCollection,System.Collections.Specialized.StringCollection,System.IO.TextWriter)">
            <summary>
            Generates code for the specified assembly attributes.
            </summary>
            <param name="assemblyAttributes">The assembly attributes for which code should be generated.</param>
            <param name="imports">Imports used to resolve the assembly attribute names to fully qualified type names.</param>
            <param name="assemblies">Assembly that will be used to resolve the attribute names to <see cref="T:System.Type" /> instances.</param>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the generated code will be written.</param></member>
        <member name="T:NAnt.DotNet.Tasks.AssemblyInfoTask.TypedValueGatherer">
            <summary>
            Responsible for returning the specified value converted to a
            <see cref="T:System.Type" /> accepted by a constructor for a given
            <see cref="T:System.Type" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.AssemblyInfoTask.TypedValueGatherer.InitializeLifetimeService">
            <summary>
            Obtains a lifetime service object to control the lifetime policy for
            this instance.
            </summary>
            <returns>
            An object of type <see cref="T:System.Runtime.Remoting.Lifetime.ILease" /> used to control the lifetime
            policy for this instance. This is the current lifetime service object
            for this instance if one exists; otherwise, a new lifetime service
            object initialized with a lease that will never time out.
            </returns></member>
        <member name="M:NAnt.DotNet.Tasks.AssemblyInfoTask.TypedValueGatherer.GetTypedValue(System.Collections.Specialized.StringCollection,System.Collections.Specialized.StringCollection,System.String,System.String)">
            <summary>
            Retrieves the specified <see cref="T:System.Type" /> corresponding with the specified
            type name from a list of assemblies.
            </summary>
            <param name="assemblies">The collection of assemblies that the type should tried to be instantiated from.</param>
            <param name="imports">The list of imports that can be used to resolve the typename to a full typename.</param>
            <param name="typename">The typename that should be used to determine the type to which the specified value should be converted.</param>
            <param name="value">The <see cref="T:System.String" /> value that should be converted to a typed value.</param>
            <returns></returns>
            <exception cref="T:NAnt.Core.BuildException">
            <para><paramref name="value" /> is <see langword="null" /> and the <see cref="T:System.Type" /> identified by <paramref name="typename" /> has no default public constructor.</para>
            <para>-or-</para>
            <para><paramref name="value" /> cannot be converted to a value that's suitable for one of the constructors of the <see cref="T:System.Type" /> identified by <paramref name="typename" />.</para>
            <para>-or-</para>
            <para>The <see cref="T:System.Type" /> identified by <paramref name="typename" /> has no suitable constructor.</para>
            <para>-or-</para>
            <para>A <see cref="T:System.Type" /> identified by <paramref name="typename" /> could not be located or loaded.</para>
            </exception></member>
        <member name="M:NAnt.DotNet.Tasks.AssemblyInfoTask.TypedValueGatherer.FindType(System.Collections.Specialized.StringCollection,System.Collections.Specialized.StringCollection,System.String)">
            <summary>
            Finds a given type from a given list of assemblies and import statements.
            </summary>
            <param name="assemblies">
            A list of assemblies to search for a given type.
            </param>
            <param name="imports">
            A list of import statements to search for a given type.
            </param>
            <param name="typename">
            The name of the type to locate.
            </param>
            <returns>
            The type object found from assemblies and import statements based
            on the name of the type.
            </returns></member>
        <member name="T:NAnt.DotNet.Tasks.AssemblyLinkerTask">
            <summary>
            Wraps <c>al.exe</c>, the assembly linker for the .NET Framework.
            </summary>
            <remarks>
            <para>
            All specified sources will be embedded using the <c>/embed</c> flag.
            Other source types are not supported.
            </para>
            </remarks>
            <example>
            <para>
            Create a library containing all icon files in the current directory.
            </para>
            <code>
            <![CDATA[
            <al output="MyIcons.dll" target="lib">
            <sources>
            <include name="*.ico" />
            </sources>
            </al>
            ]]>
            </code>
            </example>
            <example>
            <para>
            Create an executable assembly manifest from modules.
            </para>
            <code>
            <![CDATA[
            <al output="Client.exe" target="exe" main="Program.Main">
            <modules>
            <include name="Client.netmodule" />
            <include name="Common.netmodule" />
            </modules>
            </al>
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.AlgorithmID">
            <summary>
            Specifies an algorithm (in hexadecimal) to hash all files in a
            multifile assembly except the file that contains the assembly
            manifest. The default algorithm is CALG_SHA1.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Company">
            <summary>
            Specifies a string for the <b>Company</b> field in the assembly.
            </summary>
            <value>
            A string for the <b>Company</b> field in the assembly.
            </value>
            <remarks>
            If <see cref="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Company" /> is an empty string (""), the Win32
            <b>Company</b> resource appears as a single space.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Configuration">
            <summary>
            Specifies a string for the <b>Configuration</b> field in the assembly.
            </summary>
            <value>
            A string for the <b>Configuration</b> field in the assembly.
            </value>
            <remarks>
            If <see cref="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Configuration" /> is an empty string (""), the Win32
            <b>Configuration</b> resource appears as a single space.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Copyright">
            <summary>
            Specifies a string for the <b>Copyright</b> field in the assembly.
            </summary>
            <value>
            A string for the <b>Copyright</b> field in the assembly.
            </value>
            <remarks>
            If <see cref="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Copyright" /> is an empty string (""), the Win32
            <b>Copyright</b> resource appears as a single space.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Culture">
            <summary>
            The culture string associated with the output assembly.
            The string must be in RFC 1766 format, such as "en-US".
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/c[ulture]:</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.DelaySign">
            <summary>
            Specifies whether the assembly should be partially signed. The default
            is <see langword="NAnt.DotNet.Types.DelaySign.NotSet" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Description">
            <summary>
            Specifies a string for the <b>Description</b> field in the assembly.
            </summary>
            <value>
            A string for the <b>Description</b> field in the assembly.
            </value>
            <remarks>
            If <see cref="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Description" /> is an empty string (""), the Win32
            <b>Description</b> resource appears as a single space.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.EvidenceFile">
            <summary>
            Security evidence file to embed.
            </summary>
            <value>
            The security evidence file to embed.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/e[vidence]</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.FileVersion">
            <summary>
            Specifies a string for the <b>File Version</b> field in the assembly.
            </summary>
            <value>
            A string for the <b>File Version</b> field in the assembly.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Flags">
            <summary>
            Specifies a value (in hexadecimal) for the <b>Flags</b> field in
            the assembly.
            </summary>
            <value>
            A value (in hexadecimal) for the <b>Flags</b> field in the assembly.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.KeyContainer">
            <summary>
            Specifies a container that holds a key pair.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.KeyFile">
            <summary>
            Specifies a file (filename) that contains a key pair or
            just a public key to sign an assembly.
            </summary>
            <value>
            The complete path to the key file.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/keyf[ile]:</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.MainMethod">
            <summary>
            Specifies the fully-qualified name (class.method) of the method to
            use as an entry point when converting a module to an executable file.
            </summary>
            <value>
            The fully-qualified name (class.method) of the method to use as an
            entry point when converting a module to an executable file.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.ModuleSet">
            <summary>
            One or more modules to be compiled into an assembly.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.OutputFile">
            <summary>
            The name of the output file for the assembly manifest.
            </summary>
            <value>
            The complete output path for the assembly manifest.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/out</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.OutputTarget">
            <summary>
            The target type (one of <c>lib</c>, <c>exe</c>, or <c>winexe</c>).
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/t[arget]:</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Product">
            <summary>
            Specifies a string for the <b>Product</b> field in the assembly.
            </summary>
            <value>
            A string for the <b>Product</b> field in the assembly.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.ProductVersion">
            <summary>
            Specifies a string for the <b>Product Version</b> field in the assembly.
            </summary>
            <value>
            A string for the <b>Product Version</b> field in the assembly.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Resources">
            <summary>
            The set of resources to embed.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.EmbeddedResources">
            <summary>
            The set of compiled resources to embed.
            </summary>
            <remarks>
            Do not yet expose this to build authors.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.SupportsTemplate">
            <summary>
            Indicates whether the assembly linker for a given target framework
            supports the "template" option, which takes an assembly from which
            to get all options except the culture field.
            The default is <see langword="true" />.
            </summary>
            <remarks>
            TODO: remove this once Mono bug #74814 is fixed.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.TemplateFile">
            <summary>
            Specifies an assembly from which to get all options except the
            culture field.
            </summary>
            <value>
            The complete path to the assembly template.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/template:</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Title">
            <summary>
            Specifies a string for the <b>Title</b> field in the assembly.
            </summary>
            <value>
            A string for the <b>Title</b> field in the assembly.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Trademark">
            <summary>
            Specifies a string for the <b>Trademark</b> field in the assembly.
            </summary>
            <value>
            A string for the <b>Trademark</b> field in the assembly.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Version">
            <summary>
            Specifies version information for the assembly. The format of the
            version string is <c>major</c>.<c>minor</c>.<c>build</c>.<c>revision</c>.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Win32Icon">
            <summary>
            Icon to associate with the assembly.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.Win32Res">
            <summary>
            Inserts a Win32 resource (.res file) in the output file.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.AssemblyLinkerTask.ProgramArguments">
            <summary>
            Gets the command-line arguments for the external program.
            </summary>
            <value>
            The command-line arguments for the external program or
            <see langword="null" /> if the task is not being executed.
            </value></member>
        <member name="M:NAnt.DotNet.Tasks.AssemblyLinkerTask.ExecuteTask">
            <summary>
            Generates an assembly manifest.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.AssemblyLinkerTask.NeedsCompiling">
            <summary>
            Determines whether the assembly manifest needs compiling or is
            uptodate.
            </summary>
            <returns>
            <see langword="true" /> if the assembly manifest needs compiling;
            otherwise, <see langword="false" />.
            </returns></member>
        <member name="T:NAnt.DotNet.Tasks.CompilerBase">
            <summary>
            Provides the abstract base class for compiler tasks.
            </summary></member>
        <member name="F:NAnt.DotNet.Tasks.CompilerBase.CodebehindExtensions">
            <summary>
            Contains a list of extensions for all file types that should be treated as
            'code-behind' when looking for resources.  Ultimately this will determine
            if we use the "namespace+filename" or "namespace+classname" algorithm, since
            code-behind will use the "namespace+classname" algorithm.
            </summary></member>
        <member name="F:NAnt.DotNet.Tasks.CompilerBase.CultureNames">
            <summary>
            Case-insensitive list of valid culture names for this platform.
            </summary>
            <remarks>
            The key of the <see cref="T:System.Collections.Hashtable" /> is the culture name and
            the value is <see langword="null" />.
            </remarks></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.#ctor">
            <summary>
            Class constructor for <see cref="T:NAnt.DotNet.Tasks.CompilerBase" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.Debug">
            <summary>
            Generate debug output. The default is <see langword="false" />.
            </summary>
            <remarks>
            Only used for &lt;jsc&gt; tasks, but retained for backward
            compatibility (Clover.NET).
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.OutputFile">
            <summary>
            The output file created by the compiler.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.OutputTarget">
            <summary>
            Output type. Possible values are <c>exe</c>, <c>winexe</c>,
            <c>library</c> or <c>module</c>.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.Define">
            <summary>
            Define conditional compilation symbol(s).
            </summary>
            <remarks>
            <para>
            Corresponds to <c>/d[efine]:</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.Win32Icon">
            <summary>
            Icon to associate with the application.
            </summary>
            <remarks>
            <para>
            Corresponds to <c>/win32icon:</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.Win32Res">
            <summary>
            Specifies a Win32 resource file (.res).
            </summary>
            <remarks>
            <para>
            Corresponds to <c>/win32res[ource]:</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.WarnAsError">
            <summary>
            Instructs the compiler to treat all warnings as errors. The default
            is <see langword="false" />.
            </summary>
            <remarks>
            <para>
            Corresponds to the <c>/warnaserror[+|-]</c> flag of the compiler.
            </para>
            <para>
            When this property is set to <see langword="true" />, any messages
            that would ordinarily be reported as warnings will instead be
            reported as errors.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.WarningAsError">
            <summary>
            Controls which warnings should be reported as errors.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.NoWarn">
            <summary>
            Specifies a comma-separated list of warnings that should be suppressed
            by the compiler.
            </summary>
            <value>
            Comma-separated list of warnings that should be suppressed by the
            compiler.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/nowarn</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.SuppressWarnings">
            <summary>
            Specifies a list of warnings that you want the compiler to suppress.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.ForceRebuild">
            <summary>
            Instructs NAnt to recompile the output file regardless of the file timestamps.
            </summary>
            <remarks>
            When this parameter is to <see langword="true" />, NAnt will always
            run the compiler to rebuild the output file, regardless of the file timestamps.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.MainType">
            <summary>
            Specifies which type contains the Main method that you want to use
            as the entry point into the program.
            </summary>
            <remarks>
            <para>
            Corresponds to the <c>/m[ain]:</c> flag of the compiler.
            </para>
            <para>
            Use this property when creating an executable file. If this property
            is not set, the compiler searches for a valid Main method in all
            public classes.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.KeyContainer">
            <summary>
            Specifies the key pair container used to strongname the assembly.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.KeyFile">
            <summary>
            Specifies a strong name key file.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.DelaySign">
            <summary>
            Specifies whether to delay sign the assembly using only the public
            portion of the strong name key. The default is
            <see cref="T:NAnt.DotNet.Types.DelaySign.NotSet" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.Lib">
            <summary>
            Additional directories to search in for assembly references.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/lib[path]:</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.References">
            <summary>
            Reference metadata from the specified assembly files.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.Packages">
            <summary>
            Specifies list of packages to reference.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.ResourcesList">
            <summary>
            Resources to embed.
            </summary>
            <remarks>
            <para>
            This can be a combination of resx files and file resources.
            </para>
            <para>
            .resx files will be compiled by <see cref="T:NAnt.DotNet.Tasks.ResGenTask" /> and then
            embedded into the resulting executable.
            </para>
            <para>
            The <see cref="P:NAnt.DotNet.Types.ResourceFileSet.Prefix" /> property is used to make
            up the resource name added to the assembly manifest for non-resx
            files.
            </para>
            <para>
            For .resx files the namespace from the matching source file is used
            as prefix. This matches the behaviour of Visual Studio.
            </para>
            <para>
            Multiple resources tags with different namespace prefixes may be
            specified.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.Modules">
            <summary>
            Link the specified modules into this assembly.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.Sources">
            <summary>
            The set of source files for compilation.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.SupportsPackageReferences">
            <summary>
            Indicates whether package references are supported by compiler for
            a given target framework. The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.SupportsWarnAsErrorList">
            <summary>
            Indicates whether the compiler for a given target framework supports
            the "warnaserror" option that takes a list of warnings. The default
            is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.SupportsNoWarnList">
            <summary>
            Indicates whether the compiler for a given target framework supports
            a command line option that allows a list of warnings to be
            suppressed. The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.SupportsKeyContainer">
            <summary>
            Indicates whether the compiler for a given target framework supports
            the "keycontainer" option. The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.SupportsKeyFile">
            <summary>
            Indicates whether the compiler for a given target framework supports
            the "keyfile" option. The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.SupportsDelaySign">
            <summary>
            Indicates whether the compiler for a given target framework supports
            the "delaysign" option. The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.Extension">
            <summary>
            Gets the file extension required by the current compiler.
            </summary>
            <value>
            The file extension required by the current compiler.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.ClassNameRegex">
            <summary>
            Gets the class name regular expression for the language of the current compiler.
            </summary>
            <value> class name regular expression for the language of the current compiler</value></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.NamespaceRegex">
            <summary>
            Gets the namespace regular expression for the language of the current compiler.
            </summary>
            <value> namespace regular expression for the language of the current compiler</value></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.ProgramArguments">
            <summary>
            Gets the command-line arguments for the external program.
            </summary>
            <value>
            The command-line arguments for the external program.
            </value></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.ExecuteTask">
            <summary>
            Compiles the sources and resources.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.GetManifestResourceName(NAnt.DotNet.Types.ResourceFileSet,System.String,System.String,System.String)">
            <summary>
            Determines the manifest resource name of the given resource file.
            </summary>
            <param name="resources">The <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> containing information that will used to assemble the manifest resource name.</param>
            <param name="resourcePhysicalFile">The resource file of which the manifest resource name should be determined.</param>
            <param name="resourceLogicalFile">The logical location of the resource file.</param>
            <param name="dependentFile">The source file on which the resource file depends.</param>
            <returns>
            The manifest resource name of the specified resource file.
            </returns></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.GetManifestResourceName(NAnt.DotNet.Types.ResourceFileSet,System.String)">
            <summary>
            Determines the manifest resource name of the given resource file.
            </summary>
            <param name="resources">The <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> containing information that will used to assemble the manifest resource name.</param>
            <param name="resourceFile">The resource file of which the manifest resource name should be determined.</param>
            <returns>
            The manifest resource name of the specified resource file.
            </returns>
            <remarks>
            For .resx resources, the name of the dependent is determined by
            replacing the extension of the file with the extension of the
            source files for the compiler, and removing the culture name from
            the file name for localized resources.
            </remarks></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.PerformSearchForResourceLinkage(System.IO.TextReader)">
            <summary>
            Extracts the associated namespace/classname linkage found in the
            given stream.
            </summary>
            <param name="sr">The read-only stream of the source file to search.</param>
            <returns>
            The namespace/classname of the source file matching the resource.
            </returns></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.WritePackageReferences(System.IO.TextWriter)">
            <summary>
            Writes package references to the specified <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the package references should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.WriteWarningsAsError(System.IO.TextWriter)">
            <summary>
            Writes list of warnings to (not) treat as errors to the specified
            <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the list of warnings should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.WriteNoWarnList(System.IO.TextWriter)">
            <summary>
            Writes list of warnings to suppress to the specified
            <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the list of warnings to suppress should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.WriteConditionalCompilationConstants(System.IO.TextWriter)">
            <summary>
            Writes conditional compilation constants to the specified
            <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the conditional compilation constants should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.WriteModuleReferences(System.IO.TextWriter)">
            <summary>
            Writes module references to the specified <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the module references should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.WriteOptions(System.IO.TextWriter)">
            <summary>
            Allows derived classes to provide compiler-specific options.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the compiler options should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.WriteOption(System.IO.TextWriter,System.String)">
            <summary>
            Writes an option using the default output format.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the compiler options should be written.</param>
            <param name="name">The name of the option which should be passed to the compiler.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.WriteOption(System.IO.TextWriter,System.String,System.String)">
            <summary>
            Writes an option and its value using the default output format.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the compiler options should be written.</param>
            <param name="name">The name of the option which should be passed to the compiler.</param>
            <param name="value">The value of the option which should be passed to the compiler.</param>
            <remarks>
            The combination of <paramref name="name" /> and
            <paramref name="value" /> (separated by a colon) is quoted
            unless <paramref name="value" /> is already surrounded by quotes.
            </remarks></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.NeedsCompiling">
            <summary>
            Determines whether compilation is needed.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.GetResourceLinkage(System.String,System.Globalization.CultureInfo)">
            <summary>
            Finds the correct namespace/classname for a resource file from the
            given dependent source file.
            </summary>
            <param name="dependentFile">The file from which the resource linkage of the resource file should be determined.</param>
            <param name="resourceCulture">The culture of the resource file for which the resource linkage should be determined.</param>
            <returns>
            The namespace/classname of the source file matching the resource or
            <see langword="null" /> if the dependent source file does not exist.
            </returns>
            <remarks>
            This behaviour may be overidden by each particular compiler to
            support the namespace/classname syntax for that language.
            </remarks></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.LinkResourceAssembly(System.Collections.Hashtable,System.IO.FileInfo,System.String)">
            <summary>
            Link a list of files into a resource assembly.
            </summary>
            <param name="resourceFiles">The collection of resources.</param>
            <param name="resourceAssemblyFile">Resource assembly to generate</param>
            <param name="culture">Culture of the generated assembly.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.CompileResxResources(System.Collections.Specialized.StringCollection)">
            <summary>
            Compiles a set of resx files to a .resources files.
            </summary>
            <param name="resxFiles">The set of resx files to compile.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.GetResourceCulture(System.String,System.String)">
            <summary>
            Determines the culture associated with a given resource file by
            scanning the filename for valid culture names.
            </summary>
            <param name="resourceFile">The resource file path to check for culture info.</param>
            <param name="dependentFile">The file on which the resource file depends.</param>
            <returns>
            A valid <see cref="T:System.Globalization.CultureInfo" /> instance if the resource is
            associated with a specific culture; otherwise, <see langword="null" />.
            </returns></member>
        <member name="T:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage">
            <summary>
            Holds class and namespace information for resource (*.resx) linkage.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage" />
            class.
            </summary>
            <param name="namespaceName">The namespace the resource is under.</param>
            <param name="className">The class name the resource is associated with.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage.ToString">
            <summary>
            Returns the resource linkage as a string.
            </summary>
            <returns>
            A string representation of the resource linkage.
            </returns></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage.IsValid">
            <summary>
            Gets a value indicating whether the <see cref="T:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage" />
            instances contains valid data.
            </summary>
            <value>
            <see langword="true" /> if the <see cref="T:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage" />
            instance contains valid data; otherwise, <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage.HasNamespaceName">
            <summary>
            Gets a value indicating whether a namespace name is available
            for this <see cref="T:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage" /> instance.
            </summary>
            <value>
            <see langword="true" /> if a namespace name is available for
            this <see cref="T:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage" /> instance; otherwise,
            <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage.HasClassName">
            <summary>
            Gets a value indicating whether a class name is available
            for this <see cref="T:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage" /> instance.
            </summary>
            <value>
            <see langword="true" /> if a class name is available for
            this <see cref="T:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage" /> instance; otherwise,
            <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage.NamespaceName">
            <summary>
            Gets the name of namespace the resource is under.
            </summary>
            <value>
            The name of namespace the resource is under.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage.ClassName">
            <summary>
            Gets the name of the class (most likely a form) that the resource
            is associated with.
            </summary>
            <value>
            The name of the class the resource is associated with.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage.Culture">
            <summary>
            Gets the culture that the resource is associated with.
            </summary>
            <value>
            The culture that the resource is associated with.
            </value></member>
        <member name="T:NAnt.DotNet.Tasks.CscTask">
            <summary>
            Compiles C# programs.
            </summary>
            <remarks>
            <note>
            In order to have <see cref="T:NAnt.DotNet.Tasks.CscTask" /> generate manifest resource names
            that match those generated by Microsoft Visual Studio.NET, the value of
            the <see cref="P:NAnt.DotNet.Types.ResourceFileSet.Prefix" /> attribute of the &lt;<see cref="P:NAnt.DotNet.Tasks.CompilerBase.ResourcesList" />&gt;
            element should match the "Default Namespace" of the C# project, and the
            value of the <see cref="P:NAnt.DotNet.Types.ResourceFileSet.DynamicPrefix" /> attribute
            should be set to "<see langword="true" />".
            </note>
            </remarks>
            <example>
            <para>Compile a "HelloWorld" application, including embedded resources.</para>
            <code>
            <![CDATA[
            <csc target="exe" output="HelloWorld.exe" debug="true">
            <nowarn>
            <!-- do not report warnings for missing XML comments -->
            <warning number="0519" />
            </nowarn>
            <sources>
            <include name="**/*.cs" />
            </sources>
            <resources dynamicprefix="true" prefix="HelloWorld">
            <include name="**/*.resx" />
            </resources>
            <references>
            <include name="System.dll" />
            <include name="System.Data.dll" />
            </references>
            </csc>
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.BaseAddress">
            <summary>
            The preferred base address at which to load a DLL. The default base
            address for a DLL is set by the .NET Framework common language
            runtime.
            </summary>
            <value>
            The preferred base address at which to load a DLL.
            </value>
            <remarks>
            This address can be specified as a decimal, hexadecimal, or octal
            number.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.DebugOutput">
            <summary>
            Specifies the type of debugging information generated by the
            compiler. The default is <see cref="T:NAnt.DotNet.Types.DebugOutput.None" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.Debug">
            <summary>
            No longer expose this to build authors. Use <see cref="T:NAnt.DotNet.Types.DebugOutput" />
            instead.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.DocFile">
            <summary>
            The name of the XML documentation file to generate.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/doc:</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.FileAlign">
            <summary>
            Specifies the size of sections in the output file. Valid values are
            512, 1024, 2048, 4096, and 8192.
            </summary>
            <value>
            The size of sections in the output file.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.NoStdLib">
            <summary>
            Instructs the compiler not to import mscorlib.dll. The default is
            <see langword="false" />.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/nostdlib[+|-]</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.NoConfig">
            <summary>
            Instructs the compiler not to use implicit references to assemblies.
            The default is <see langword="false" />.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/noconfig</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.Checked">
            <summary>
            Specifies whether an integer arithmetic statement that is not in
            the scope of the <c>checked</c> or <c>unchecked</c> keywords and
            that results in a value outside the range of the data type should
            cause a run-time exception. The default is <see langword="false" />.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/checked[+|-]</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.Unsafe">
            <summary>
            Instructs the compiler to allow code that uses the <c>unsafe</c>
            keyword. The default is <see langword="false" />.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/unsafe[+|-]</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.LangVersion">
            <summary>
            Causes the compiler to only accept syntax that is included in a
            given specification.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/langversion</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.Optimize">
            <summary>
            Specifies whether the compiler should perform optimizations to the
            make output files smaller, faster, and more effecient. The default
            is <see langword="false" />.
            </summary>
            <value>
            <see langword="true" /> if the compiler should perform optimizations;
            otherwise, <see langword="false" />.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/optimize[+|-]</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.Platform">
            <summary>
            Specifies which platform version of common language runtime (CLR)
            can run the output file.
            </summary>
            <value>
            The platform version of common language runtime (CLR) that can run
            the output file.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/platform</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.WarningLevel">
            <summary>
            Specifies the warning level for the compiler to display. Valid values
            are <c>0</c>-<c>4</c>. The default is <c>4</c>.
            </summary>
            <value>
            The warning level for the compiler to display.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/warn</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.Codepage">
            <summary>
            Specifies the code page to use for all source code files in the
            compilation.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/codepage</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.SupportsDocGeneration">
            <summary>
            Specifies whether the compiler for the active target framework
            supports generation of XML Documentation file. The default is
            <see langword="true" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.SupportsPlatform">
            <summary>
            Specifies whether the compiler for the active target framework
            supports limiting the platform on which the compiled code can run.
            The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.SupportsLangVersion">
            <summary>
            Specifies whether the compiler for the active target framework
            supports accepting only a specific language syntax.
            The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.McsSdk">
            <summary>
            Gets or sets the mcs sdk version to apply to the new mcs compiler
            for Mono 3.0+
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.CscTask.WriteOptions(System.IO.TextWriter)">
            <summary>
            Writes the compiler options to the specified <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer"><see cref="T:System.IO.TextWriter" /> to which the compiler options should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.CscTask.NeedsCompiling">
            <summary>
            Determines whether compilation is needed.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.Extension">
            <summary>
            Gets the file extension required by the current compiler.
            </summary>
            <value>
            For the C# compiler, the file extension is always <c>cs</c>.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.ClassNameRegex">
            <summary>
            Gets the class name regular expression for the language of the
            current compiler.
            </summary>
            <value>
            Class name regular expression for the language of the current
            compiler.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.CscTask.NamespaceRegex">
            <summary>
            Gets the namespace regular expression for the language of the current compiler.
            </summary>
            <value>
            Namespace regular expression for the language of the current
            compiler.
            </value></member>
        <member name="T:NAnt.DotNet.Tasks.DelaySignTask">
            <summary>
            Signs delay-signed .NET Assemblies, or re-signs existing assemblies.
            </summary>
            <remarks>
            <para>
            The delay-signing mechanism takes a fileset (named targets)
            and either a <see cref="P:NAnt.DotNet.Tasks.DelaySignTask.KeyFile" /> attribute for a file containing the
            public and private keys, or <see cref="P:NAnt.DotNet.Tasks.DelaySignTask.KeyContainer" /> to name a key
            container.
            </para>
            </remarks>
            <example>
            <para>Sign partially-signed <c>foo.dll</c> with <c>bar.snk</c>.</para>
            <code>
            <![CDATA[
            <delay-sign keyfile="bar.snk" verbose="false">
            <targets>
            <include name="foo.dll" />
            </targets>
            </delay-sign>
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.DelaySignTask.Targets">
            <summary>
            List of assemblies/executables to sign.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.DelaySignTask.KeyFile">
            <summary>
            Specifies the filesystem path to the signing key.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.DelaySignTask.KeyContainer">
            <summary>
            Specifies the key container.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.DelaySignTask.ProgramArguments">
            <summary>
            Gets the command line arguments for the external program.
            </summary>
            <value>
            The command line arguments for the external program.
            </value></member>
        <member name="M:NAnt.DotNet.Tasks.DelaySignTask.ExecuteTask">
            <summary>
            Converts a single file or group of files.
            </summary></member>
        <member name="T:NAnt.DotNet.Tasks.IlasmTask">
            <summary>
            Compiles ILASM programs.
            </summary>
            <example>
            <para>
            Compiles <c>helloworld.il</c> to <c>helloworld.exe</c>.
            </para>
            <code>
            <![CDATA[
            <ilasm target="exe" output="helloworld.exe" debug="true">
            <sources>
            <include name="helloworld.il" />
            </sources>
            </ilasm>
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.Clock">
            <summary>
            Specifies whether or not the compiler should measure and report
            the compilation times.
            </summary>
            <value>
            <see langword="true" /> if the compilation times should be
            measured and reported; otherwise, <see langword="false" />. The
            default is <see langword="false" />.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/CLOCK</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.Debug">
            <summary>
            Specifies whether or not the compiler should generate debug
            information.
            </summary>
            <value>
            <see langword="true" /> if debug information should be generated;
            otherwise, <see langword="false" />. The default is
            <see langword="false" />.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/DEBUG</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.Error">
            <summary>
            Specifies whether or not the compiler should attempt to create a
            PE file even if compilation errors have been reported.
            </summary>
            <value>
            <see langword="true" /> if a PE file has to be created even if
            compilation errors have been reported; otherwise,
            <see langword="false" />. The default is <see langword="false" />.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/ERROR</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.ForceRebuild">
            <summary>
            Instructs NAnt to recompile the output file regardless of the file
            timestamps.
            </summary>
            <value>
            <see langword="true" /> if the output file should be recompiled
            regardless of its timestamps; otherwise <see langword="false" />.
            The default is <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.Listing">
            <summary>
            Specifies whether or not the compiler should type a formatted
            listing of the compilation result.
            </summary>
            <value>
            <see langword="true" /> if a formatted listing of the compilation
            result should be typed; otherwise, <see langword="false" />. The
            default is <see langword="false" />.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/LISTING</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.Alignment">
            <summary>
            Instructs the compiler to set the <i>FileAlignment</i> value in
            the PE header.
            </summary>
            <value>
            An <see cref="T:System.Int32" /> that represents the <i>FileAlignment</i>
            value to set in the PE header. The value must be a power of 2, in
            range from 512 to 65536.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/ALIGNMENT</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.Base">
            <summary>
            Instructs the compiler to set the <i>ImageBase</i> value in
            the PE header.
            </summary>
            <value>
            A <see cref="T:System.Int32" /> that represents the <i>ImageBase</i>
            value to set in the PE header.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/BASE</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.Flags">
            <summary>
            Instructs the compiler to set the <i>Flags</i> value in the CLR
            header.
            </summary>
            <value>
            An <see cref="T:System.Int32" /> that represents the <i>Flags</i>
            value to set in the CLR header. The most frequently value are 1
            (pre-IL code) and 2 (mixed code). The third bit indicating that
            the PE file is strong signed, is ignored.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/FLAGS</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.Subsystem">
            <summary>
            Instructs the compiler to set the <i>Subsystem</i> value in the PE
            header.
            </summary>
            <value>
            An <see cref="T:System.Int32" /> that represents the <i>Subsystem</i>
            value to set in the PE header. The most frequently value are 3
            (console application) and 2 (GUI application).
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/SUBSYSTEM</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.Target">
            <summary>
            Specifies which output type should be generated.
            </summary>
            <value>
            A <see cref="T:System.String" /> that contains the target type.
            Possible values are <c>dll</c> and <c>exe</c>.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/OUTPUT</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.KeySource">
            <summary>
            Instructs the compiler to generate a strong signature of the PE
            file.
            </summary>
            <value>
            A <see cref="T:System.String" /> that contains the private
            encryption key.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/KEY=<![CDATA[@<]]>keysource<![CDATA[>]]></c>
            flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.KeyFile">
            <summary>
            Instructs the compiler to generate a strong signature of the PE
            file.
            </summary>
            <value>
            A <see cref="T:System.IO.FileInfo" /> that represents the file
            containing the private encryption key.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/KEY=<![CDATA[<]]>keyfile<![CDATA[>]]></c>
            flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.OutputFile">
            <summary>
            Specifies the name of the output file created by the compiler.
            </summary>
            <value>
            A <see cref="T:System.IO.FileInfo" /> that represents the name of
            the output file.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/OUTPUT</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.ResourceFile">
            <summary>
            Instructs the compiler to link the specified unmanaged resource
            file into the resulting PE file.
            </summary>
            <value>
            A <see cref="T:System.IO.FileInfo" /> that represents the unmanaged
            resource file to link.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/RESOURCE</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.Sources">
            <summary>
            Specifies the set of source files to compile.
            </summary>
            <value>
            A <see cref="T:NAnt.Core.Types.FileSet" /> that represents the set
            of source files to compile.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.IlasmTask.ProgramArguments">
            <summary>
            Gets the command-line arguments for the external program.
            </summary>
            <value>
            A <see cref="T:System.String" /> that contains the command-line
            arguments for the external program.
            </value></member>
        <member name="M:NAnt.DotNet.Tasks.IlasmTask.ExecuteTask">
            <summary>
            Compiles the sources.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.IlasmTask.WriteOptions">
            <summary>
            Writes the compiler options.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.IlasmTask.WriteOption(System.IO.StringWriter,System.String)">
            <summary>
            Writes an option using the default output format.
            </summary>
            <param name="writer">
            The <see cref="T:System.IO.StringWriter" /> to which the compiler options should
            be written.
            </param>
            <param name="name">
            A <see cref="T:System.String" /> that contains the name of the
            option which should be passed to the compiler.
            </param></member>
        <member name="M:NAnt.DotNet.Tasks.IlasmTask.WriteOption(System.IO.StringWriter,System.String,System.String)">
            <summary>
            Writes an option and its value using the default output format.
            </summary>
            <param name="writer">
            The <see cref="T:System.IO.StringWriter" /> to which the compiler options should
            be written.
            </param>
            <param name="name">
            A <see cref="T:System.String" /> that contains the name of the
            option which should be passed to the compiler.
            </param>
            <param name="arg">
            A <see cref="T:System.String" /> that contains the value of the
            option which should be passed to the compiler.
            </param></member>
        <member name="M:NAnt.DotNet.Tasks.IlasmTask.NeedsCompiling">
            <summary>
            Determines whether or not compilation is needed.
            </summary>
            <returns>
            <see langword="true" /> if compilation is needed; otherwise,
            <see langword="false" />.
            </returns></member>
        <member name="T:NAnt.DotNet.Tasks.JscTask">
            <summary>
            Compiles JScript.NET programs.
            </summary>
            <example>
            <para>Compile <c>helloworld.js</c> to <c>helloworld.exe</c>.</para>
            <code>
            <![CDATA[
            <jsc target="exe" output="helloworld.exe" debug="true">
            <sources>
            <include name="helloworld.js" />
            </sources>
            </jsc>
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.AutoRef">
            <summary>
            Automatically references assemblies if they have the same name as
            an imported namespace or as a type annotation when declaring a
            variable. The default is <see langword="false" />.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/autoref</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.NoStdLib">
            <summary>
            Instructs the compiler not to import standard library, and changes
            <see cref="P:NAnt.DotNet.Tasks.JscTask.AutoRef" /> to <see langword="false" />. The default is
            <see langword="false" />.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/noconfig</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.Platform">
            <summary>
            Specifies which platform version of common language runtime (CLR)
            can run the output file.
            </summary>
            <value>
            The platform version of common language runtime (CLR) that can run
            the output file.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/platform</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.VersionSafe">
            <summary>
            Causes the compiler to generate errors for implicit method
            overrides. The default is <see langword="false" />.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/versionsafe</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.WarningLevel">
            <summary>
            Specifies the warning level for the compiler to display. Valid
            values are <c>0</c>-<c>4</c>. The default is <c>4</c>.
            </summary>
            <value>
            The warning level for the compiler to display.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/warn</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.WarningAsError">
            <summary>
            Controls which warnings should be reported as errors.
            </summary>
            <remarks>
            Override to avoid exposing this to build authors, as the JScript.NET
            compiler does not allow control over which warnings should be
            reported as errors.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.NoWarn">
            <summary>
            Specifies a comma-separated list of warnings that should be suppressed
            by the compiler.
            </summary>
            <remarks>
            Override to avoid exposing this to build authors, as the JScript.NET
            compiler does not support package references.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.SuppressWarnings">
            <summary>
            Specifies a list of warnings that you want the compiler to suppress.
            </summary>
            <remarks>
            Override to avoid exposing this to build authors, as the JScript.NET
            compiler does not support suppressing warnings.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.Codepage">
            <summary>
            Specifies the code page to use for all source code files in the
            compilation.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/codepage</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.KeyContainer">
            <summary>
            Specifies the key pair container used to strongname the assembly.
            </summary>
            <remarks>
            Override to avoid exposing this to build authors, as the JScript.NET
            does not support this.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.KeyFile">
            <summary>
            Specifies a strong name key file.
            </summary>
            <remarks>
            Override to avoid exposing this to build authors, as the JScript.NET
            does not support this.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.DelaySign">
            <summary>
            Specifies whether to delay sign the assembly using only the public
            portion of the strong name key.
            </summary>
            <remarks>
            Override to avoid exposing this to build authors, as the JScript.NET
            does not support this.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.SupportsKeyContainer">
            <summary>
            Indicates whether the compiler for a given target framework supports
            the "keycontainer" option. The default is <see langword="false" />.
            </summary>
            <value>
            <see langword="false" />.
            </value>
            <remarks>
            Override to avoid exposing this to build authors, as the JScript.NET
            does not support this.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.SupportsKeyFile">
            <summary>
            Indicates whether the compiler for a given target framework supports
            the "keyfile" option. The default is <see langword="false" />.
            </summary>
            <value>
            <see langword="false" />.
            </value>
            <remarks>
            Override to avoid exposing this to build authors, as the JScript.NET
            does not support this.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.SupportsDelaySign">
            <summary>
            Indicates whether the compiler for a given target framework supports
            the "delaysign" option. The default is <see langword="false" />.
            </summary>
            <value>
            <see langword="false" />.
            </value>
            <remarks>
            Override to avoid exposing this to build authors, as the JScript.NET
            does not support this.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.SupportsPlatform">
            <summary>
            Specifies whether the compiler for the active target framework
            supports limiting the platform on which the compiled code can run.
            The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.Modules">
            <summary>
            Link the specified modules into this assembly.
            </summary>
            <remarks>
            Override to avoid exposing this to build authors, as the JScript.NET
            compiler does not support linking modules.
            </remarks></member>
        <member name="M:NAnt.DotNet.Tasks.JscTask.WriteModuleReferences(System.IO.TextWriter)">
            <summary>
            Writes module references to the specified <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the module references should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.JscTask.WriteOptions(System.IO.TextWriter)">
            <summary>
            Writes the compiler options to the specified <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer"><see cref="T:System.IO.TextWriter" /> to which the compiler options should be written.</param></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.Extension">
            <summary>
            Gets the file extension required by the current compiler.
            </summary>
            <value>
            For the JScript.NET compiler, the file extension is always <c>js</c>.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.ClassNameRegex">
            <summary>
            Gets the class name regular expression for the language of the
            current compiler.
            </summary>
            <value>
            Class name regular expression for the language of the current
            compiler.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.JscTask.NamespaceRegex">
            <summary>
            Gets the namespace regular expression for the language of the
            current compiler.
            </summary>
            <value>
            Namespace regular expression for the language of the current
            compiler.
            </value></member>
        <member name="T:NAnt.DotNet.Tasks.LicenseTask">
            <summary>
            Generates a <c>.licence</c> file from a <c>.licx</c> file.
            </summary>
            <remarks>
            <para>
            If no output file is specified, the default filename is the name of the
            target file with the extension <c>.licenses</c> appended.
            </para>
            </remarks>
            <example>
            <para>
            Generate the file <c>component.exe.licenses</c> file from <c>component.licx</c>.
            </para>
            <code>
            <![CDATA[
            <license input="component.licx" licensetarget="component.exe" />
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.InputFile">
            <summary>
            Input file to process.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.OutputFile">
            <summary>
            Name of the license file to output.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.Assemblies">
            <summary>
            Names of the references to scan for the licensed component.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.LicenseTarget">
            <summary>
            Specifies the executable for which the .licenses file is generated.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.Target">
            <summary>
            Specifies the executable for which the .licenses file is generated.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.SupportsAssemblyReferences">
            <summary>
            Indicates whether assembly references are supported by the current
            target framework. The default is <see langword="false" />.
            </summary>
            <remarks>
            Applies only to frameworks having a command line tool for compiling
            licenses files.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.HasCommandLineCompiler">
            <summary>
            Indicates whether the current target framework has a command line
            tool for compiling licenses files. The default is
            <see langword="true" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.LicenseTask.Initialize">
            <summary>
            Initializes the <see cref="T:NAnt.DotNet.Tasks.LicenseTask" /> class.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.BaseDirectory">
            <summary>
            Gets the working directory for the application.
            </summary>
            <value>
            The working directory for the application.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.Arguments">
            <summary>
            The command-line arguments for the external program.
            </summary>
            <remarks>
            Override to avoid exposing these elements in build file.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.ProgramArguments">
            <summary>
            Gets the command-line arguments for the external program.
            </summary>
            <value>
            The command-line arguments for the external program.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.LicenseTask.ProgramFileName">
            <summary>
            Gets the filename of the external program to start.
            </summary>
            <value>
            The filename of the external program.
            </value>
            <remarks>
            Override in derived classes to explicitly set the location of the
            external tool.
            </remarks></member>
        <member name="M:NAnt.DotNet.Tasks.LicenseTask.PrepareProcess(System.Diagnostics.Process)">
            <summary>
            Updates the <see cref="T:System.Diagnostics.ProcessStartInfo" /> of the specified
            <see cref="T:System.Diagnostics.Process" />.
            </summary>
            <param name="process">The <see cref="T:System.Diagnostics.Process" /> of which the <see cref="T:System.Diagnostics.ProcessStartInfo" /> should be updated.</param></member>
        <member name="M:NAnt.DotNet.Tasks.LicenseTask.ExecuteTask">
            <summary>
            Generates the license file.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.LicenseTask.NeedsCompiling(System.IO.FileInfo)">
            <summary>
            Determines whether the <c>.licenses</c> file needs to be recompiled
            or is uptodate.
            </summary>
            <param name="licensesFile">The <c>.licenses</c> file.</param>
            <returns>
            <see langword="true" /> if the <c>.licenses</c> file needs compiling;
            otherwise, <see langword="false" />.
            </returns></member>
        <member name="T:NAnt.DotNet.Tasks.LicenseTask.LicenseGatherer">
            <summary>
            Responsible for reading the license and writing them to a license
            file.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.LicenseTask.LicenseGatherer.InitializeLifetimeService">
            <summary>
            Obtains a lifetime service object to control the lifetime policy for
            this instance.
            </summary>
            <returns>
            An object of type <see cref="T:System.Runtime.Remoting.Lifetime.ILease" /> used to control the lifetime
            policy for this instance. This is the current lifetime service object
            for this instance if one exists; otherwise, a new lifetime service
            object initialized with a lease that will never time out.
            </returns></member>
        <member name="M:NAnt.DotNet.Tasks.LicenseTask.LicenseGatherer.CreateLicenseFile(NAnt.DotNet.Tasks.LicenseTask,System.String)">
            <summary>
            Creates the whole license file.
            </summary>
            <param name="licenseTask">The <see cref="T:NAnt.DotNet.Tasks.LicenseTask" /> instance for which the license file should be created.</param>
            <param name="licensesFile">The .licenses file to create.</param></member>
        <member name="M:NAnt.DotNet.Tasks.LicenseTask.LicenseGatherer.IsSerializable(System.Object)">
            <summary>
            Determines whether the given object is serializable in binary
            format.
            </summary>
            <param name="value">The object to check.</param>
            <returns>
            <see langword="true" /> if <paramref name="value" /> is
            serializable in binary format; otherwise, <see langword="false" />.
            </returns></member>
        <member name="T:NAnt.DotNet.Tasks.RegsvcsTask">
            <summary>
            Installs or removes .NET Services.
            </summary>
            <remarks>
            <para>
            This tasks provides the same functionality as the <c>regsvcs</c> tool
            provided in the .NET SDK.
            </para>
            <para>
            It performs the following actions:
            </para>
            <list type="bullet">
            <item>
            <description>Loads and registers an assembly.</description>
            </item>
            <item>
            <description>Generates, registers, and installs a type library into a specified COM+ application.</description>
            </item>
            <item>
            <description>Configures services that are added programmatically to your class.</description>
            </item>
            </list>
            <para>
            Refer to the <see href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrfnetservicesinstallationutilityregsvcsexe.htm">.NET Services Installation Tool (Regsvcs.exe)</see> for more information.
            </para>
            </remarks>
            <example>
            <para>
            Adds all public classes contained in <c>myTest.dll</c> to a COM+
            application and produces the <c>myTest.tlb</c> type library. If the
            application already exists, it is overwritten.
            </para>
            <code>
            <![CDATA[
            <regsvcs action="FindOrCreate" assembly="myTest.dll" />
            ]]>
            </code>
            </example>
            <example>
            <para>
            Adds all public classes contained in <c>myTest.dll</c> to <c>myTargetApp</c>
            and produces the <c>myTest.tlb</c> type library. If the application already
            exists, it is overwritten.
            </para>
            <code>
            <![CDATA[
            <regsvcs action="FindOrCreate" assembly="myTest.dll" application="myTargetApp" />
            ]]>
            </code>
            </example>
            <example>
            <para>
            Adds all public classes contained in <c>myTest.dll</c> to a COM+
            application and produces the <c>myTest.tlb</c> type library. A new
            application is always created.
            </para>
            <code>
            <![CDATA[
            <regsvcs action="Create" assembly="myTest.dll" />
            ]]>
            </code>
            </example>
            <example>
            <para>
            Uninstalls the COM+ application contained in <c>myTest.dll</c>.
            </para>
            <code>
            <![CDATA[
            <regsvcs action="Uninstall" assembly="myTest.dll" />
            ]]>
            </code>
            </example></member>
        <member name="T:NAnt.DotNet.Tasks.RegsvcsTask.ActionType">
            <summary>
            Defines the possible actions for a .NET Service.
            </summary></member>
        <member name="F:NAnt.DotNet.Tasks.RegsvcsTask.ActionType.FindOrCreate">
            <summary>
            Finds or creates the target application.
            </summary></member>
        <member name="F:NAnt.DotNet.Tasks.RegsvcsTask.ActionType.Create">
            <summary>
            Creates the target application.
            </summary></member>
        <member name="F:NAnt.DotNet.Tasks.RegsvcsTask.ActionType.Uninstall">
            <summary>
            Uninstalls the target application.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.RegsvcsTask.Action">
            <summary>
            Defines the action to take with the assembly. The default is
            <see cref="F:NAnt.DotNet.Tasks.RegsvcsTask.ActionType.FindOrCreate" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.RegsvcsTask.AssemblyFile">
            <summary>
            The source assembly file.
            </summary>
            <remarks>
            The assembly must be signed with a strong name.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.RegsvcsTask.TypeLibrary">
            <summary>
            Specifies the type library file to install.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.RegsvcsTask.ExistingTypeLibrary">
            <summary>
            Uses an existing type library. The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.RegsvcsTask.NoReconfig">
            <summary>
            Do not reconfigure an existing target application.
            The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.RegsvcsTask.ComponentsOnly">
            <summary>
            Configures components only; ignores methods and interfaces.
            The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.RegsvcsTask.ExistingApplication">
            <summary>
            Expect an existing application. The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.RegsvcsTask.ApplicationName">
            <summary>
            Specifies the name of the COM+ application to either find or create.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.RegsvcsTask.PartitionName">
            <summary>
            Specifies the name or id of the COM+ application to either find or
            create.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.RegsvcsTask.ProgramArguments">
            <summary>
            Gets the command-line arguments for the external program.
            </summary>
            <value>
            The command-line arguments for the external program.
            </value></member>
        <member name="M:NAnt.DotNet.Tasks.RegsvcsTask.ExecuteTask">
            <summary>
            Performs the specified action.
            </summary></member>
        <member name="T:NAnt.DotNet.Tasks.ResGenTask">
            <summary>
            Converts files from one resource format to another.
            </summary>
            <remarks>
            <note>
            If no <see cref="P:NAnt.DotNet.Tasks.ResGenTask.ToDirectory" /> is specified, the resource file will
            be created next to the input file.
            </note>
            </remarks>
            <example>
            <para>
            Convert a resource file from the <c>.resx</c> to the <c>.resources</c>
            format.
            </para>
            <code>
            <![CDATA[
            <resgen input="translations.resx" output="translations.resources" />
            ]]>
            </code>
            </example>
            <example>
            <para>
            Convert a set of <c>.resx</c> files to the <c>.resources</c> format.
            </para>
            <code>
            <![CDATA[
            <resgen todir=".">
            <resources>
            <include name="*.resx" />
            </resources>
            </resgen>
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.InputFile">
            <summary>
            Input file to process.
            </summary>
            <value>
            The full path to the input file.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.OutputFile">
            <summary>
            The resource file to output.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.TargetExt">
            <summary>
            The target type. The default is <c>resources</c>.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.ToDirectory">
            <summary>
            The directory to which outputs will be stored.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.UseSourcePath">
            <summary>
            Use each source file's directory as the current directory for
            resolving relative file paths. The default is <see langword="false" />.
            Only supported when targeting .NET 2.0 (or higher).
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.Resources">
            <summary>
            Takes a list of <c>.resx</c> or <c>.txt</c> files to convert to <c>.resources</c> files.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.Assemblies">
            <summary>
            Reference metadata from the specified assembly files.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.SupportsAssemblyReferences">
            <summary>
            Indicates whether assembly references are supported by the
            <c>resgen</c> tool for the current target framework. The default
            is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.SupportsExternalFileReferences">
            <summary>
            Indicates whether external file references are supported by the
            <c>resgen</c> tool for the current target framework. The default
            is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.QualifiedResources">
            <summary>
            For internal use only !
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.BaseDirectory">
            <summary>
            Gets the working directory for the application.
            </summary>
            <value>
            The working directory for the application.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.ProgramArguments">
            <summary>
            Gets the command line arguments for the external program.
            </summary>
            <value>
            The command line arguments for the external program.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.ResGenTask.ProgramFileName">
            <summary>
            Gets the filename of the external program to start.
            </summary>
            <value>
            The filename of the external program.
            </value>
            <remarks>
            Override in derived classes to explicitly set the location of the
            external tool.
            </remarks></member>
        <member name="M:NAnt.DotNet.Tasks.ResGenTask.PrepareProcess(System.Diagnostics.Process)">
            <summary>
            Updates the <see cref="T:System.Diagnostics.ProcessStartInfo" /> of the specified
            <see cref="T:System.Diagnostics.Process" />.
            </summary>
            <param name="process">The <see cref="T:System.Diagnostics.Process" /> of which the <see cref="T:System.Diagnostics.ProcessStartInfo" /> should be updated.</param></member>
        <member name="M:NAnt.DotNet.Tasks.ResGenTask.ExecuteTask">
            <summary>
            Converts a single file or group of files.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.ResGenTask.RemoveOutputs">
            <summary>
            Cleans up generated files.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.ResGenTask.NeedsCompiling(System.IO.FileInfo,System.IO.FileInfo)">
            <summary>
            Determines whether the specified input file needs to be compiled.
            </summary>
            <param name="inputFile">The input file.</param>
            <param name="outputFile">The output file.</param>
            <returns>
            <see langword="true" /> if the input file need to be compiled;
            otherwise <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Tasks.ResGenTask.GetOutputFile(System.IO.FileInfo)">
            <summary>
            Determines the full path and extension for the output file.
            </summary>
            <param name="file">The output file for which the full path and extension should be determined.</param>
            <returns>
            The full path (with extensions) for the specified file.
            </returns></member>
        <member name="M:NAnt.DotNet.Tasks.ResGenTask.ReferencesThirdPartyAssemblies(System.String)">
            <summary>
            Determines whether the specified resource file references third
            party assemblies by checking whether a &lt;data&gt; element exists
            with a "type" attribute that does not start with
            "System.".
            </summary>
            <param name="resourceFile">The resource file to check.</param>
            <returns>
            <see langword="true" /> if the resource file references third party
            assemblies, or an error occurred; otherwise, <see langword="false" />.
            </returns>
            <remarks>
            This check will only be accurate for 1.0 resource file, but the
            2.0 resx files can only be compiled with a resgen tool that supports
            assembly references, so this method will not be used anyway.
            </remarks></member>
        <member name="M:NAnt.DotNet.Tasks.ResGenTask.GetExternalFileReferences(System.IO.FileInfo)">
            <summary>
            Returns a list of external file references for the specified file.
            </summary>
            <param name="resxFile">The resx file for which a list of external file references should be returned.</param>
            <returns>
            A list of external file references for the specified file, or
            <see langword="null" /> if <paramref name="resxFile" /> does not
            exist or does not support external file references.
            </returns></member>
        <member name="T:NAnt.DotNet.Tasks.QualifiedResource">
            <summary>
            For internal use only !
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.QualifiedResource.#ctor(System.IO.FileInfo,System.IO.FileInfo)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Tasks.QualifiedResource" />
            class for a given input and output file.
            </summary>
            <param name="input">The resource to compile.</param>
            <param name="output">The compiled resource.</param></member>
        <member name="P:NAnt.DotNet.Tasks.QualifiedResource.Input">
            <summary>
            Gets the resource file to compile.
            </summary>
            <value>
            The resource file to compile.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.QualifiedResource.Output">
            <summary>
            Gets the compiled resource file.
            </summary>
            <value>
            The compiled resource file.
            </value></member>
        <member name="T:NAnt.DotNet.Tasks.ScriptTask">
            <summary>
            Executes the code contained within the task.
            </summary>
            <remarks>
            <h5>Code</h5>
            <para>
            The <see cref="T:NAnt.DotNet.Tasks.ScriptTask" /> must contain a single <c>code</c>
            element, which in turn contains the script code.
            </para>
            <para>
            This code can include extensions such as functions, or tasks. Once
            the script task has executed those extensions will be available for
            use in the buildfile.
            </para>
            <para>
            If no extensions have been defined, a static entry point named
            <c>ScriptMain</c> - which must have a single <see cref="T:NAnt.Core.Project" />
            argument - is required.
            </para>
            <h5>Namespaces</h5>
            <para>
            The following namespaces are imported by default:
            </para>
            <list type="bullet">
            <item>
            <description>System</description>
            </item>
            <item>
            <description>System.Collections</description>
            </item>
            <item>
            <description>System.IO</description>
            </item>
            <item>
            <description>System.Text</description>
            </item>
            <item>
            <description>NAnt.Core</description>
            </item>
            <item>
            <description>NAnt.Core.Attributes</description>
            </item>
            </list>
            <h5>Assembly References</h5>
            <para>
            The assembly references that are specified will be used to compile
            the script, and will be loaded into the NAnt appdomain.
            </para>
            <para>
            By default, only the <c>NAnt.Core</c> and <c>mscorlib</c> assemblies
            are referenced.
            </para>
            </remarks>
            <example>
            <para>Run C# code that writes a message to the build log.</para>
            <code>
            &lt;script language="C#"&gt;
            &lt;code&gt;
            &lt;![CDATA[
            public static void ScriptMain(Project project) {
            project.Log(Level.Info, "Hello World from a script task using C#");
            }
            ]]&gt;
            &lt;/code&gt;
            &lt;/script&gt;
            </code>
            </example>
            <example>
            <para>Define a custom function and call it using C#.</para>
            <code>
            &lt;script language="C#" prefix="test" &gt;
            &lt;code&gt;
            &lt;![CDATA[
            [Function("test-func")]
            public static string Testfunc(  ) {
            return "some result !!!!!!!!";
            }
            ]]&gt;
            &lt;/code&gt;
            &lt;/script&gt;
            &lt;echo message='${test::test-func()}'/&gt;
            </code>
            </example>
            <example>
            <para>Use a custom namespace in C# to create a database</para>
            <code>
            &lt;script language="C#" &gt;
            &lt;references&gt;
            &lt;include name="System.Data.dll" /&gt;
            &lt;/references&gt;
            &lt;imports&gt;
            &lt;import namespace="System.Data.SqlClient" /&gt;
            &lt;/imports&gt;
            &lt;code&gt;
            &lt;![CDATA[
            public static void ScriptMain(Project project) {
            string dbUserName = "nant";
            string dbPassword = "nant";
            string dbServer = "(local)";
            string dbDatabaseName = "NAntSample";
            string connectionString = String.Format("Server={0};uid={1};pwd={2};", dbServer, dbUserName, dbPassword);
            SqlConnection connection = new SqlConnection(connectionString);
            string createDbQuery = "CREATE DATABASE " + dbDatabaseName;
            SqlCommand createDatabaseCommand = new SqlCommand(createDbQuery);
            createDatabaseCommand.Connection = connection;
            connection.Open();
            try {
            createDatabaseCommand.ExecuteNonQuery();
            project.Log(Level.Info, "Database added successfully: " + dbDatabaseName);
            } catch (Exception e) {
            project.Log(Level.Error, e.ToString());
            } finally {
            connection.Close();
            }
            }
            ]]&gt;
            &lt;/code&gt;
            &lt;/script&gt;
            </code>
            </example>
            <example>
            <para>
            Run Visual Basic.NET code that writes a message to the build log.
            </para>
            <code>
            &lt;script language="VB"&gt;
            &lt;code&gt;
            &lt;![CDATA[
            Public Shared Sub ScriptMain(project As Project)
            project.Log(Level.Info, "Hello World from a script task using Visual Basic.NET")
            End Sub
            ]]&gt;
            &lt;/code&gt;
            &lt;/script&gt;
            </code>
            </example>
            <example>
            <para>Define a custom task and call it using C#.</para>
            <code>
            &lt;script language="C#" prefix="test" &gt;
            &lt;code&gt;
            &lt;![CDATA[
            [TaskName("usertask")]
            public class TestTask : Task {
            #region Private Instance Fields
            private string _message;
            #endregion Private Instance Fields
            #region Public Instance Properties
            [TaskAttribute("message", Required=true)]
            public string FileName {
            get { return _message; }
            set { _message = value; }
            }
            #endregion Public Instance Properties
            #region Override implementation of Task
            protected override void ExecuteTask() {
            Log(Level.Info, _message.ToUpper());
            }
            #endregion Override implementation of Task
            }
            ]]&gt;
            &lt;/code&gt;
            &lt;/script&gt;
            &lt;usertask message='Hello from UserTask'/&gt;
            </code>
            </example>
            <example>
            <para>
            Define a custom function and call it using <see href="http://boo.codehaus.org/">Boo</see>.
            </para>
            <code>
            &lt;script language="Boo.CodeDom.BooCodeProvider, Boo.CodeDom, Version=1.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67"
            failonerror="true"&gt;
            &lt;code&gt;
            &lt;![CDATA[
            [Function("test-func")]
            def MyFunc():
            return "Hello from Boo !!!!!!"
            ]]&gt;
            &lt;/code&gt;
            &lt;/script&gt;
            &lt;echo message='${script::test-func()}'/&gt;
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.ScriptTask.Language">
            <summary>
            The language of the script block. Possible values are "VB", "vb", "VISUALBASIC", "C#", "c#", "CSHARP".
            "JS", "js", "JSCRIPT" "VJS", "vjs", "JSHARP" or a fully-qualified name for a class implementing
            <see cref="T:System.CodeDom.Compiler.CodeDomProvider" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ScriptTask.References">
            <summary>
            Any required references.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ScriptTask.MainClass">
            <summary>
            The name of the main class containing the static <c>ScriptMain</c>
            entry point.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ScriptTask.Prefix">
            <summary>
            The namespace prefix for any custom functions defined in the script.
            If ommitted the prefix will default to 'script'
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ScriptTask.Imports">
            <summary>
            The namespaces to import.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.ScriptTask.Code">
            <summary>
            The code to execute.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.ScriptTask.Initialize">
            <summary>
            Initializes the task.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.ScriptTask.ExecuteTask">
            <summary>
            Executes the script block.
            </summary></member>
        <member name="T:NAnt.DotNet.Tasks.VbcTask">
            <summary>
            Compiles Visual Basic.NET programs.
            </summary>
            <remarks>
            <note>
            In order to have <see cref="T:NAnt.DotNet.Tasks.VbcTask" /> generate manifest resource names
            that match those generated by Microsoft Visual Studio.NET, the value of
            the <see cref="P:NAnt.DotNet.Types.ResourceFileSet.Prefix" /> attribute of the &lt;<see cref="P:NAnt.DotNet.Tasks.CompilerBase.ResourcesList" />&gt;
            element should match the "Root namespace" of the VB.NET project, and the
            value of the <see cref="P:NAnt.DotNet.Types.ResourceFileSet.DynamicPrefix" /> attribute
            should be set to "<see langword="false" />".
            </note>
            </remarks>
            <example>
            <para>Example build file using this task.</para>
            <code>
            <![CDATA[
            <project name="Hello World" default="build" basedir=".">
            <property name="basename" value="HelloWorld" />
            <target name="clean">
            <delete file="${basename}-vb.exe" failonerror="false" />
            <delete file="${basename}-vb.pdb" failonerror="false" />
            </target>
            <target name="build">
            <vbc target="exe" output="${basename}-vb.exe" rootnamespace="${basename}">
            <imports>
            <import namespace="System" />
            <import namespace="System.Data" />
            </imports>
            <sources>
            <include name="${basename}.vb" />
            </sources>
            <resources prefix="${basename}" dynamicprefix="true">
            <include name="**/*.resx" />
            </resources>
            <references>
            <include name="System.dll" />
            <include name="System.Data.dll" />
            </references>
            </vbc>
            </target>
            <target name="rebuild" depends="clean, build" />
            </project>
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.BaseAddress">
            <summary>
            The preferred base address at which to load a DLL. The default base
            address for a DLL is set by the .NET Framework common language
            runtime.
            </summary>
            <value>
            The preferred base address at which to load a DLL.
            </value>
            <remarks>
            This address must be specified as a hexadecimal number.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.DebugOutput">
            <summary>
            Specifies the type of debugging information generated by the
            compiler. The default is <see cref="T:NAnt.DotNet.Types.DebugOutput.None" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.Debug">
            <summary>
            No longer expose this to build authors. Use <see cref="T:NAnt.DotNet.Types.DebugOutput" />
            instead.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.DocFile">
            <summary>
            The name of the XML documentation file to generate. Only supported
            when targeting .NET 2.0 (or higher).
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/doc:</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.ImportsString">
            <summary>
            Specifies whether the <c>/imports</c> option gets passed to the
            compiler.
            </summary>
            <value>
            The value of this attribute is a string that contains one or more
            namespaces separated by commas.
            </value>
            <remarks>
            <a href="ms-help://MS.NETFrameworkSDK/vblr7net/html/valrfImportImportNamespaceFromSpecifiedAssembly.htm">See the Microsoft.NET Framework SDK documentation for details.</a>
            </remarks>
            <example>Example of an imports attribute
            <code><![CDATA[imports="Microsoft.VisualBasic, System, System.Collections, System.Data, System.Diagnostics"]]></code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.Imports">
            <summary>
            The namespaces to import.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.NoStdLib">
            <summary>
            Instructs the compiler not to reference standard libraries
            (system.dll and VBC.RSP). The default is <see langword="false" />.
            Only supported when targeting .NET 2.0 (or higher).
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/nostdlib</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.OptionCompare">
            <summary>
            Specifies whether <c>/optioncompare</c> option gets passed to the
            compiler.
            </summary>
            <value>
            <c>text</c>, <c>binary</c>, or an empty string.  If the value is
            <see langword="false" /> or an empty string, the option will not be
            passed to the compiler.
            </value>
            <remarks><a href="ms-help://MS.NETFrameworkSDK/vblr7net/html/valrfOptioncompareSpecifyHowStringsAreCompared.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.OptionExplicit">
            <summary>
            Specifies whether the <c>/optionexplicit</c> option gets passed to
            the compiler. The default is <see langword="false" />.
            </summary>
            <value>
            <see langword="true" /> if the option should be passed to the compiler;
            otherwise, <see langword="false" />.
            </value>
            <remarks><a href="ms-help://MS.NETFrameworkSDK/vblr7net/html/valrfOptionexplicitRequireExplicitDeclarationOfVariables.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.OptionOptimize">
            <summary>
            Specifies whether the <c>/optimize</c> option gets passed to the
            compiler. The default is <see langword="false" />.
            </summary>
            <value>
            <see langword="true" /> if the option should be passed to the compiler;
            otherwise, <see langword="false" />.
            </value>
            <remarks><a href="ms-help://MS.NETFrameworkSDK/vblr7net/html/valrfoptimizeenabledisableoptimizations.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.OptionStrict">
            <summary>
            Specifies whether the <c>/optionstrict</c> option gets passed to
            the compiler. The default is <see langword="false" />.
            </summary>
            <value>
            <see langword="true" /> if the option should be passed to the compiler;
            otherwise, <see langword="false" />.
            </value>
            <remarks><a href="ms-help://MS.NETFrameworkSDK/vblr7net/html/valrfOptionstrictEnforceStrictTypeSemantics.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.Platform">
            <summary>
            Specifies which platform version of common language runtime (CLR)
            can run the output file.
            </summary>
            <value>
            The platform version of common language runtime (CLR) that can run
            the output file.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/platform</c> flag.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.RemoveIntChecks">
            <summary>
            Specifies whether the <c>/removeintchecks</c> option gets passed to
            the compiler. The default is <see langword="false" />.
            </summary>
            <value>
            <see langword="true" /> if the option should be passed to the compiler;
            otherwise, <see langword="false" />.
            </value>
            <remarks><a href="ms-help://MS.NETFrameworkSDK/vblr7net/html/valrfRemoveintchecksRemoveInteger-OverflowChecks.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.RootNamespace">
            <summary>
            Specifies whether the <c>/rootnamespace</c> option gets passed to
            the compiler.
            </summary>
            <value>
            The value of this attribute is a string that contains the root
            namespace of the project.
            </value>
            <remarks><a href="ms-help://MS.NETFrameworkSDK/vblr7net/html/valrfRootnamespace.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.SupportsDocGeneration">
            <summary>
            Specifies whether the compiler for the active target framework
            supports generation of XML Documentation file. The default is
            <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.SupportsNoStdLib">
            <summary>
            Specifies whether the compiler for the active target framework
            supports NOT referencing standard libraries (system.dll and VBC.RSP).
            The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.SupportsPlatform">
            <summary>
            Specifies whether the compiler for the active target framework
            supports limiting the platform on which the compiled code can run.
            The default is <see langword="false" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Tasks.VbcTask.GetResourceLinkage(System.String,System.Globalization.CultureInfo)">
            <summary>
            Finds the correct namespace/classname for a resource file from the
            given dependent source file, and ensure the <see cref="P:NAnt.DotNet.Tasks.VbcTask.RootNamespace" />
            is prefixed.
            </summary>
            <param name="dependentFile">The file from which the resource linkage of the resource file should be determined.</param>
            <param name="resourceCulture">The culture of the resource file for which the resource linkage should be determined.</param>
            <returns>
            The namespace/classname of the source file matching the resource or
            <see langword="null" /> if the dependent source file does not exist.
            </returns></member>
        <member name="M:NAnt.DotNet.Tasks.VbcTask.WriteConditionalCompilationConstants(System.IO.TextWriter)">
            <summary>
            Writes conditional compilation constants to the specified
            <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the conditional compilation constants should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.VbcTask.WriteOptions(System.IO.TextWriter)">
            <summary>
            Writes the compiler options to the specified <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer"><see cref="T:System.IO.TextWriter" /> to which the compiler options should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.VbcTask.NeedsCompiling">
            <summary>
            Determines whether compilation is needed.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.Extension">
            <summary>
            Gets the file extension required by the current compiler.
            </summary>
            <value>
            For the VB.NET compiler, the file extension is always <c>vb</c>.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.ClassNameRegex">
            <summary>
            Gets the class name regular expression for the language of the
            current compiler.
            </summary>
            <value>
            Class name regular expression for the language of the current
            compiler.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.VbcTask.NamespaceRegex">
            <summary>
            Gets the namespace regular expression for the language of the
            current compiler.
            </summary>
            <value>
            Namespace regular expression for the language of the current
            compiler.
            </value></member>
        <member name="T:NAnt.DotNet.Tasks.VjcTask">
            <summary>
            Compiles Visual J# programs using vjc, Microsoft's J# compiler.
            </summary>
            <remarks>
            <note>
            In order to have <see cref="T:NAnt.DotNet.Tasks.VjcTask" /> generate manifest resource names
            that match those generated by Microsoft Visual Studio.NET, the value of
            the <see cref="P:NAnt.DotNet.Types.ResourceFileSet.Prefix" /> attribute of the &lt;<see cref="P:NAnt.DotNet.Tasks.CompilerBase.ResourcesList" />&gt;
            element should match the "Default Package" of the J#.NET project, and
            the value of the <see cref="P:NAnt.DotNet.Types.ResourceFileSet.DynamicPrefix" /> attribute
            should be set to "<see langword="true" />".
            </note>
            </remarks>
            <example>
            <para>Compile a "HelloWorld" application, including embedded resources.</para>
            <code>
            <![CDATA[
            <vjc target="exe" output="helloworld.exe" debug="true">
            <sources>
            <include name="helloworld.jsl" />
            </sources>
            <resources prefix="HelloWorld" dynamicprefix="true">
            <include name="**/*.resx" />
            </resources>
            <references>
            <include name="System.dll" />
            <include name="System.Data.dll" />
            <include name="System.Drawing.dll" />
            <include name="System.Windows.Forms.dll" />
            <include name="System.Xml.dll" />
            </references>
            </vjc>
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.BaseAddress">
            <summary>
            The preferred base address at which to load a DLL. The default base
            address for a DLL is set by the .NET Framework common language
            runtime.
            </summary>
            <value>
            The preferred base address at which to load a DLL.
            </value>
            <remarks>
            This address can be specified as a decimal, hexadecimal, or octal
            number.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.DebugOutput">
            <summary>
            Specifies the type of debugging information generated by the
            compiler. The default is <see cref="T:NAnt.DotNet.Types.DebugOutput.None" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.Debug">
            <summary>
            No longer expose this to build authors. Use <see cref="T:NAnt.DotNet.Types.DebugOutput" />
            instead.
            </summary></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.SecureScoping">
            <summary>
            Specifies whether package-scoped members are accessible outside of
            the assembly. In other words, package scope is treated as assembly
            scope when emitting metadata. The default is <see langword="false" />.
            </summary>
            <value>
            <see langword="true" /> if the option should be passed to the compiler;
            otherwise, <see langword="false" />.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/securescoping</c> flag.
            </para>
            <para>
            <a href="ms-help://MS.VSCC/MS.VJSharp/dv_vjsharp/html/vjgrfsecurescopingmakepackage-scopedmembersinaccessibleoutsideassembly.htm">See the Visual J# Reference for details.</a>
            </para>
            </remarks>
            <example>
            <code><![CDATA[<vjc securescoping='true'/>]]></code>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.X">
            <summary>
            Specifies whether to disable language extensions.
            </summary>
            <value>
            The value of this property must be either <c>all</c>, <c>net</c>,
            or an empty string.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/x</c> flag.
            </para>
            <para>
            <a href="ms-help://MS.VSCC/MS.VJSharp/dv_vjsharp/html/vjgrfxdisablelanguageextensions.htm">See the Visual J# Reference for details.</a>
            </para>
            </remarks>
            <example>
            <para>To disable only the .NET Framework extensions:<c><![CDATA[
            <vjc x='net'/>
            ]]></c></para>
            <para>To disable the .NET Framework extensions and the VJ++ 6.0 extensions:<c><![CDATA[
            <vjc x='all'/>
            ]]></c></para>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.LibPath">
            <summary>
            Specifies the location of assemblies referenced by way of the <c>/reference</c> flag.
            </summary>
            <remarks>
            <para>
            Corresponds to the <c>/libpath:dir[;dir2]</c> flag.
            </para>
            <para>
            <a href="ms-help://MS.VSCC/MS.VJSharp/dv_vjsharp/html/vjgrflibpathspecifyassemblyreferencelocations.htm">See the Visual J# Reference for details.</a>
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.Jcpa">
            <summary>
            Associate Java-language/COM package names.
            </summary>
            <value>
            The value of this propery. must be <c>package=namespace</c>, <c>@filename</c>,
            or an empty string.
            </value>
            <remarks>
            <para>
            Corresponds to the <c>/jcpa:package=namespace</c> and <c>/jcpa:@filename</c> flags.
            </para>
            <para>
            <a href="ms-help://MS.VSCC/MS.VJSharp/dv_vjsharp/html/vjgrfjcpaassociatejava-compackages.htm">See the Visual J# Reference for details.</a>
            </para>
            </remarks>
            <example>
            <para>Map package 'x' to namespace 'y':<c><![CDATA[
            <vjc jcpa='x=y'/>
            ]]></c></para>
            </example></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.Codepage">
            <summary>
            Specifies the code page to use for all source code files in the
            compilation.
            </summary>
            <remarks>
            <para>
            Corresponds with the <c>/codepage</c> flag.
            </para>
            <para>
            <a href="ms-help://MS.VSCC/MS.VJSharp/dv_vjsharp/html/vjlrfcodepagespecifycodepageforsourcecodefiles.htm">See the Visual J# Reference for details.</a>
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.WarningLevel">
            <summary>
            Specifies the warning level for the compiler to display. Valid values
            are <c>0</c>-<c>4</c>. The default is <c>4</c>.
            </summary>
            <value>
            The warning level for the compiler to display.
            </value>
            <remarks>
            <para>
            Corresponds with the <c>/warn</c> option.
            </para>
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.WarningAsError">
            <summary>
            Controls which warnings should be reported as errors.
            </summary>
            <remarks>
            Override to avoid exposing this to build authors, as the Visual J#
            compiler does not allow control over which warnings should be
            reported as errors.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.Packages">
            <summary>
            Reference packages
            </summary>
            <remarks>
            Override to avoid exposing this to build authors, as the Visual J#
            compiler does not support package references.
            </remarks></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.Modules">
            <summary>
            Link the specified modules into this assembly.
            </summary>
            <remarks>
            Override to avoid exposing this to build authors, as the Visual J#
            compiler does not support linking modules.
            </remarks></member>
        <member name="M:NAnt.DotNet.Tasks.VjcTask.WriteModuleReferences(System.IO.TextWriter)">
            <summary>
            Writes module references to the specified <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer">The <see cref="T:System.IO.TextWriter" /> to which the module references should be written.</param></member>
        <member name="M:NAnt.DotNet.Tasks.VjcTask.WriteOptions(System.IO.TextWriter)">
            <summary>
            Writes the compiler options to the specified <see cref="T:System.IO.TextWriter" />.
            </summary>
            <param name="writer"><see cref="T:System.IO.TextWriter" /> to which the compiler options should be written.</param></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.Extension">
            <summary>
            Gets the file extension required by the current compiler.
            </summary>
            <value>
            For the J# compiler, the file extension is always <c>jsl</c>.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.ClassNameRegex">
            <summary>
            Gets the class name regular expression for the language of the
            current compiler.
            </summary>
            <value>
            Class name regular expression for the language of the current
            compiler.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.NamespaceRegex">
            <summary>
            Gets the namespace regular expression for the language of the
            current compiler.
            </summary>
            <value>
            Namespace regular expression for the language of the current
            compiler.
            </value></member>
        <member name="P:NAnt.DotNet.Tasks.VjcTask.SupportsPackageReferences">
            <summary>
            Override to avoid exposing the configuration setting for this
            task as Visual J# will never support package references.
            </summary>
            <value>
            <see langword="false" />, as the Visual J# compiler will never
            support package references.
            </value></member>
        <member name="T:NAnt.DotNet.Types.AssemblyAttribute">
            <summary>
            Represents an assembly-level attribute.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttribute.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" />
            class.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.AssemblyAttribute.TypeName">
            <summary>
            Typename of the assembly-level attribute.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.AssemblyAttribute.Value">
            <summary>
            Value of the attribute.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.AssemblyAttribute.AsIs">
            <summary>
            If <see langword="true" /> then the value of the attribute will be
            set as is, without actually looking for a matching constructor or
            named properties. The default is <see langword="false" />.
            </summary>
            <value>
            <see langword="true" /> if the value of the attribute should be set
            as is; otherwise, <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Types.AssemblyAttribute.IfDefined">
            <summary>
            Indicates if the attribute should be generated.
            </summary>
            <value>
            <see langword="true" /> if the attribute should be generated;
            otherwise, <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Types.AssemblyAttribute.UnlessDefined">
            <summary>
            Indicates if the attribute should be not generated.
            </summary>
            <value>
            <see langword="true" /> if the attribute should be not generated;
            otherwise, <see langword="false" />.
            </value></member>
        <member name="T:NAnt.DotNet.Types.AssemblyAttributeCollection">
            <summary>
            Contains a strongly typed collection of <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" />
            objects.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.AssemblyAttributeCollection" /> class.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.#ctor(NAnt.DotNet.Types.AssemblyAttributeCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.AssemblyAttributeCollection" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.AssemblyAttributeCollection" /> instance.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.#ctor(NAnt.DotNet.Types.AssemblyAttribute[])">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.AssemblyAttributeCollection" /> class
            with the specified array of <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> instances.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.AssemblyAttributeCollection.Item(System.Int32)">
            <summary>
            Gets or sets the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to get or set.</param></member>
        <member name="P:NAnt.DotNet.Types.AssemblyAttributeCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> with the specified value.
            </summary>
            <param name="value">The value of the <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> to get.</param></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.Add(NAnt.DotNet.Types.AssemblyAttribute)">
            <summary>
            Adds a <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> to the end of the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> to be added to the end of the collection.</param>
            <returns>The position into which the new element was inserted.</returns></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.AddRange(NAnt.DotNet.Types.AssemblyAttribute[])">
            <summary>
            Adds the elements of a <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> array to the end of the collection.
            </summary>
            <param name="items">The array of <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> elements to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.AddRange(NAnt.DotNet.Types.AssemblyAttributeCollection)">
            <summary>
            Adds the elements of a <see cref="T:NAnt.DotNet.Types.AssemblyAttributeCollection" /> to the end of the collection.
            </summary>
            <param name="items">The <see cref="T:NAnt.DotNet.Types.AssemblyAttributeCollection" /> to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.Contains(NAnt.DotNet.Types.AssemblyAttribute)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> is in the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> to locate in the collection.</param>
            <returns>
            <see langword="true" /> if <paramref name="item" /> is found in the
            collection; otherwise, <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.Contains(System.String)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> with the specified
            value is in the collection.
            </summary>
            <param name="value">The argument value to locate in the collection.</param>
            <returns>
            <see langword="true" /> if a <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> with
            value <paramref name="value" /> is found in the collection; otherwise,
            <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.CopyTo(NAnt.DotNet.Types.AssemblyAttribute[],System.Int32)">
            <summary>
            Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
            </summary>
            <param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
            <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.IndexOf(NAnt.DotNet.Types.AssemblyAttribute)">
            <summary>
            Retrieves the index of a specified <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> object in the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> object for which the index is returned.</param>
            <returns>
            The index of the specified <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" />. If the <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> is not currently a member of the collection, it returns -1.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.Insert(System.Int32,NAnt.DotNet.Types.AssemblyAttribute)">
            <summary>
            Inserts a <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> into the collection at the specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> to insert.</param></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through the collection.
            </summary>
            <returns>
            A <see cref="T:NAnt.DotNet.Types.AssemblyAttributeEnumerator" /> for the entire collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeCollection.Remove(NAnt.DotNet.Types.AssemblyAttribute)">
            <summary>
            Removes a member from the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> to remove from the collection.</param></member>
        <member name="T:NAnt.DotNet.Types.AssemblyAttributeEnumerator">
            <summary>
            Enumerates the <see cref="T:NAnt.DotNet.Types.AssemblyAttribute" /> elements of a <see cref="T:NAnt.DotNet.Types.AssemblyAttributeCollection" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeEnumerator.#ctor(NAnt.DotNet.Types.AssemblyAttributeCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.AssemblyAttributeEnumerator" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.AssemblyAttributeCollection" />.
            </summary>
            <param name="arguments">The collection that should be enumerated.</param></member>
        <member name="P:NAnt.DotNet.Types.AssemblyAttributeEnumerator.Current">
            <summary>
            Gets the current element in the collection.
            </summary>
            <returns>
            The current element in the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns>
            <see langword="true" /> if the enumerator was successfully advanced
            to the next element; <see langword="false" /> if the enumerator has
            passed the end of the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.AssemblyAttributeEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the
            first element in the collection.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.LibDirectorySet">
            <summary>
            A specialized <see cref="T:NAnt.Core.Types.FileSet" /> used for setting the lib directories.
            </summary>
            <remarks>
            The primary reason for this class is to allow the <see cref="P:NAnt.DotNet.Types.LibDirectorySet.BaseDirectory" />
            to always be the same value as the parent <see cref="T:NAnt.DotNet.Types.AssemblyFileSet" />
            </remarks>
            <seealso cref="T:NAnt.Core.Types.FileSet" /></member>
        <member name="M:NAnt.DotNet.Types.LibDirectorySet.#ctor(NAnt.DotNet.Types.AssemblyFileSet)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.LibDirectorySet" /> class.
            </summary>
            <param name="parent"></param></member>
        <member name="P:NAnt.DotNet.Types.LibDirectorySet.BaseDirectory">
            <summary>
            override this. We will always use the base directory of the parent.
            overriding without the TaskAttribute attribute prevents it being set
            in the source xml
            </summary></member>
        <member name="T:NAnt.DotNet.Types.AssemblyFileSet">
            <summary>
            Specialized <see cref="T:NAnt.Core.Types.FileSet" /> class for managing assembly files.
            </summary>
            <remarks>
            <para>
            If an include pattern does not contain any wildcard characters then
            the assembly will be searched for in following locations (in the order listed):
            </para>
            <list type="bullet">
            <item>
            <description>
            The base directory of the fileset.
            </description>
            </item>
            <item>
            <description>
            The directories specified using the nested &lt;lib&gt; element.
            </description>
            </item>
            <item>
            <description>
            The list of reference assemblies of the current target framework.
            </description>
            </item>
            </list>
            <para>
            The reference assemblies of a given target framework are defined using
            &lt;reference-assemblies&gt; filesets in the &lt;framework&gt; node
            of the NAnt configuration file.
            </para>
            </remarks>
            <example>
            <para>
            Define a reference with name "sys.assemblies", holding
            a set of system assemblies.
            </para>
            <code>
            <![CDATA[
            <assemblyfileset id="sys.assemblies">
            <include name="System.dll" />
            <include name="System.Data.dll" />
            <include name="System.Xml.dll" />
            </assemblyfileset>
            ]]>
            </code>
            <para>
            Use the predefined set of assemblies to compile a C# assembly.
            </para>
            <code>
            <![CDATA[
            <csc target="exe" output="HelloWorld.exe">
            <sources>
            <include name="**/*.cs" />
            </sources>
            <references refid="sys.assemblies" />
            </csc>
            ]]>
            </code>
            </example>
            <example>
            <para>
            Compile a C# assembly using assembly references that are searched for
            in the "Third Party Assemblies" and "Company Assemblies"
            directories.
            </para>
            <code>
            <![CDATA[
            <csc target="exe" output="HelloWorld.exe">
            <sources>
            <include name="**/*.cs" />
            </sources>
            <references>
            <lib>
            <include name="Third Party Assemblies" />
            <include name="Company Assemblies" />
            </lib>
            <include name="log4net.dll" />
            <include name="Company.Business.dll" />
            </references>
            </csc>
            ]]>
            </code>
            </example>
            <seealso cref="T:NAnt.Core.Types.FileSet" /></member>
        <member name="M:NAnt.DotNet.Types.AssemblyFileSet.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.AssemblyFileSet" /> class.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.AssemblyFileSet.#ctor(NAnt.Core.Types.FileSet)">
            <summary>
            copy constructor for FileSet. Required in order to
            assign references of FileSet type where
            AssemblyFileSets are used
            </summary>
            <param name="fs"></param></member>
        <member name="P:NAnt.DotNet.Types.AssemblyFileSet.Lib">
            <summary>
            Additional directories to search in for assembly references.
            </summary>
            <remarks>
            <para>
            loosely Corresponds with the <c>/lib[path]:</c> flag of the various compiler tasks.
            </para>
            </remarks></member>
        <member name="M:NAnt.DotNet.Types.AssemblyFileSet.Scan">
            <summary>
            Do a normal scan and then resolve assemblies.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.AssemblyFileSet.ResolveReferences">
            <summary>
            Resolves references to system assemblies and assemblies that can be
            resolved using directories specified in <see cref="P:NAnt.DotNet.Types.AssemblyFileSet.Lib" />.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.CompilerWarning">
            <summary>
            Represents a compiler warning.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.CompilerWarning.Number">
            <summary>
            A warning number, or comma-separated list of warnings, that you want
            the compiler to suppress or report.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.CompilerWarning.IfDefined">
            <summary>
            If <see langword="true" /> then the element will be processed;
            otherwise, skipped. The default is <see langword="true" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.CompilerWarning.UnlessDefined">
            <summary>
            If <see langword="true" /> then the element will be skipped;
            otherwise, processed. The default is <see langword="false" />.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.CompilerWarningCollection">
            <summary>
            Contains a collection of <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> elements.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.CompilerWarningCollection" /> class.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.#ctor(NAnt.DotNet.Types.CompilerWarningCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.CompilerWarningCollection" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.CompilerWarningCollection" /> instance.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.#ctor(NAnt.DotNet.Types.CompilerWarning[])">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.CompilerWarningCollection" /> class
            with the specified array of <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> instances.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.CompilerWarningCollection.Item(System.Int32)">
            <summary>
            Gets or sets the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to get or set.</param></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.Add(NAnt.DotNet.Types.CompilerWarning)">
            <summary>
            Adds a <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> to the end of the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> to be added to the end of the collection.</param>
            <returns>The position into which the new element was inserted.</returns></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.AddRange(NAnt.DotNet.Types.CompilerWarning[])">
            <summary>
            Adds the elements of a <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> array to the end of the collection.
            </summary>
            <param name="items">The array of <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> elements to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.AddRange(NAnt.DotNet.Types.CompilerWarningCollection)">
            <summary>
            Adds the elements of a <see cref="T:NAnt.DotNet.Types.CompilerWarningCollection" /> to the end of the collection.
            </summary>
            <param name="items">The <see cref="T:NAnt.DotNet.Types.CompilerWarningCollection" /> to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.Contains(NAnt.DotNet.Types.CompilerWarning)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> is in the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> to locate in the collection.</param>
            <returns>
            <see langword="true" /> if <paramref name="item" /> is found in the
            collection; otherwise, <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.CopyTo(NAnt.DotNet.Types.CompilerWarning[],System.Int32)">
            <summary>
            Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
            </summary>
            <param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
            <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.IndexOf(NAnt.DotNet.Types.CompilerWarning)">
            <summary>
            Retrieves the index of a specified <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> object in the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> object for which the index is returned.</param>
            <returns>
            The index of the specified <see cref="T:NAnt.DotNet.Types.CompilerWarning" />. If the <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> is not currently a member of the collection, it returns -1.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.Insert(System.Int32,NAnt.DotNet.Types.CompilerWarning)">
            <summary>
            Inserts a <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> into the collection at the specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> to insert.</param></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through the collection.
            </summary>
            <returns>
            A <see cref="T:NAnt.DotNet.Types.CompilerWarningEnumerator" /> for the entire collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningCollection.Remove(NAnt.DotNet.Types.CompilerWarning)">
            <summary>
            Removes a member from the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> to remove from the collection.</param></member>
        <member name="T:NAnt.DotNet.Types.CompilerWarningEnumerator">
            <summary>
            Enumerates the <see cref="T:NAnt.DotNet.Types.CompilerWarning" /> elements of a <see cref="T:NAnt.DotNet.Types.CompilerWarningCollection" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningEnumerator.#ctor(NAnt.DotNet.Types.CompilerWarningCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.CompilerWarningEnumerator" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.CompilerWarningCollection" />.
            </summary>
            <param name="arguments">The collection that should be enumerated.</param></member>
        <member name="P:NAnt.DotNet.Types.CompilerWarningEnumerator.Current">
            <summary>
            Gets the current element in the collection.
            </summary>
            <returns>
            The current element in the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns>
            <see langword="true" /> if the enumerator was successfully advanced
            to the next element; <see langword="false" /> if the enumerator has
            passed the end of the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.CompilerWarningEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the
            first element in the collection.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.DebugOutput">
            <summary>
            Specifies the type of debugging information generated by the compiler.
            </summary>
            <remarks>
            <para>
            For backward compatibility, the following string values can also be
            used in build files:
            </para>
            <list type="table">
            <listheader>
            <term>Value</term>
            <description>Corresponding field</description>
            </listheader>
            <item>
            <term>"true"</term>
            <description><see cref="F:NAnt.DotNet.Types.DebugOutput.Enable" /></description>
            </item>
            <item>
            <term>"false"</term>
            <description><see cref="F:NAnt.DotNet.Types.DebugOutput.None" /></description>
            </item>
            </list>
            <para>
            When set to <see langword="Enabled" /> then the following conditional
            compilation symbols will also be defined:
            </para>
            <list type="bullet">
            <item>
            <description>DEBUG</description>
            </item>
            <item>
            <description>TRACE</description>
            </item>
            </list>
            </remarks></member>
        <member name="F:NAnt.DotNet.Types.DebugOutput.None">
            <summary>
            Create no debug information.
            </summary></member>
        <member name="F:NAnt.DotNet.Types.DebugOutput.Enable">
            <summary>
            Enable attaching a debugger to the running program.
            </summary></member>
        <member name="F:NAnt.DotNet.Types.DebugOutput.Full">
            <summary>
            Enable attaching a debugger to the running program.
            </summary></member>
        <member name="F:NAnt.DotNet.Types.DebugOutput.PdbOnly">
            <summary>
            Only display assembler when the running program is attached to the
            debugger.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.DebugOutputConverter">
            <summary>
            Specialized <see cref="T:System.ComponentModel.EnumConverter" /> that also supports
            case-insensitive conversion of "true" to
            <see cref="F:NAnt.DotNet.Types.DebugOutput.Enable" /> and "false" to
            <see cref="F:NAnt.DotNet.Types.DebugOutput.None" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.DebugOutputConverter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.DebugOutputConverter" />
            class.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.DebugOutputConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
            <summary>
            Converts the given object to the type of this converter, using the
            specified context and culture information.
            </summary>
            <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
            <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> object. If a <see langword="null" /> is passed, the current culture is assumed.</param>
            <param name="value">The <see cref="T:System.Object" /> to convert.</param>
            <returns>
            An <see cref="T:System.Object" /> that represents the converted value.
            </returns></member>
        <member name="T:NAnt.DotNet.Types.DelaySign">
            <summary>
            Specifies whether the generated assembly is strongly named and will
            be signed later.
            </summary>
            <remarks>
            <para>
            For backward compatibility, the following string values can also be
            used in build files:
            </para>
            <list type="table">
            <listheader>
            <term>Value</term>
            <description>Corresponding field</description>
            </listheader>
            <item>
            <term>"true"</term>
            <description><see cref="F:NAnt.DotNet.Types.DelaySign.Yes" /></description>
            </item>
            <item>
            <term>"false"</term>
            <description><see cref="F:NAnt.DotNet.Types.DelaySign.No" /></description>
            </item>
            </list>
            </remarks></member>
        <member name="F:NAnt.DotNet.Types.DelaySign.NotSet">
            <summary>
            Not specified.
            </summary></member>
        <member name="F:NAnt.DotNet.Types.DelaySign.No">
            <summary>
            Fully sign the assembly.
            </summary></member>
        <member name="F:NAnt.DotNet.Types.DelaySign.Yes">
            <summary>
            Only place the public key in the assembly, allowing the signature
            to be added later.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.DelaySignConverter">
            <summary>
            Specialized <see cref="T:System.ComponentModel.EnumConverter" /> that also supports
            case-insensitive conversion of "true" to
            <see cref="F:NAnt.DotNet.Types.DelaySign.Yes" /> and "false" to
            <see cref="F:NAnt.DotNet.Types.DelaySign.No" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.DelaySignConverter.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.DelaySignConverter" />
            class.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.DelaySignConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
            <summary>
            Converts the given object to the type of this converter, using the
            specified context and culture information.
            </summary>
            <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
            <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> object. If a <see langword="null" /> is passed, the current culture is assumed.</param>
            <param name="value">The <see cref="T:System.Object" /> to convert.</param>
            <returns>
            An <see cref="T:System.Object" /> that represents the converted value.
            </returns></member>
        <member name="T:NAnt.DotNet.Types.EmbeddedResource">
            <summary>
            Represents an embedded resource.
            </summary>
            <remarks>
            Do not yet expose this to build authors.
            </remarks></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResource.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.EmbeddedResource" />
            with the specified file name and manifest resource name.
            </summary>
            <param name="file">The path of the compiled resource.</param>
            <param name="manifestResourceName">The manifest resource name of the embedded resource.</param></member>
        <member name="P:NAnt.DotNet.Types.EmbeddedResource.File">
            <summary>
            Gets the physical location of the resource to embed.
            </summary>
            <value>
            The physical location of the resource to embed.
            </value></member>
        <member name="P:NAnt.DotNet.Types.EmbeddedResource.ManifestResourceName">
            <summary>
            Gets the manifest resource name to use when embedding the resource.
            </summary>
            <value>
            The manifest resource name to use when embedding the resource.
            </value></member>
        <member name="T:NAnt.DotNet.Types.EmbeddedResourceCollection">
            <summary>
            Contains a collection of <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> items.
            </summary>
            <remarks>
            Do not yet expose this to build authors.
            </remarks></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through the collection.
            </summary>
            <returns>
            A <see cref="T:NAnt.DotNet.Types.EmbeddedResourceEnumerator" /> for the entire collection.
            </returns></member>
        <member name="P:NAnt.DotNet.Types.EmbeddedResourceCollection.Item(System.Int32)">
            <summary>
            Gets or sets the item at the specified index.
            </summary>
            <param name="index">The zero-based index of the item to get or set.</param></member>
        <member name="P:NAnt.DotNet.Types.EmbeddedResourceCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> with the specified manifest
            resource name.
            </summary>
            <param name="value">The manifest resource name of the <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to get.</param></member>
        <member name="P:NAnt.DotNet.Types.EmbeddedResourceCollection.ItemType">
            <summary>
            Gets the <see cref="T:System.Type" /> of the items in this collection.
            </summary>
            <value>
            The <see cref="T:System.Type" /> of the items in this collection.
            </value></member>
        <member name="P:NAnt.DotNet.Types.EmbeddedResourceCollection.System#Collections#IList#Item(System.Int32)">
            <summary>
            Gets or sets the item at the specified index.
            </summary>
            <param name="index">The zero-based index of the item to get or set.</param></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
            <summary>
            Inserts a <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> into the collection at the
            specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to insert.</param></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.System#Collections#IList#Remove(System.Object)">
            <summary>
            Removes the specified <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> from the
            collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to remove from the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.System#Collections#IList#Contains(System.Object)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> is in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to locate in the collection.</param>
            <returns>
            <see langword="true" /> if <paramref name="value" /> is found in the
            collection; otherwise, <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.System#Collections#IList#IndexOf(System.Object)">
            <summary>
            Gets the location of a <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> object to locate.</param>
            <returns>
            The zero-based location of the <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> in the
            collection.
            </returns>
            <remarks>
            If the <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> is not currently a member of
            the collection, -1 is returned.
            </remarks></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.System#Collections#IList#Add(System.Object)">
            <summary>
            Adds a <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to the end of the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to be added to the end of the collection.</param>
            <returns>
            The position into which the new item was inserted.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.AddRange(NAnt.DotNet.Types.EmbeddedResourceCollection)">
            <summary>
            Adds the items of a <see cref="T:NAnt.DotNet.Types.EmbeddedResourceCollection" /> to the end of the collection.
            </summary>
            <param name="items">The <see cref="T:NAnt.DotNet.Types.EmbeddedResourceCollection" /> to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.Add(NAnt.DotNet.Types.EmbeddedResource)">
            <summary>
            Adds a <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to the end of the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to be added to the end of the collection.</param>
            <returns>
            The position into which the new item was inserted.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.Insert(System.Int32,NAnt.DotNet.Types.EmbeddedResource)">
            <summary>
            Inserts a <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> into the collection at the
            specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to insert.</param></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.Remove(NAnt.DotNet.Types.EmbeddedResource)">
            <summary>
            Removes the specified <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> from the
            collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to remove from the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.Contains(NAnt.DotNet.Types.EmbeddedResource)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> is in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> to locate in the collection.</param>
            <returns>
            <see langword="true" /> if <paramref name="value" /> is found in the
            collection; otherwise, <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceCollection.IndexOf(NAnt.DotNet.Types.EmbeddedResource)">
            <summary>
            Gets the location of a <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> object to locate.</param>
            <returns>
            The zero-based location of the <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> in the
            collection.
            </returns>
            <remarks>
            If the <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> is not currently a member of
            the collection, -1 is returned.
            </remarks></member>
        <member name="T:NAnt.DotNet.Types.EmbeddedResourceEnumerator">
            <summary>
            Enumerates the <see cref="T:NAnt.DotNet.Types.EmbeddedResource" /> items of a <see cref="T:NAnt.DotNet.Types.EmbeddedResourceCollection" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceEnumerator.#ctor(NAnt.DotNet.Types.EmbeddedResourceCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.EmbeddedResourceEnumerator" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.EmbeddedResourceCollection" />.
            </summary>
            <param name="arguments">The collection that should be enumerated.</param></member>
        <member name="P:NAnt.DotNet.Types.EmbeddedResourceEnumerator.Current">
            <summary>
            Gets the current item in the collection.
            </summary>
            <returns>
            The current item in the collection.
            </returns></member>
        <member name="P:NAnt.DotNet.Types.EmbeddedResourceEnumerator.System#Collections#IEnumerator#Current">
            <summary>
            Gets the current item in the collection.
            </summary>
            <returns>
            The current item in the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next item of the collection.
            </summary>
            <returns>
            <see langword="true" /> if the enumerator was successfully advanced
            to the next item; <see langword="false" /> if the enumerator has
            passed the end of the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.EmbeddedResourceEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the
            first item in the collection.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.Module">
            <summary>
            Represents a metadata file without assembly manifest.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.Module.File">
            <summary>
            The path of the module.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.Module.Target">
            <summary>
            File name where the module should be copied to before it is compiled
            into an assembly.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.Module.ModuleSet">
            <summary>
            Gets or sets the <see cref="T:NAnt.DotNet.Types.ModuleSet" /> that contains the module.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.Module.ToString">
            <summary>
            Returns a textual representation of the module, which can be used as
            argument for command-line tools.
            </summary>
            <returns>
            A textual representation of the path, file[,target].
            </returns></member>
        <member name="T:NAnt.DotNet.Types.ModuleCollection">
            <summary>
            Contains a collection of <see cref="T:NAnt.DotNet.Types.Module" /> items.
            </summary>
            <remarks>
            Do not yet expose this to build authors.
            </remarks></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.#ctor(NAnt.DotNet.Types.ModuleSet)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.ModuleCollection" />
            for the specified <see cref="T:NAnt.DotNet.Types.ModuleSet" />.
            </summary>
            <param name="moduleSet">The <see cref="T:NAnt.DotNet.Types.ModuleSet" /> containing the collection.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="moduleSet" /> is <see langword="true" />.</exception></member>
        <member name="P:NAnt.DotNet.Types.ModuleCollection.Item(System.Int32)">
            <summary>
            Gets or sets the item at the specified index.
            </summary>
            <param name="index">The zero-based index of the item to get or set.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="index" /> parameter is less than 0 or greater than or equal to the value of the <see cref="P:NAnt.DotNet.Types.ModuleCollection.Count" /> property of the <see cref="T:NAnt.DotNet.Types.ModuleCollection" />.</exception></member>
        <member name="P:NAnt.DotNet.Types.ModuleCollection.List">
            <summary>
            Gets the list of elements contained in the
            <see cref="T:NAnt.DotNet.Types.ModuleCollection" /> instance.
            </summary>
            <value>
            An <see cref="T:System.Collections.ArrayList" /> containing the elements of the
            collection.
            </value></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through the collection.
            </summary>
            <returns>
            A <see cref="T:NAnt.DotNet.Types.ModuleEnumerator" /> for the entire collection.
            </returns></member>
        <member name="P:NAnt.DotNet.Types.ModuleCollection.System#Collections#ICollection#IsSynchronized">
            <summary>
            Gets a value indicating whether access to the collection is
            synchronized (thread-safe).
            </summary>
            <value>
            <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Types.ModuleCollection.Count">
            <summary>
            Gets the number of items in the collection.
            </summary>
            <value>
            The number of items in the collection.
            </value></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the items of the collection to an <see cref="T:System.Array" />,
            starting at a particular index.
            </summary>
            <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the items copied from the collection. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
            <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param></member>
        <member name="P:NAnt.DotNet.Types.ModuleCollection.System#Collections#ICollection#SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the
            collection.
            </summary>
            <value>
            An object that can be used to synchronize access to the collection.
            </value></member>
        <member name="P:NAnt.DotNet.Types.ModuleCollection.IsFixedSize">
            <summary>
            Gets a value indicating whether the collection has a fixed size.
            </summary>
            <value>
            <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Types.ModuleCollection.IsReadOnly">
            <summary>
            Gets a value indicating whether the collection has a fixed size.
            </summary>
            <value>
            <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Types.ModuleCollection.System#Collections#IList#Item(System.Int32)">
            <summary>
            Gets or sets the item at the specified index.
            </summary>
            <param name="index">The zero-based index of the item to get or set.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="index" /> parameter is less than 0 or greater than or equal to the value of the <see cref="P:NAnt.DotNet.Types.ModuleCollection.Count" /> property of the <see cref="T:NAnt.DotNet.Types.ModuleCollection" />.</exception></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.Clear">
            <summary>
            Removes all items from the collection.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
            <summary>
            Inserts a <see cref="T:NAnt.DotNet.Types.Module" /> into the collection at the
            specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.Module" /> to insert.</param></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.System#Collections#IList#Remove(System.Object)">
            <summary>
            Removes the specified <see cref="T:NAnt.DotNet.Types.Module" /> from the
            collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.Module" /> to remove from the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.RemoveAt(System.Int32)">
            <summary>
            Removes an item at a specific index.
            </summary>
            <param name="index">The zero-based index of the item to remove.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="index" /> parameter is less than 0 or greater than or equal to the value of the <see cref="P:NAnt.DotNet.Types.ModuleCollection.Count" /> property of the <see cref="T:NAnt.DotNet.Types.ModuleCollection" />.</exception></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.System#Collections#IList#Contains(System.Object)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.Module" /> is in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.Module" /> to locate in the collection.</param>
            <returns>
            <see langword="true" /> if <paramref name="value" /> is found in the
            collection; otherwise, <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.System#Collections#IList#IndexOf(System.Object)">
            <summary>
            Gets the location of a <see cref="T:NAnt.DotNet.Types.Module" /> in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.Module" /> object to locate.</param>
            <returns>
            The zero-based location of the <see cref="T:NAnt.DotNet.Types.Module" /> in the
            collection.
            </returns>
            <remarks>
            If the <see cref="T:NAnt.DotNet.Types.Module" /> is not currently a member of
            the collection, -1 is returned.
            </remarks></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.System#Collections#IList#Add(System.Object)">
            <summary>
            Adds a <see cref="T:NAnt.DotNet.Types.Module" /> to the end of the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.Module" /> to be added to the end of the collection.</param>
            <returns>
            The position into which the new item was inserted.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.AddRange(NAnt.DotNet.Types.ModuleCollection)">
            <summary>
            Adds the items of a <see cref="T:NAnt.DotNet.Types.ModuleCollection" /> to the end of the collection.
            </summary>
            <param name="items">The <see cref="T:NAnt.DotNet.Types.ModuleCollection" /> to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.Add(NAnt.DotNet.Types.Module)">
            <summary>
            Adds a <see cref="T:NAnt.DotNet.Types.Module" /> to the end of the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.Module" /> to be added to the end of the collection.</param>
            <returns>
            The position into which the new item was inserted.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through the collection.
            </summary>
            <returns>
            A <see cref="T:NAnt.DotNet.Types.ModuleEnumerator" /> for the entire collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.Insert(System.Int32,NAnt.DotNet.Types.Module)">
            <summary>
            Inserts a <see cref="T:NAnt.DotNet.Types.Module" /> into the collection at the
            specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.Module" /> to insert.</param></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.Remove(NAnt.DotNet.Types.Module)">
            <summary>
            Removes the specified <see cref="T:NAnt.DotNet.Types.Module" /> from the
            collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.Module" /> to remove from the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.Contains(NAnt.DotNet.Types.Module)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.Module" /> is in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.Module" /> to locate in the collection.</param>
            <returns>
            <see langword="true" /> if <paramref name="value" /> is found in the
            collection; otherwise, <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ModuleCollection.IndexOf(NAnt.DotNet.Types.Module)">
            <summary>
            Gets the location of a <see cref="T:NAnt.DotNet.Types.Module" /> in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.Module" /> object to locate.</param>
            <returns>
            The zero-based location of the <see cref="T:NAnt.DotNet.Types.Module" /> in the
            collection.
            </returns>
            <remarks>
            If the <see cref="T:NAnt.DotNet.Types.Module" /> is not currently a member of
            the collection, -1 is returned.
            </remarks></member>
        <member name="T:NAnt.DotNet.Types.ModuleEnumerator">
            <summary>
            Enumerates the <see cref="T:NAnt.DotNet.Types.Module" /> items of a <see cref="T:NAnt.DotNet.Types.ModuleCollection" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.ModuleEnumerator.#ctor(NAnt.DotNet.Types.ModuleCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.ModuleEnumerator" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.ModuleCollection" />.
            </summary>
            <param name="arguments">The collection that should be enumerated.</param></member>
        <member name="P:NAnt.DotNet.Types.ModuleEnumerator.Current">
            <summary>
            Gets the current item in the collection.
            </summary>
            <returns>
            The current item in the collection.
            </returns></member>
        <member name="P:NAnt.DotNet.Types.ModuleEnumerator.System#Collections#IEnumerator#Current">
            <summary>
            Gets the current item in the collection.
            </summary>
            <returns>
            The current item in the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ModuleEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next item of the collection.
            </summary>
            <returns>
            <see langword="true" /> if the enumerator was successfully advanced
            to the next item; <see langword="false" /> if the enumerator has
            passed the end of the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ModuleEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the
            first item in the collection.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.ModuleSet">
            <summary>
            <para>
            One or more modules to compile into an assembly.
            </para>
            </summary>
            <example>
            <para>
            Define a global <c>&lt;moduleset&gt;</c> that can be referenced by
            other tasks or types.
            </para>
            <code>
            <![CDATA[
            <moduleset id="client-modules" dir="${build}">
            <module file="Client.netmodule" />
            <module file="Common.netmodule" />
            </moduleset>
            ]]>
            </code>
            </example></member>
        <member name="M:NAnt.DotNet.Types.ModuleSet.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.ModuleSet" /> class.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.ModuleSet.Dir">
            <summary>
            The base of the directory of this <see cref="T:NAnt.DotNet.Types.ModuleSet" />.
            The default is the project base directory.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.ModuleSet.Modules">
            <summary>
            The modules to add to this <see cref="T:NAnt.DotNet.Types.ModuleSet" />.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.NamespaceImport">
            <summary>
            Represents a namespace to import.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImport.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.NamespaceImport" />
            class.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImport.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.NamespaceImport" />
            class for the specified namespace.
            </summary>
            <param name="nameSpace">The namespace.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="nameSpace" /> is <see langword="null" />.</exception></member>
        <member name="P:NAnt.DotNet.Types.NamespaceImport.TempName">
            <summary>
            The name of the namespace to import.
            </summary>
            <value>
            The name of the namespace to import.
            </value></member>
        <member name="P:NAnt.DotNet.Types.NamespaceImport.Namespace">
            <summary>
            The name of the namespace to import.
            </summary>
            <value>
            The name of the namespace to import.
            </value></member>
        <member name="P:NAnt.DotNet.Types.NamespaceImport.IfDefined">
            <summary>
            Indicates if the import should be generated.
            </summary>
            <value>
            <see langword="true" /> if the import should be generated; otherwise,
            <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Types.NamespaceImport.UnlessDefined">
            <summary>
            Indicates if the import should be not generated.
            </summary>
            <value>
            <see langword="true" /> if the import should be not generated;
            otherwise, <see langword="false" />.
            </value></member>
        <member name="T:NAnt.DotNet.Types.DataTypeCollectionBase">
            <summary>
            Base class for collections that needs to be globally referencable.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.DataTypeCollectionBase.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.DataTypeCollectionBase" />
            class.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.DataTypeCollectionBase.System#Collections#ICollection#IsSynchronized">
            <summary>
            Gets a value indicating whether access to the collection is
            synchronized (thread-safe).
            </summary>
            <value>
            <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Types.DataTypeCollectionBase.Count">
            <summary>
            Gets the number of items in the collection.
            </summary>
            <value>
            The number of items in the collection.
            </value></member>
        <member name="M:NAnt.DotNet.Types.DataTypeCollectionBase.CopyTo(System.Array,System.Int32)">
            <summary>
            Copies the items of the collection to an <see cref="T:System.Array" />,
            starting at a particular index.
            </summary>
            <param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the items copied from the collection. The <see cref="T:System.Array" /> must have zero-based indexing.</param>
            <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param></member>
        <member name="P:NAnt.DotNet.Types.DataTypeCollectionBase.System#Collections#ICollection#SyncRoot">
            <summary>
            Gets an object that can be used to synchronize access to the
            collection.
            </summary>
            <value>
            An object that can be used to synchronize access to the collection.
            </value></member>
        <member name="M:NAnt.DotNet.Types.DataTypeCollectionBase.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through a collection.
            </summary>
            <returns>
            An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through
            the collection.
            </returns></member>
        <member name="P:NAnt.DotNet.Types.DataTypeCollectionBase.IsFixedSize">
            <summary>
            Gets a value indicating whether the collection has a fixed size.
            </summary>
            <value>
            <see langword="false" />.
            </value></member>
        <member name="P:NAnt.DotNet.Types.DataTypeCollectionBase.IsReadOnly">
            <summary>
            Gets a value indicating whether the collection has a fixed size.
            </summary>
            <value>
            <see langword="false" />.
            </value></member>
        <member name="M:NAnt.DotNet.Types.DataTypeCollectionBase.RemoveAt(System.Int32)">
            <summary>
            Removes an item at a specific index.
            </summary>
            <param name="index">The zero-based index of the item to remove.</param></member>
        <member name="M:NAnt.DotNet.Types.DataTypeCollectionBase.Clear">
            <summary>
            Removes all items from the collection.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.DataTypeCollectionBase.List">
            <summary>
            Gets the list of elements contained in the
            <see cref="T:NAnt.DotNet.Types.DataTypeCollectionBase" /> instance.
            </summary>
            <value>
            An <see cref="T:System.Collections.ArrayList" /> containing the elements of the
            collection.
            </value></member>
        <member name="P:NAnt.DotNet.Types.DataTypeCollectionBase.ItemType">
            <summary>
            Gets the <see cref="T:System.Type" /> of the items in this collection.
            </summary>
            <value>
            The <see cref="T:System.Type" /> of the items in this collection.
            </value></member>
        <member name="M:NAnt.DotNet.Types.DataTypeCollectionBase.ValidateType(System.Object)">
            <summary>
            Used by methods that take <see cref="T:System.Object" /> instances as argument
            to verify whether the instance is valid for the collection class.
            </summary>
            <param name="value">The instance to verify.</param></member>
        <member name="M:NAnt.DotNet.Types.DataTypeCollectionBase.RangeCheck(System.Int32)">
            <summary>
            Checks whether the specified index is within the range of this
            collection.
            </summary>
            <param name="index">The index to check.</param></member>
        <member name="T:NAnt.DotNet.Types.NamespaceImportCollection">
            <summary>
            Contains a collection of <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> items.
            </summary>
            <example>
            <para>Define a reference with name "system.imports".</para>
            <code>
            <![CDATA[
            <namespaceimports id="system.imports">
            <import namespace="System" />
            <import namespace="System.Data" />
            </namespaceimports>
            ]]>
            </code>
            <para>Use the predefined set of imports to compile a VB.NET assembly.</para>
            <code>
            <![CDATA[
            <vbc target="exe" output="HelloWorld.exe" rootnamespace="HelloWorld">
            <imports refid="system.imports" />
            <sources>
            <include name="**/*.vb" />
            </sources>
            <references>
            <include name="System.dll" />
            <include name="System.Data.dll" />
            </references>
            </vbc>
            ]]>
            </code>
            </example></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through the collection.
            </summary>
            <returns>
            A <see cref="T:NAnt.DotNet.Types.NamespaceImportEnumerator" /> for the entire collection.
            </returns></member>
        <member name="P:NAnt.DotNet.Types.NamespaceImportCollection.Item(System.Int32)">
            <summary>
            Gets or sets the item at the specified index.
            </summary>
            <param name="index">The zero-based index of the item to get or set.</param></member>
        <member name="P:NAnt.DotNet.Types.NamespaceImportCollection.Item(System.String)">
            <summary>
            Gets the <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> with the specified namespace.
            </summary>
            <param name="value">The namespace of the <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to get.</param></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.ToString">
            <summary>
            Returns a comma-delimited list of namespace imports.
            </summary>
            <returns>
            A comma-delimited list of namespace imports, or an empty
            <see cref="T:System.String" /> if there are no namespace imports.
            </returns>
            <remarks>
            Each namespace import is quoted individually.
            </remarks></member>
        <member name="P:NAnt.DotNet.Types.NamespaceImportCollection.ItemType">
            <summary>
            Gets the <see cref="T:System.Type" /> of the items in this collection.
            </summary>
            <value>
            The <see cref="T:System.Type" /> of the items in this collection.
            </value></member>
        <member name="P:NAnt.DotNet.Types.NamespaceImportCollection.System#Collections#IList#Item(System.Int32)">
            <summary>
            Gets or sets the item at the specified index.
            </summary>
            <param name="index">The zero-based index of the item to get or set.</param></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
            <summary>
            Inserts a <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> into the collection at the
            specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to insert.</param></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.System#Collections#IList#Remove(System.Object)">
            <summary>
            Removes the specified <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> from the
            collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to remove from the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.System#Collections#IList#Contains(System.Object)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> is in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to locate in the collection.</param>
            <returns>
            <see langword="true" /> if <paramref name="value" /> is found in the
            collection; otherwise, <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.System#Collections#IList#IndexOf(System.Object)">
            <summary>
            Gets the location of a <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> object to locate.</param>
            <returns>
            The zero-based location of the <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> in the
            collection.
            </returns>
            <remarks>
            If the <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> is not currently a member of
            the collection, -1 is returned.
            </remarks></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.System#Collections#IList#Add(System.Object)">
            <summary>
            Adds a <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to the end of the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to be added to the end of the collection.</param>
            <returns>
            The position into which the new item was inserted.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.AddRange(NAnt.DotNet.Types.NamespaceImportCollection)">
            <summary>
            Adds the items of a <see cref="T:NAnt.DotNet.Types.NamespaceImportCollection" /> to the end of the collection.
            </summary>
            <param name="items">The <see cref="T:NAnt.DotNet.Types.NamespaceImportCollection" /> to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.Add(NAnt.DotNet.Types.NamespaceImport)">
            <summary>
            Adds a <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to the end of the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to be added to the end of the collection.</param>
            <returns>
            The position into which the new item was inserted.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.Insert(System.Int32,NAnt.DotNet.Types.NamespaceImport)">
            <summary>
            Inserts a <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> into the collection at the
            specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to insert.</param></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.Remove(NAnt.DotNet.Types.NamespaceImport)">
            <summary>
            Removes the specified <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> from the
            collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to remove from the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.Contains(NAnt.DotNet.Types.NamespaceImport)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> is in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> to locate in the collection.</param>
            <returns>
            <see langword="true" /> if <paramref name="value" /> is found in the
            collection; otherwise, <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportCollection.IndexOf(NAnt.DotNet.Types.NamespaceImport)">
            <summary>
            Gets the location of a <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> in the collection.
            </summary>
            <param name="value">The <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> object to locate.</param>
            <returns>
            The zero-based location of the <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> in the
            collection.
            </returns>
            <remarks>
            If the <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> is not currently a member of
            the collection, -1 is returned.
            </remarks></member>
        <member name="T:NAnt.DotNet.Types.NamespaceImportEnumerator">
            <summary>
            Enumerates the <see cref="T:NAnt.DotNet.Types.NamespaceImport" /> items of a <see cref="T:NAnt.DotNet.Types.NamespaceImportCollection" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportEnumerator.#ctor(NAnt.DotNet.Types.NamespaceImportCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.NamespaceImportEnumerator" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.NamespaceImportCollection" />.
            </summary>
            <param name="arguments">The collection that should be enumerated.</param></member>
        <member name="P:NAnt.DotNet.Types.NamespaceImportEnumerator.Current">
            <summary>
            Gets the current item in the collection.
            </summary>
            <returns>
            The current item in the collection.
            </returns></member>
        <member name="P:NAnt.DotNet.Types.NamespaceImportEnumerator.System#Collections#IEnumerator#Current">
            <summary>
            Gets the current item in the collection.
            </summary>
            <returns>
            The current item in the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next item of the collection.
            </summary>
            <returns>
            <see langword="true" /> if the enumerator was successfully advanced
            to the next item; <see langword="false" /> if the enumerator has
            passed the end of the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.NamespaceImportEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the
            first item in the collection.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.Package">
            <summary>
            Represents a package.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.Package.PackageName">
            <summary>
            Name of the package to reference. Multiple package can be specified
            with a single element as a semi-colon separated list of
            package names.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.Package.IfDefined">
            <summary>
            Indicates if the package should be passed to the task.
            If <see langword="true" /> then the package will be passed;
            otherwise, skipped. The default is <see langword="true" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.Package.UnlessDefined">
            <summary>
            Indicates if the package should not be passed to the task.
            If <see langword="false" /> then the package will be passed;
            otherwise, skipped. The default is <see langword="false" />.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.PackageCollection">
            <summary>
            Contains a strongly typed collection of <see cref="T:NAnt.DotNet.Types.Package" />
            objects.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.PackageCollection" /> class.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.#ctor(NAnt.DotNet.Types.PackageCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.PackageCollection" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.PackageCollection" /> instance.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.#ctor(NAnt.DotNet.Types.Package[])">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.PackageCollection" /> class
            with the specified array of <see cref="T:NAnt.DotNet.Types.Package" /> instances.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.PackageCollection.Item(System.Int32)">
            <summary>
            Gets or sets the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to get or set.</param></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.Add(NAnt.DotNet.Types.Package)">
            <summary>
            Adds a <see cref="T:NAnt.DotNet.Types.Package" /> to the end of the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.Package" /> to be added to the end of the collection.</param>
            <returns>The position into which the new element was inserted.</returns></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.AddRange(NAnt.DotNet.Types.Package[])">
            <summary>
            Adds the elements of a <see cref="T:NAnt.DotNet.Types.Package" /> array to the end of the collection.
            </summary>
            <param name="items">The array of <see cref="T:NAnt.DotNet.Types.Package" /> elements to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.AddRange(NAnt.DotNet.Types.PackageCollection)">
            <summary>
            Adds the elements of a <see cref="T:NAnt.DotNet.Types.PackageCollection" /> to the end of the collection.
            </summary>
            <param name="items">The <see cref="T:NAnt.DotNet.Types.PackageCollection" /> to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.Contains(NAnt.DotNet.Types.Package)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.Package" /> is in the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.Package" /> to locate in the collection.</param>
            <returns>
            <see langword="true" /> if <paramref name="item" /> is found in the
            collection; otherwise, <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.CopyTo(NAnt.DotNet.Types.Package[],System.Int32)">
            <summary>
            Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
            </summary>
            <param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
            <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.IndexOf(NAnt.DotNet.Types.Package)">
            <summary>
            Retrieves the index of a specified <see cref="T:NAnt.DotNet.Types.Package" /> object in the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.Package" /> object for which the index is returned.</param>
            <returns>
            The index of the specified <see cref="T:NAnt.DotNet.Types.Package" />. If the <see cref="T:NAnt.DotNet.Types.Package" /> is not currently a member of the collection, it returns -1.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.Insert(System.Int32,NAnt.DotNet.Types.Package)">
            <summary>
            Inserts a <see cref="T:NAnt.DotNet.Types.Package" /> into the collection at the specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.Package" /> to insert.</param></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through the collection.
            </summary>
            <returns>
            A <see cref="T:NAnt.DotNet.Types.PackageEnumerator" /> for the entire collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.PackageCollection.Remove(NAnt.DotNet.Types.Package)">
            <summary>
            Removes a member from the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.Package" /> to remove from the collection.</param></member>
        <member name="T:NAnt.DotNet.Types.PackageEnumerator">
            <summary>
            Enumerates the <see cref="T:NAnt.DotNet.Types.Package" /> elements of a <see cref="T:NAnt.DotNet.Types.PackageCollection" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.PackageEnumerator.#ctor(NAnt.DotNet.Types.PackageCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.PackageEnumerator" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.PackageCollection" />.
            </summary>
            <param name="arguments">The collection that should be enumerated.</param></member>
        <member name="P:NAnt.DotNet.Types.PackageEnumerator.Current">
            <summary>
            Gets the current element in the collection.
            </summary>
            <returns>
            The current element in the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.PackageEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns>
            <see langword="true" /> if the enumerator was successfully advanced
            to the next element; <see langword="false" /> if the enumerator has
            passed the end of the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.PackageEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the
            first element in the collection.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.ResourceFileSet">
            <summary>
            Specialized <see cref="T:NAnt.Core.Types.FileSet" /> class for managing resource files.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSet.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> class.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSet.#ctor(NAnt.Core.Types.FileSet)">
            <summary>
            copy constructor for FileSet. Required in order to
            assign references of FileSet type where
            ResourceFileSet are used
            </summary>
            <param name="fs"></param></member>
        <member name="P:NAnt.DotNet.Types.ResourceFileSet.Prefix">
            <summary>
            Indicates the prefix to prepend to the actual resource.
            This is usually the default namspace of the assembly.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.ResourceFileSet.DynamicPrefix">
            <summary>
            Indicates whether prefixes should be dynamically generated by taking
            the path of the resource relative to the basedir and appending it
            to the specified prefix. The default is <see langword="false" />.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.ResourceFileSet.ResxFiles">
            <summary>
            Gets a <see cref="T:NAnt.Core.Types.FileSet" /> containing all matching resx files.
            </summary>
            <value>
            A <see cref="T:NAnt.Core.Types.FileSet" /> containing all matching resx files.
            </value></member>
        <member name="P:NAnt.DotNet.Types.ResourceFileSet.NonResxFiles">
            <summary>
            Gets a <see cref="T:NAnt.Core.Types.FileSet" /> containing all matching non-resx
            files.
            </summary>
            <value>
            A <see cref="T:NAnt.Core.Types.FileSet" /> containing all matching non-resx files.
            </value></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSet.Clone">
            <summary>
            Creates a shallow copy of the <see cref="T:NAnt.DotNet.Types.ResourceFileSet" />.
            </summary>
            <returns>
            A shallow copy of the <see cref="T:NAnt.DotNet.Types.ResourceFileSet" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSet.GetManifestResourceName(System.String)">
            <summary>
            Gets the manifest resource name for the specified resource file.
            </summary>
            <param name="resourceFile">The physical path of the resource file.</param>
            <returns>
            The manifest resource name to be sent to the compiler.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSet.GetManifestResourceName(System.String,System.String)">
            <summary>
            Gets the manifest resource name for the file using both its physical
            and logical path.
            </summary>
            <param name="physicalPath">The physical path of the resource file.</param>
            <param name="logicalPath">The logical location of the resource file.</param>
            <returns>
            The manifest resource name to be sent to the compiler.
            </returns>
            <remarks>
            We use the relative path of the logical path, but the filename and
            and the extension of the physical path to match VS.NET
            </remarks></member>
        <member name="T:NAnt.DotNet.Types.ResourceFileSetCollection">
            <summary>
            Contains a strongly typed collection of <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> objects.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.ResourceFileSetCollection" /> class.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.#ctor(NAnt.DotNet.Types.ResourceFileSetCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.ResourceFileSetCollection" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.ResourceFileSetCollection" /> instance.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.#ctor(NAnt.DotNet.Types.ResourceFileSet[])">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.ResourceFileSetCollection" /> class
            with the specified array of <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> instances.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.ResourceFileSetCollection.Item(System.Int32)">
            <summary>
            Gets or sets the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to get or set.</param></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.Add(NAnt.DotNet.Types.ResourceFileSet)">
            <summary>
            Adds a <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> to the end of the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> to be added to the end of the collection.</param>
            <returns>The position into which the new element was inserted.</returns></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.AddRange(NAnt.DotNet.Types.ResourceFileSet[])">
            <summary>
            Adds the elements of a <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> array to the end of the collection.
            </summary>
            <param name="items">The array of <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> elements to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.AddRange(NAnt.DotNet.Types.ResourceFileSetCollection)">
            <summary>
            Adds the elements of a <see cref="T:NAnt.DotNet.Types.ResourceFileSetCollection" /> to the end of the collection.
            </summary>
            <param name="items">The <see cref="T:NAnt.DotNet.Types.ResourceFileSetCollection" /> to be added to the end of the collection.</param></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.Contains(NAnt.DotNet.Types.ResourceFileSet)">
            <summary>
            Determines whether a <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> is in the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> to locate in the collection.</param>
            <returns>
            <see langword="true" /> if <paramref name="item" /> is found in the
            collection; otherwise, <see langword="false" />.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.CopyTo(NAnt.DotNet.Types.ResourceFileSet[],System.Int32)">
            <summary>
            Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
            </summary>
            <param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
            <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.IndexOf(NAnt.DotNet.Types.ResourceFileSet)">
            <summary>
            Retrieves the index of a specified <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> object in the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> object for which the index is returned.</param>
            <returns>
            The index of the specified <see cref="T:NAnt.DotNet.Types.ResourceFileSet" />. If the <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> is not currently a member of the collection, it returns -1.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.Insert(System.Int32,NAnt.DotNet.Types.ResourceFileSet)">
            <summary>
            Inserts a <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> into the collection at the specified index.
            </summary>
            <param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> to insert.</param></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.GetEnumerator">
            <summary>
            Returns an enumerator that can iterate through the collection.
            </summary>
            <returns>
            A <see cref="T:NAnt.DotNet.Types.ResourceFileSetEnumerator" /> for the entire collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetCollection.Remove(NAnt.DotNet.Types.ResourceFileSet)">
            <summary>
            Removes a member from the collection.
            </summary>
            <param name="item">The <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> to remove from the collection.</param></member>
        <member name="T:NAnt.DotNet.Types.ResourceFileSetEnumerator">
            <summary>
            Enumerates the <see cref="T:NAnt.DotNet.Types.ResourceFileSet" /> elements of a <see cref="T:NAnt.DotNet.Types.ResourceFileSetCollection" />.
            </summary></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetEnumerator.#ctor(NAnt.DotNet.Types.ResourceFileSetCollection)">
            <summary>
            Initializes a new instance of the <see cref="T:NAnt.DotNet.Types.ResourceFileSetEnumerator" /> class
            with the specified <see cref="T:NAnt.DotNet.Types.ResourceFileSetCollection" />.
            </summary>
            <param name="arguments">The collection that should be enumerated.</param></member>
        <member name="P:NAnt.DotNet.Types.ResourceFileSetEnumerator.Current">
            <summary>
            Gets the current element in the collection.
            </summary>
            <returns>
            The current element in the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetEnumerator.MoveNext">
            <summary>
            Advances the enumerator to the next element of the collection.
            </summary>
            <returns>
            <see langword="true" /> if the enumerator was successfully advanced
            to the next element; <see langword="false" /> if the enumerator has
            passed the end of the collection.
            </returns></member>
        <member name="M:NAnt.DotNet.Types.ResourceFileSetEnumerator.Reset">
            <summary>
            Sets the enumerator to its initial position, which is before the
            first element in the collection.
            </summary></member>
        <member name="T:NAnt.DotNet.Types.WarningAsError">
            <summary>
            Controls the behaviour of a compiler with regards to the reporting of
            warnings.
            </summary>
            <example>
            <para>
            Instruct a compiler to report warning 0519 as an error.
            </para>
            <code>
            <![CDATA[
            <warnaserror>
            <include number="0519" />
            </warnaserror>
            ]]>
            </code>
            </example>
            <example>
            <para>
            Instruct a compiler not to report warning 0519 as an error, if the
            <c>release</c> property is <see langword="true" />.
            </para>
            <code>
            <![CDATA[
            <warnaserror>
            <exclude number="0519" if="${release}" />
            </warnaserror>
            ]]>
            </code>
            </example></member>
        <member name="P:NAnt.DotNet.Types.WarningAsError.Includes">
            <summary>
            Specifies a list of warnings that the compiler should treat as
            errors. This overrides the <see cref="P:NAnt.DotNet.Tasks.CompilerBase.WarnAsError" />
            attribute. Only supported when targeting .NET 2.0 or higher.
            </summary></member>
        <member name="P:NAnt.DotNet.Types.WarningAsError.Excludes">
            <summary>
            Specifies a list of warnings that the compiler should NOT treat as
            errors. This is only useful if <see cref="P:NAnt.DotNet.Tasks.CompilerBase.WarnAsError" />
            is <see langword="true" />. Only supported when targeting .NET 2.0
            or higher.
            </summary></member>
    </members>
</doc>