nant 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (416) hide show
  1. data/docs/help/elements/NAnt.Compression.Tasks.ExpandBaseTask.html +74 -0
  2. data/docs/help/elements/NAnt.Core.DataTypeBase.html +56 -0
  3. data/docs/help/elements/NAnt.Core.Filters.ChainableReader.html +29 -0
  4. data/docs/help/elements/NAnt.Core.Filters.Filter.html +56 -0
  5. data/docs/help/elements/NAnt.Core.Target.html +81 -0
  6. data/docs/help/elements/NAnt.Core.Task.html +29 -0
  7. data/docs/help/elements/NAnt.Core.TaskContainer.html +68 -0
  8. data/docs/help/elements/NAnt.Core.Tasks.ExternalProgramBase.html +132 -0
  9. data/docs/help/elements/NAnt.Core.Tasks.InElement.html +49 -0
  10. data/docs/help/elements/NAnt.Core.Types.Argument.html +121 -0
  11. data/docs/help/elements/NAnt.Core.Types.EnvironmentSet.html +65 -0
  12. data/docs/help/elements/NAnt.Core.Types.EnvironmentVariable.html +99 -0
  13. data/docs/help/elements/NAnt.Core.Types.FileSet.Exclude.html +63 -0
  14. data/docs/help/elements/NAnt.Core.Types.FileSet.ExcludesFile.html +63 -0
  15. data/docs/help/elements/NAnt.Core.Types.FileSet.Include.html +75 -0
  16. data/docs/help/elements/NAnt.Core.Types.FileSet.IncludesFile.html +75 -0
  17. data/docs/help/elements/NAnt.Core.Types.Formatter.html +69 -0
  18. data/docs/help/elements/NAnt.Core.Types.Option.html +68 -0
  19. data/docs/help/elements/NAnt.Core.Types.PathElement.html +74 -0
  20. data/docs/help/elements/NAnt.Core.Types.Pattern.html +63 -0
  21. data/docs/help/elements/NAnt.Core.Types.RawXml.html +33 -0
  22. data/docs/help/elements/NAnt.Core.Types.Token.html +68 -0
  23. data/docs/help/elements/NAnt.Core.Types.XmlNamespace.html +68 -0
  24. data/docs/help/elements/NAnt.Core.Types.XsltExtensionObject.html +74 -0
  25. data/docs/help/elements/NAnt.Core.Types.XsltParameter.html +74 -0
  26. data/docs/help/elements/NAnt.DotNet.Tasks.CompilerBase.html +337 -0
  27. data/docs/help/elements/NAnt.DotNet.Types.AssemblyAttribute.html +74 -0
  28. data/docs/help/elements/NAnt.DotNet.Types.CompilerWarning.html +62 -0
  29. data/docs/help/elements/NAnt.DotNet.Types.DataTypeCollectionBase.html +56 -0
  30. data/docs/help/elements/NAnt.DotNet.Types.EmbeddedResourceCollection.html +29 -0
  31. data/docs/help/elements/NAnt.DotNet.Types.LibDirectorySet.html +61 -0
  32. data/docs/help/elements/NAnt.DotNet.Types.Module.html +56 -0
  33. data/docs/help/elements/NAnt.DotNet.Types.NamespaceImport.html +69 -0
  34. data/docs/help/elements/NAnt.DotNet.Types.Package.html +62 -0
  35. data/docs/help/elements/NAnt.NUnit.Types.FormatterElement.html +70 -0
  36. data/docs/help/elements/NAnt.NUnit1.Types.NUnitTest.html +92 -0
  37. data/docs/help/elements/NAnt.NUnit2.Types.Category.html +62 -0
  38. data/docs/help/elements/NAnt.NUnit2.Types.NUnit2Test.html +111 -0
  39. data/docs/help/elements/NAnt.SourceControl.Tasks.AbstractCvsTask.html +239 -0
  40. data/docs/help/elements/NAnt.SourceControl.Tasks.AbstractSourceControlTask.html +167 -0
  41. data/docs/help/elements/NAnt.VSNet.Types.WebMap.html +74 -0
  42. data/docs/help/elements/NAnt.VisualCpp.Types.Library.html +62 -0
  43. data/docs/help/elements/NAnt.VisualCpp.Types.Symbol.html +62 -0
  44. data/docs/help/enums/NAnt.Compression.Types.DuplicateHandling.html +54 -0
  45. data/docs/help/enums/NAnt.Compression.Types.TarCompressionMethod.html +54 -0
  46. data/docs/help/enums/NAnt.Core.FrameworkTypes.html +74 -0
  47. data/docs/help/enums/NAnt.Core.Level.html +66 -0
  48. data/docs/help/enums/NAnt.Core.Tasks.AvailableTask.ResourceType.html +58 -0
  49. data/docs/help/enums/NAnt.Core.Tasks.LoopTask.LoopItem.html +63 -0
  50. data/docs/help/enums/NAnt.Core.Tasks.LoopTask.LoopTrim.html +59 -0
  51. data/docs/help/enums/NAnt.Core.Types.ManagedExecution.html +77 -0
  52. data/docs/help/enums/NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage.html +54 -0
  53. data/docs/help/enums/NAnt.DotNet.Tasks.RegsvcsTask.ActionType.html +54 -0
  54. data/docs/help/enums/NAnt.DotNet.Types.DebugOutput.html +84 -0
  55. data/docs/help/enums/NAnt.DotNet.Types.DelaySign.html +75 -0
  56. data/docs/help/enums/NAnt.MSNet.Tasks.ServiceControllerTask.ActionType.html +62 -0
  57. data/docs/help/enums/NAnt.NUnit.Types.FormatterType.html +50 -0
  58. data/docs/help/enums/NAnt.VisualCpp.Tasks.ClTask.PrecompiledHeaderMode.html +54 -0
  59. data/docs/help/enums/NAnt.VisualCpp.Types.CharacterSet.html +54 -0
  60. data/docs/help/filters/expandproperties.html +33 -0
  61. data/docs/help/filters/index.html +60 -0
  62. data/docs/help/filters/replacestring.html +92 -0
  63. data/docs/help/filters/replacetokens.html +110 -0
  64. data/docs/help/filters/tabstospaces.html +73 -0
  65. data/docs/help/functions/assembly.get-full-name(System.Reflection.Assembly).html +51 -0
  66. data/docs/help/functions/assembly.get-location(System.Reflection.Assembly).html +51 -0
  67. data/docs/help/functions/assembly.get-name(System.Reflection.Assembly).html +52 -0
  68. data/docs/help/functions/assembly.load(System.String).html +55 -0
  69. data/docs/help/functions/assembly.load-from-file(System.String).html +52 -0
  70. data/docs/help/functions/assemblyname.get-assembly-name(System.String).html +54 -0
  71. data/docs/help/functions/assemblyname.get-codebase(System.Reflection.AssemblyName).html +51 -0
  72. data/docs/help/functions/assemblyname.get-escaped-codebase(System.Reflection.AssemblyName).html +51 -0
  73. data/docs/help/functions/assemblyname.get-full-name(System.Reflection.AssemblyName).html +53 -0
  74. data/docs/help/functions/assemblyname.get-name(System.Reflection.AssemblyName).html +53 -0
  75. data/docs/help/functions/assemblyname.get-version(System.Reflection.AssemblyName).html +54 -0
  76. data/docs/help/functions/bool.parse(System.String).html +52 -0
  77. data/docs/help/functions/bool.to-string(System.Boolean).html +49 -0
  78. data/docs/help/functions/convert.to-boolean(System.Boolean).html +53 -0
  79. data/docs/help/functions/convert.to-datetime(System.DateTime).html +53 -0
  80. data/docs/help/functions/convert.to-double(System.Double).html +53 -0
  81. data/docs/help/functions/convert.to-int(System.Int32).html +53 -0
  82. data/docs/help/functions/convert.to-string(System.String).html +53 -0
  83. data/docs/help/functions/cygpath.get-dos-path(System.String).html +51 -0
  84. data/docs/help/functions/cygpath.get-unix-path(System.String).html +51 -0
  85. data/docs/help/functions/cygpath.get-windows-path(System.String).html +51 -0
  86. data/docs/help/functions/datetime.get-day(System.DateTime).html +49 -0
  87. data/docs/help/functions/datetime.get-day-of-week(System.DateTime).html +49 -0
  88. data/docs/help/functions/datetime.get-day-of-year(System.DateTime).html +49 -0
  89. data/docs/help/functions/datetime.get-days-in-month(System.Int32,System.Int32).html +56 -0
  90. data/docs/help/functions/datetime.get-hour(System.DateTime).html +49 -0
  91. data/docs/help/functions/datetime.get-millisecond(System.DateTime).html +49 -0
  92. data/docs/help/functions/datetime.get-minute(System.DateTime).html +49 -0
  93. data/docs/help/functions/datetime.get-month(System.DateTime).html +49 -0
  94. data/docs/help/functions/datetime.get-second(System.DateTime).html +49 -0
  95. data/docs/help/functions/datetime.get-ticks(System.DateTime).html +49 -0
  96. data/docs/help/functions/datetime.get-year(System.DateTime).html +49 -0
  97. data/docs/help/functions/datetime.is-leap-year(System.Int32).html +50 -0
  98. data/docs/help/functions/datetime.now().html +34 -0
  99. data/docs/help/functions/datetime.parse(System.String).html +51 -0
  100. data/docs/help/functions/datetime.to-string(System.DateTime).html +49 -0
  101. data/docs/help/functions/directory.exists(System.String).html +52 -0
  102. data/docs/help/functions/directory.get-creation-time(System.String).html +51 -0
  103. data/docs/help/functions/directory.get-current-directory().html +34 -0
  104. data/docs/help/functions/directory.get-directory-root(System.String).html +51 -0
  105. data/docs/help/functions/directory.get-last-access-time(System.String).html +51 -0
  106. data/docs/help/functions/directory.get-last-write-time(System.String).html +51 -0
  107. data/docs/help/functions/directory.get-parent-directory(System.String).html +55 -0
  108. data/docs/help/functions/dns.get-host-name().html +36 -0
  109. data/docs/help/functions/double.parse(System.String).html +51 -0
  110. data/docs/help/functions/double.to-string(System.Double).html +49 -0
  111. data/docs/help/functions/environment.get-folder-path(System.Environment.SpecialFolder).html +55 -0
  112. data/docs/help/functions/environment.get-machine-name().html +36 -0
  113. data/docs/help/functions/environment.get-operating-system().html +38 -0
  114. data/docs/help/functions/environment.get-user-name().html +40 -0
  115. data/docs/help/functions/environment.get-variable(System.String).html +51 -0
  116. data/docs/help/functions/environment.get-version().html +37 -0
  117. data/docs/help/functions/environment.newline().html +36 -0
  118. data/docs/help/functions/environment.variable-exists(System.String).html +54 -0
  119. data/docs/help/functions/file.exists(System.String).html +54 -0
  120. data/docs/help/functions/file.get-creation-time(System.String).html +51 -0
  121. data/docs/help/functions/file.get-last-access-time(System.String).html +51 -0
  122. data/docs/help/functions/file.get-last-write-time(System.String).html +51 -0
  123. data/docs/help/functions/file.get-length(System.String).html +51 -0
  124. data/docs/help/functions/file.is-assembly(System.String).html +51 -0
  125. data/docs/help/functions/file.up-to-date(System.String,System.String).html +57 -0
  126. data/docs/help/functions/fileversioninfo.get-company-name(System.Diagnostics.FileVersionInfo).html +51 -0
  127. data/docs/help/functions/fileversioninfo.get-file-version(System.Diagnostics.FileVersionInfo).html +52 -0
  128. data/docs/help/functions/fileversioninfo.get-product-name(System.Diagnostics.FileVersionInfo).html +51 -0
  129. data/docs/help/functions/fileversioninfo.get-product-version(System.Diagnostics.FileVersionInfo).html +52 -0
  130. data/docs/help/functions/fileversioninfo.get-version-info(System.String).html +52 -0
  131. data/docs/help/functions/framework.exists(System.String).html +50 -0
  132. data/docs/help/functions/framework.get-assembly-directory(System.String).html +51 -0
  133. data/docs/help/functions/framework.get-clr-version().html +35 -0
  134. data/docs/help/functions/framework.get-clr-version(System.String).html +52 -0
  135. data/docs/help/functions/framework.get-description().html +34 -0
  136. data/docs/help/functions/framework.get-description(System.String).html +51 -0
  137. data/docs/help/functions/framework.get-family(System.String).html +51 -0
  138. data/docs/help/functions/framework.get-framework-directory(System.String).html +51 -0
  139. data/docs/help/functions/framework.get-frameworks(NAnt.Core.FrameworkTypes).html +62 -0
  140. data/docs/help/functions/framework.get-runtime-engine(System.String).html +51 -0
  141. data/docs/help/functions/framework.get-runtime-framework().html +34 -0
  142. data/docs/help/functions/framework.get-sdk-directory(System.String).html +51 -0
  143. data/docs/help/functions/framework.get-target-framework().html +34 -0
  144. data/docs/help/functions/framework.get-tool-path(System.String).html +56 -0
  145. data/docs/help/functions/framework.get-version().html +35 -0
  146. data/docs/help/functions/framework.get-version(System.String).html +52 -0
  147. data/docs/help/functions/framework.sdk-exists(System.String).html +50 -0
  148. data/docs/help/functions/index.html +1328 -0
  149. data/docs/help/functions/int.parse(System.String).html +51 -0
  150. data/docs/help/functions/int.to-string(System.Int32).html +49 -0
  151. data/docs/help/functions/long.parse(System.String).html +51 -0
  152. data/docs/help/functions/long.to-string(System.Int64).html +49 -0
  153. data/docs/help/functions/math.abs(System.Double).html +50 -0
  154. data/docs/help/functions/math.ceiling(System.Double).html +49 -0
  155. data/docs/help/functions/math.floor(System.Double).html +49 -0
  156. data/docs/help/functions/math.round(System.Double).html +49 -0
  157. data/docs/help/functions/nant.get-assembly().html +35 -0
  158. data/docs/help/functions/nant.get-base-directory().html +34 -0
  159. data/docs/help/functions/operating-system.get-platform(System.OperatingSystem).html +53 -0
  160. data/docs/help/functions/operating-system.get-version(System.OperatingSystem).html +52 -0
  161. data/docs/help/functions/operating-system.to-string(System.OperatingSystem).html +54 -0
  162. data/docs/help/functions/path.change-extension(System.String,System.String).html +59 -0
  163. data/docs/help/functions/path.combine(System.String,System.String).html +56 -0
  164. data/docs/help/functions/path.get-directory-name(System.String).html +51 -0
  165. data/docs/help/functions/path.get-extension(System.String).html +51 -0
  166. data/docs/help/functions/path.get-file-name(System.String).html +54 -0
  167. data/docs/help/functions/path.get-file-name-without-extension(System.String).html +51 -0
  168. data/docs/help/functions/path.get-full-path(System.String).html +51 -0
  169. data/docs/help/functions/path.get-path-root(System.String).html +51 -0
  170. data/docs/help/functions/path.get-temp-file-name().html +34 -0
  171. data/docs/help/functions/path.get-temp-path().html +34 -0
  172. data/docs/help/functions/path.has-extension(System.String).html +52 -0
  173. data/docs/help/functions/path.is-path-rooted(System.String).html +52 -0
  174. data/docs/help/functions/pkg-config.exists(System.String).html +52 -0
  175. data/docs/help/functions/pkg-config.get-compile-flags(System.String).html +51 -0
  176. data/docs/help/functions/pkg-config.get-link-flags(System.String).html +51 -0
  177. data/docs/help/functions/pkg-config.get-mod-version(System.String).html +51 -0
  178. data/docs/help/functions/pkg-config.get-variable(System.String,System.String).html +56 -0
  179. data/docs/help/functions/pkg-config.is-atleast-version(System.String,System.String).html +57 -0
  180. data/docs/help/functions/pkg-config.is-between-version(System.String,System.String,System.String).html +62 -0
  181. data/docs/help/functions/pkg-config.is-exact-version(System.String,System.String).html +57 -0
  182. data/docs/help/functions/pkg-config.is-max-version(System.String,System.String).html +57 -0
  183. data/docs/help/functions/platform.get-name().html +34 -0
  184. data/docs/help/functions/platform.is-unix().html +35 -0
  185. data/docs/help/functions/platform.is-win32().html +38 -0
  186. data/docs/help/functions/platform.is-windows().html +35 -0
  187. data/docs/help/functions/project.get-base-directory().html +34 -0
  188. data/docs/help/functions/project.get-buildfile-path().html +34 -0
  189. data/docs/help/functions/project.get-buildfile-uri().html +34 -0
  190. data/docs/help/functions/project.get-default-target().html +34 -0
  191. data/docs/help/functions/project.get-name().html +34 -0
  192. data/docs/help/functions/property.exists(System.String).html +56 -0
  193. data/docs/help/functions/property.get-value(System.String).html +49 -0
  194. data/docs/help/functions/property.is-dynamic(System.String).html +52 -0
  195. data/docs/help/functions/property.is-readonly(System.String).html +52 -0
  196. data/docs/help/functions/string.contains(System.String,System.String).html +55 -0
  197. data/docs/help/functions/string.ends-with(System.String,System.String).html +55 -0
  198. data/docs/help/functions/string.get-length(System.String).html +49 -0
  199. data/docs/help/functions/string.index-of(System.String,System.String).html +57 -0
  200. data/docs/help/functions/string.last-index-of(System.String,System.String).html +57 -0
  201. data/docs/help/functions/string.pad-left(System.String,System.Int32,System.String).html +61 -0
  202. data/docs/help/functions/string.pad-right(System.String,System.Int32,System.String).html +61 -0
  203. data/docs/help/functions/string.replace(System.String,System.String,System.String).html +61 -0
  204. data/docs/help/functions/string.starts-with(System.String,System.String).html +55 -0
  205. data/docs/help/functions/string.substring(System.String,System.Int32,System.Int32).html +64 -0
  206. data/docs/help/functions/string.to-lower(System.String).html +49 -0
  207. data/docs/help/functions/string.to-upper(System.String).html +49 -0
  208. data/docs/help/functions/string.trim(System.String).html +49 -0
  209. data/docs/help/functions/string.trim-end(System.String).html +49 -0
  210. data/docs/help/functions/string.trim-start(System.String).html +49 -0
  211. data/docs/help/functions/target.exists(System.String).html +54 -0
  212. data/docs/help/functions/target.get-current-target().html +36 -0
  213. data/docs/help/functions/target.has-executed(System.String).html +52 -0
  214. data/docs/help/functions/task.exists(System.String).html +50 -0
  215. data/docs/help/functions/task.get-assembly(System.String).html +52 -0
  216. data/docs/help/functions/timespan.from-days(System.Double).html +49 -0
  217. data/docs/help/functions/timespan.from-hours(System.Double).html +49 -0
  218. data/docs/help/functions/timespan.from-milliseconds(System.Double).html +49 -0
  219. data/docs/help/functions/timespan.from-minutes(System.Double).html +49 -0
  220. data/docs/help/functions/timespan.from-seconds(System.Double).html +49 -0
  221. data/docs/help/functions/timespan.from-ticks(System.Int64).html +49 -0
  222. data/docs/help/functions/timespan.get-days(System.TimeSpan).html +55 -0
  223. data/docs/help/functions/timespan.get-hours(System.TimeSpan).html +49 -0
  224. data/docs/help/functions/timespan.get-milliseconds(System.TimeSpan).html +49 -0
  225. data/docs/help/functions/timespan.get-minutes(System.TimeSpan).html +49 -0
  226. data/docs/help/functions/timespan.get-seconds(System.TimeSpan).html +49 -0
  227. data/docs/help/functions/timespan.get-ticks(System.TimeSpan).html +49 -0
  228. data/docs/help/functions/timespan.get-total-days(System.TimeSpan).html +49 -0
  229. data/docs/help/functions/timespan.get-total-hours(System.TimeSpan).html +49 -0
  230. data/docs/help/functions/timespan.get-total-milliseconds(System.TimeSpan).html +49 -0
  231. data/docs/help/functions/timespan.get-total-minutes(System.TimeSpan).html +49 -0
  232. data/docs/help/functions/timespan.get-total-seconds(System.TimeSpan).html +49 -0
  233. data/docs/help/functions/timespan.parse(System.String).html +51 -0
  234. data/docs/help/functions/timespan.to-string(System.TimeSpan).html +49 -0
  235. data/docs/help/functions/version.get-build(System.Version).html +51 -0
  236. data/docs/help/functions/version.get-major(System.Version).html +51 -0
  237. data/docs/help/functions/version.get-minor(System.Version).html +51 -0
  238. data/docs/help/functions/version.get-revision(System.Version).html +51 -0
  239. data/docs/help/functions/version.parse(System.String).html +52 -0
  240. data/docs/help/functions/version.to-string(System.Version).html +51 -0
  241. data/docs/help/fundamentals/buildfiles.html +81 -0
  242. data/docs/help/fundamentals/expressions.html +2127 -0
  243. data/docs/help/fundamentals/functions.html +311 -0
  244. data/docs/help/fundamentals/index.html +35 -0
  245. data/docs/help/fundamentals/listeners.html +318 -0
  246. data/docs/help/fundamentals/projects.html +71 -0
  247. data/docs/help/fundamentals/properties.html +314 -0
  248. data/docs/help/fundamentals/running-nant.html +92 -0
  249. data/docs/help/fundamentals/targets.html +136 -0
  250. data/docs/help/fundamentals/tasks.html +277 -0
  251. data/docs/help/images/arrow.gif +0 -0
  252. data/docs/help/images/bullet.gif +0 -0
  253. data/docs/help/images/logo.gif +0 -0
  254. data/docs/help/index.html +61 -0
  255. data/docs/help/introduction/fog0000000006.html +42 -0
  256. data/docs/help/introduction/fog0000000041.html +39 -0
  257. data/docs/help/introduction/fog0000000042.html +32 -0
  258. data/docs/help/introduction/fog0000000079.html +32 -0
  259. data/docs/help/introduction/fog0000000081.html +35 -0
  260. data/docs/help/introduction/getting-started.gif +0 -0
  261. data/docs/help/introduction/index.html +35 -0
  262. data/docs/help/introduction/installation.html +164 -0
  263. data/docs/help/style.css +213 -0
  264. data/docs/help/tasks/al.html +325 -0
  265. data/docs/help/tasks/asminfo.html +159 -0
  266. data/docs/help/tasks/attrib.html +146 -0
  267. data/docs/help/tasks/available.html +153 -0
  268. data/docs/help/tasks/aximp.html +192 -0
  269. data/docs/help/tasks/call.html +160 -0
  270. data/docs/help/tasks/cl.html +266 -0
  271. data/docs/help/tasks/copy.html +191 -0
  272. data/docs/help/tasks/csc.html +467 -0
  273. data/docs/help/tasks/cvs-changelog.html +263 -0
  274. data/docs/help/tasks/cvs-checkout.html +304 -0
  275. data/docs/help/tasks/cvs-export.html +304 -0
  276. data/docs/help/tasks/cvs-pass.html +97 -0
  277. data/docs/help/tasks/cvs-rtag.html +307 -0
  278. data/docs/help/tasks/cvs-tag.html +307 -0
  279. data/docs/help/tasks/cvs-update.html +310 -0
  280. data/docs/help/tasks/cvs.html +257 -0
  281. data/docs/help/tasks/delay-sign.html +168 -0
  282. data/docs/help/tasks/delete.html +130 -0
  283. data/docs/help/tasks/description.html +77 -0
  284. data/docs/help/tasks/echo.html +148 -0
  285. data/docs/help/tasks/exec.html +247 -0
  286. data/docs/help/tasks/fail.html +97 -0
  287. data/docs/help/tasks/foreach.html +199 -0
  288. data/docs/help/tasks/get.html +168 -0
  289. data/docs/help/tasks/gunzip.html +89 -0
  290. data/docs/help/tasks/if.html +255 -0
  291. data/docs/help/tasks/ifnot.html +164 -0
  292. data/docs/help/tasks/ilasm.html +239 -0
  293. data/docs/help/tasks/ildasm.html +249 -0
  294. data/docs/help/tasks/include.html +92 -0
  295. data/docs/help/tasks/index.html +490 -0
  296. data/docs/help/tasks/jsc.html +315 -0
  297. data/docs/help/tasks/lib.html +201 -0
  298. data/docs/help/tasks/license.html +166 -0
  299. data/docs/help/tasks/link.html +244 -0
  300. data/docs/help/tasks/loadfile.html +135 -0
  301. data/docs/help/tasks/loadtasks.html +119 -0
  302. data/docs/help/tasks/mail.html +166 -0
  303. data/docs/help/tasks/mc.html +167 -0
  304. data/docs/help/tasks/midl.html +276 -0
  305. data/docs/help/tasks/mkdir.html +89 -0
  306. data/docs/help/tasks/move.html +190 -0
  307. data/docs/help/tasks/nant.html +164 -0
  308. data/docs/help/tasks/nantschema.html +96 -0
  309. data/docs/help/tasks/ndoc.html +172 -0
  310. data/docs/help/tasks/nunit.html +132 -0
  311. data/docs/help/tasks/nunit2.html +164 -0
  312. data/docs/help/tasks/property.html +136 -0
  313. data/docs/help/tasks/rc.html +189 -0
  314. data/docs/help/tasks/readregistry.html +111 -0
  315. data/docs/help/tasks/regasm.html +220 -0
  316. data/docs/help/tasks/regex.html +116 -0
  317. data/docs/help/tasks/regsvcs.html +221 -0
  318. data/docs/help/tasks/resgen.html +217 -0
  319. data/docs/help/tasks/script.html +268 -0
  320. data/docs/help/tasks/servicecontroller.html +109 -0
  321. data/docs/help/tasks/setenv.html +223 -0
  322. data/docs/help/tasks/sleep.html +107 -0
  323. data/docs/help/tasks/solution.html +237 -0
  324. data/docs/help/tasks/style.html +193 -0
  325. data/docs/help/tasks/sysinfo.html +193 -0
  326. data/docs/help/tasks/tar.html +119 -0
  327. data/docs/help/tasks/tlbexp.html +160 -0
  328. data/docs/help/tasks/tlbimp.html +249 -0
  329. data/docs/help/tasks/touch.html +120 -0
  330. data/docs/help/tasks/tstamp.html +159 -0
  331. data/docs/help/tasks/untar.html +104 -0
  332. data/docs/help/tasks/unzip.html +104 -0
  333. data/docs/help/tasks/uptodate.html +46 -0
  334. data/docs/help/tasks/vbc.html +478 -0
  335. data/docs/help/tasks/vjc.html +362 -0
  336. data/docs/help/tasks/xmlpeek.html +129 -0
  337. data/docs/help/tasks/xmlpoke.html +141 -0
  338. data/docs/help/tasks/zip.html +145 -0
  339. data/docs/help/types/assemblyfileset.html +280 -0
  340. data/docs/help/types/categories.html +102 -0
  341. data/docs/help/types/credential.html +86 -0
  342. data/docs/help/types/cvsfileset.html +193 -0
  343. data/docs/help/types/dirset.html +61 -0
  344. data/docs/help/types/fileset.html +305 -0
  345. data/docs/help/types/filterchain.html +109 -0
  346. data/docs/help/types/index.html +136 -0
  347. data/docs/help/types/moduleset.html +90 -0
  348. data/docs/help/types/namespaceimports.html +94 -0
  349. data/docs/help/types/path.html +95 -0
  350. data/docs/help/types/patternset.html +223 -0
  351. data/docs/help/types/proxy.html +99 -0
  352. data/docs/help/types/resourcefileset.html +199 -0
  353. data/docs/help/types/tarfileset.html +229 -0
  354. data/docs/help/types/warnaserror.html +102 -0
  355. data/docs/help/types/zipfileset.html +193 -0
  356. data/docs/license.html +81 -0
  357. data/docs/releasenotes.html +3961 -0
  358. data/docs/sdk/NAnt-SDK.chm +0 -0
  359. data/lib/COPYING.txt +340 -0
  360. data/lib/NAnt.CompressionTasks.dll +0 -0
  361. data/lib/NAnt.CompressionTasks.xml +711 -0
  362. data/lib/NAnt.Core.dll +0 -0
  363. data/lib/NAnt.Core.xml +16161 -0
  364. data/lib/NAnt.DotNetTasks.dll +0 -0
  365. data/lib/NAnt.DotNetTasks.xml +5334 -0
  366. data/lib/NAnt.MSNetTasks.dll +0 -0
  367. data/lib/NAnt.MSNetTasks.xml +579 -0
  368. data/lib/NAnt.NUnit.dll +0 -0
  369. data/lib/NAnt.NUnit.xml +353 -0
  370. data/lib/NAnt.NUnit1Tasks.dll +0 -0
  371. data/lib/NAnt.NUnit1Tasks.xml +538 -0
  372. data/lib/NAnt.NUnit2Tasks.dll +0 -0
  373. data/lib/NAnt.NUnit2Tasks.xml +584 -0
  374. data/lib/NAnt.SourceControlTasks.dll +0 -0
  375. data/lib/NAnt.SourceControlTasks.xml +1279 -0
  376. data/lib/NAnt.VSNetTasks.dll +0 -0
  377. data/lib/NAnt.VSNetTasks.xml +3961 -0
  378. data/lib/NAnt.VisualCppTasks.dll +0 -0
  379. data/lib/NAnt.VisualCppTasks.xml +1211 -0
  380. data/lib/NAnt.Win32Tasks.dll +0 -0
  381. data/lib/NAnt.Win32Tasks.xml +690 -0
  382. data/lib/NAnt.exe +0 -0
  383. data/lib/NAnt.exe.config +1996 -0
  384. data/lib/NAnt.xml +78 -0
  385. data/lib/NDoc.Documenter.NAnt.dll +0 -0
  386. data/lib/README.txt +158 -0
  387. data/lib/extensions/common/2.0/NAnt.MSBuild.dll +0 -0
  388. data/lib/extensions/common/2.0/NAnt.MSBuild.xml +36 -0
  389. data/lib/lib/common/1.1/nunit-console-runner.dll +0 -0
  390. data/lib/lib/common/1.1/nunit-console.exe +0 -0
  391. data/lib/lib/common/1.1/nunit.core.dll +0 -0
  392. data/lib/lib/common/1.1/nunit.framework.dll +0 -0
  393. data/lib/lib/common/1.1/nunit.util.dll +0 -0
  394. data/lib/lib/common/2.0/nunit-console-runner.dll +0 -0
  395. data/lib/lib/common/2.0/nunit-console.exe +0 -0
  396. data/lib/lib/common/2.0/nunit.core.dll +0 -0
  397. data/lib/lib/common/2.0/nunit.framework.dll +0 -0
  398. data/lib/lib/common/2.0/nunit.util.dll +0 -0
  399. data/lib/lib/common/neutral/ICSharpCode.SharpCvsLib.Console.dll +0 -0
  400. data/lib/lib/common/neutral/ICSharpCode.SharpCvsLib.dll +0 -0
  401. data/lib/lib/common/neutral/ICSharpCode.SharpZipLib.dll +0 -0
  402. data/lib/lib/common/neutral/NDoc.Core.dll +0 -0
  403. data/lib/lib/common/neutral/NDoc.Documenter.Msdn.dll +0 -0
  404. data/lib/lib/common/neutral/NDoc.ExtendedUI.dll +0 -0
  405. data/lib/lib/common/neutral/NUnitCore.dll +0 -0
  406. data/lib/lib/net/1.0/NDoc.Core.dll +0 -0
  407. data/lib/lib/net/1.0/NDoc.Documenter.Msdn.dll +0 -0
  408. data/lib/lib/net/1.0/NDoc.ExtendedUI.dll +0 -0
  409. data/lib/lib/net/1.0/nunit-console-runner.dll +0 -0
  410. data/lib/lib/net/1.0/nunit-console.exe +0 -0
  411. data/lib/lib/net/1.0/nunit.core.dll +0 -0
  412. data/lib/lib/net/1.0/nunit.framework.dll +0 -0
  413. data/lib/lib/net/1.0/nunit.util.dll +0 -0
  414. data/lib/log4net.dll +0 -0
  415. data/lib/scvs.exe +0 -0
  416. metadata +484 -0
Binary file
@@ -0,0 +1,690 @@
1
+ <?xml version="1.0"?>
2
+ <doc>
3
+ <assembly>
4
+ <name>NAnt.Win32Tasks</name>
5
+ </assembly>
6
+ <members>
7
+ <member name="T:NAnt.Win32.Functions.CygpathFunctions">
8
+ <summary>
9
+ Groups a set of functions that convert Windows native filenames to
10
+ Cygwin POSIX-style pathnames and vice versa.
11
+ </summary>
12
+ <remarks>
13
+ It can be used when a Cygwin program needs to pass a file name to a
14
+ native Windows program, or expects to get a file name from a native
15
+ Windows program.
16
+ </remarks>
17
+ </member>
18
+ <member name="M:NAnt.Win32.Functions.CygpathFunctions.#ctor(NAnt.Core.Project,NAnt.Core.PropertyDictionary)">
19
+ <summary>
20
+ Initializes a new instance of the <see cref="T:NAnt.Win32.Functions.CygpathFunctions"/>
21
+ class with the specified <see cref="T:NAnt.Core.Project"/> and properties.
22
+ </summary>
23
+ <param name="project">The <see cref="T:NAnt.Core.Project"/> in which the class is used.</param>
24
+ <param name="properties">The set of properties to use for macro expansion.</param>
25
+ </member>
26
+ <member name="M:NAnt.Win32.Functions.CygpathFunctions.GetDosPath(System.String)">
27
+ <summary>
28
+ Gets the DOS (short) form of the specified path.
29
+ </summary>
30
+ <param name="path">The path to convert.</param>
31
+ <returns>
32
+ The DOS (short) form of the specified path.
33
+ </returns>
34
+ <exception cref="T:System.ComponentModel.Win32Exception"><c>cygpath</c> could not be started.</exception>
35
+ <exception cref="T:System.ArgumentException"><paramref name="path"/> could not be converted to a short form.</exception>
36
+ </member>
37
+ <member name="M:NAnt.Win32.Functions.CygpathFunctions.GetUnixPath(System.String)">
38
+ <summary>
39
+ Gets the Unix form of the specified path.
40
+ </summary>
41
+ <param name="path">The path to convert.</param>
42
+ <returns>
43
+ The Unix form of the specified path.
44
+ </returns>
45
+ <exception cref="T:System.ComponentModel.Win32Exception"><c>cygpath</c> could not be started.</exception>
46
+ <exception cref="T:System.ArgumentException"><paramref name="path"/> could not be converted to a Unix form.</exception>
47
+ </member>
48
+ <member name="M:NAnt.Win32.Functions.CygpathFunctions.GetWindowsPath(System.String)">
49
+ <summary>
50
+ Gets the Windows form of the specified path.
51
+ </summary>
52
+ <param name="path">The path to convert.</param>
53
+ <returns>
54
+ The Windows form of the specified path.
55
+ </returns>
56
+ <exception cref="T:System.ComponentModel.Win32Exception"><c>cygpath</c> could not be started.</exception>
57
+ <exception cref="T:System.ArgumentException"><paramref name="path"/> could not be converted to a Windows form.</exception>
58
+ </member>
59
+ <member name="M:NAnt.Win32.Functions.CygpathFunctions.RunCygpathString(NAnt.Core.Types.Argument[])">
60
+ <summary>
61
+ Runs cygpath with the specified arguments and returns the result
62
+ as a <see cref="T:System.String"/>.
63
+ </summary>
64
+ <param name="args">The arguments to pass to cygpath.</param>
65
+ <returns>
66
+ The result of running cygpath with the specified arguments.
67
+ </returns>
68
+ </member>
69
+ <member name="M:NAnt.Win32.Functions.CygpathFunctions.GetTask(System.IO.Stream)">
70
+ <summary>
71
+ Factory method to return a new instance of ExecTask
72
+ </summary>
73
+ <param name="stream"></param>
74
+ <returns></returns>
75
+ </member>
76
+ <member name="T:NAnt.Win32.Tasks.AxImpTask">
77
+ <summary>
78
+ Generates a Windows Forms Control that wraps ActiveX Controls defined
79
+ in an OCX.
80
+ </summary>
81
+ <example>
82
+ <code>
83
+ <![CDATA[
84
+ <aximp ocx="MyControl.ocx" output="MyFormsControl.dll" />
85
+ ]]>
86
+ </code>
87
+ </example>
88
+ </member>
89
+ <member name="M:NAnt.Win32.Tasks.AxImpTask.ExecuteTask">
90
+ <summary>
91
+ Import the ActiveX control.
92
+ </summary>
93
+ </member>
94
+ <member name="M:NAnt.Win32.Tasks.AxImpTask.NeedsCompiling">
95
+ <summary>
96
+ Determines whether the assembly needs to be created again.
97
+ </summary>
98
+ <returns>
99
+ <see langword="true" /> if the assembly needs to be created again;
100
+ otherwise, <see langword="false" />.
101
+ </returns>
102
+ </member>
103
+ <member name="P:NAnt.Win32.Tasks.AxImpTask.OcxFile">
104
+ <summary>
105
+ Filename of the .ocx file.
106
+ </summary>
107
+ </member>
108
+ <member name="P:NAnt.Win32.Tasks.AxImpTask.OutputFile">
109
+ <summary>
110
+ Filename of the generated assembly.
111
+ </summary>
112
+ </member>
113
+ <member name="P:NAnt.Win32.Tasks.AxImpTask.PublicKeyFile">
114
+ <summary>
115
+ Specifies the file containing the public key to use to sign the
116
+ resulting assembly.
117
+ </summary>
118
+ <value>
119
+ The file containing the public key to use to sign the resulting
120
+ assembly.
121
+ </value>
122
+ </member>
123
+ <member name="P:NAnt.Win32.Tasks.AxImpTask.KeyFile">
124
+ <summary>
125
+ Specifies the publisher's official public/private key pair with which
126
+ the resulting assembly should be signed with a strong name.
127
+ </summary>
128
+ <value>
129
+ The keyfile to use to sign the resulting assembly with a strong name.
130
+ </value>
131
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
132
+ </member>
133
+ <member name="P:NAnt.Win32.Tasks.AxImpTask.KeyContainer">
134
+ <summary>
135
+ Specifies the key container in which the public/private key pair
136
+ should be found that should be used to sign the resulting assembly
137
+ with a strong name.
138
+ </summary>
139
+ <value>
140
+ The key container containing a public/private key pair that should
141
+ be used to sign the resulting assembly.
142
+ </value>
143
+ </member>
144
+ <member name="P:NAnt.Win32.Tasks.AxImpTask.DelaySign">
145
+ <summary>
146
+ Specifies to sign the resulting control using delayed signing.
147
+ </summary>
148
+ </member>
149
+ <member name="P:NAnt.Win32.Tasks.AxImpTask.GenerateSource">
150
+ <summary>
151
+ Determines whether C# source code for the Windows Form wrapper should
152
+ be generated. The default is <see langword="false" />.
153
+ </summary>
154
+ </member>
155
+ <member name="P:NAnt.Win32.Tasks.AxImpTask.RcwFile">
156
+ <summary>
157
+ Assembly to use for Runtime Callable Wrapper rather than generating
158
+ new one [.NET 1.1 or higher].
159
+ </summary>
160
+ </member>
161
+ <member name="P:NAnt.Win32.Tasks.AxImpTask.SupportsRcw">
162
+ <summary>
163
+ Indicates whether <c>aximp</c> supports using an existing Runtime
164
+ Callable Wrapper for a given target framework. The default is
165
+ <see langword="true" />.
166
+ </summary>
167
+ </member>
168
+ <member name="P:NAnt.Win32.Tasks.AxImpTask.ProgramArguments">
169
+ <summary>
170
+ Gets the command-line arguments for the external program.
171
+ </summary>
172
+ <value>
173
+ The command-line arguments for the external program.
174
+ </value>
175
+ </member>
176
+ <member name="T:NAnt.Win32.Tasks.ReadRegistryTask">
177
+ <summary>
178
+ Reads a value or set of values from the Windows Registry into one or
179
+ more NAnt properties.
180
+ </summary>
181
+ <example>
182
+ <para>Read a single value from the registry.</para>
183
+ <code>
184
+ <![CDATA[
185
+ <readregistry property="sdkRoot" key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot" hive="LocalMachine" />
186
+ ]]>
187
+ </code>
188
+ <para>Read all the registry values in a key.</para>
189
+ <code>
190
+ <![CDATA[
191
+ <readregistry prefix="dotNetFX" key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot" hive="LocalMachine" />
192
+ ]]>
193
+ </code>
194
+ </example>
195
+ </member>
196
+ <member name="M:NAnt.Win32.Tasks.ReadRegistryTask.ExecuteTask">
197
+ <summary>
198
+ read the specified registry value
199
+ </summary>
200
+ </member>
201
+ <member name="M:NAnt.Win32.Tasks.ReadRegistryTask.LookupRegKey(System.String,Microsoft.Win32.RegistryHive[])">
202
+ <summary>
203
+ Returns the hive for a given key.
204
+ </summary>
205
+ <param name="key"></param>
206
+ <param name="registries"></param>
207
+ <returns>
208
+ The hive for a given key.
209
+ </returns>
210
+ </member>
211
+ <member name="M:NAnt.Win32.Tasks.ReadRegistryTask.GetHiveKey(Microsoft.Win32.RegistryHive)">
212
+ <summary>
213
+ Returns the key for a given registry hive.
214
+ </summary>
215
+ <param name="hive">The registry hive to return the key for.</param>
216
+ <returns>
217
+ The key for a given registry hive.
218
+ </returns>
219
+ </member>
220
+ <member name="P:NAnt.Win32.Tasks.ReadRegistryTask.PropertyName">
221
+ <summary>
222
+ <para>The property to set to the specified registry key value.</para>
223
+ <para>If this attribute is used then a single value will be read.</para>
224
+ </summary>
225
+ </member>
226
+ <member name="P:NAnt.Win32.Tasks.ReadRegistryTask.PropertyPrefix">
227
+ <summary>
228
+ <para>The prefix to use for the specified registry key values.</para>
229
+ <para>If this attribute is used then all registry values will be read and stored as properties with this prefix.</para>
230
+ </summary>
231
+ <example>
232
+ <para>Registry values a, b, c will be turned into prefixa, prefixb, prefixc named properties</para>
233
+ </example>
234
+ </member>
235
+ <member name="P:NAnt.Win32.Tasks.ReadRegistryTask.RegistryKey">
236
+ <summary>
237
+ The registry key to read, including the path.
238
+ </summary>
239
+ <example>
240
+ SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot
241
+ </example>
242
+ </member>
243
+ <member name="P:NAnt.Win32.Tasks.ReadRegistryTask.RegistryHiveName">
244
+ <summary>
245
+ Space separated list of registry hives to search for <see cref="P:NAnt.Win32.Tasks.ReadRegistryTask.RegistryKey"/>.
246
+ For a list of possible values, see <see cref="T:Microsoft.Win32.RegistryHive"/>. The
247
+ default is <see cref="F:Microsoft.Win32.RegistryHive.LocalMachine"/>.
248
+ </summary>
249
+ <remarks>
250
+ <seealso cref="T:Microsoft.Win32.RegistryHive"/>
251
+ </remarks>
252
+ </member>
253
+ <member name="T:NAnt.Win32.Tasks.RegAsmTask">
254
+ <summary>
255
+ Registers an assembly, or set of assemblies for use from COM clients.
256
+ </summary>
257
+ <remarks>
258
+ <para>
259
+ Refer to the <see href="ms-help://MS.VSCC/MS.MSDNVS/cptools/html/cpgrfassemblyregistrationtoolregasmexe.htm">Regasm</see>
260
+ documentation for more information on the regasm tool.
261
+ </para>
262
+ </remarks>
263
+ <example>
264
+ <para>
265
+ Register types in a single assembly.
266
+ </para>
267
+ <code>
268
+ <![CDATA[
269
+ <regasm assembly="myAssembly.dll" />
270
+ ]]>
271
+ </code>
272
+ </example>
273
+ <example>
274
+ <para>
275
+ Register types of an assembly and generate a type library containing
276
+ definitions of accessible types defined within the assembly.
277
+ </para>
278
+ <code>
279
+ <![CDATA[
280
+ <regasm assembly="myAssembly.dll" typelib="myAssembly.tlb" />
281
+ ]]>
282
+ </code>
283
+ </example>
284
+ <example>
285
+ <para>
286
+ Register types of set of assemblies at once, while specifying a set
287
+ of reference assemblies.
288
+ </para>
289
+ <code>
290
+ <![CDATA[
291
+ <regasm codebase="true">
292
+ <assemblies>
293
+ <include name="OutlookAddin.dll" />
294
+ <include name="OfficeCoreAddin.dll" />
295
+ </assemblies>
296
+ <references>
297
+ <include name="CommonTypes.dll" />
298
+ </references>
299
+ </regasm>
300
+ ]]>
301
+ </code>
302
+ </example>
303
+ </member>
304
+ <member name="M:NAnt.Win32.Tasks.RegAsmTask.PrepareProcess(System.Diagnostics.Process)">
305
+ <summary>
306
+ Updates the <see cref="T:System.Diagnostics.ProcessStartInfo"/> of the specified
307
+ <see cref="T:System.Diagnostics.Process"/>.
308
+ </summary>
309
+ <param name="process">The <see cref="T:System.Diagnostics.Process"/> of which the <see cref="T:System.Diagnostics.ProcessStartInfo"/> should be updated.</param>
310
+ </member>
311
+ <member name="M:NAnt.Win32.Tasks.RegAsmTask.ExecuteTask">
312
+ <summary>
313
+ Registers or unregisters a single assembly, or a group of assemblies.
314
+ </summary>
315
+ </member>
316
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.AssemblyFile">
317
+ <summary>
318
+ The name of the file to register. This is provided as an alternate
319
+ to using the task's <see cref="P:NAnt.Win32.Tasks.RegAsmTask.Assemblies"/>.
320
+ </summary>
321
+ </member>
322
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.RegistryFile">
323
+ <summary>
324
+ Registry file to export to instead of entering the types directly
325
+ into the registry.
326
+ </summary>
327
+ </member>
328
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.CodeBase">
329
+ <summary>
330
+ Set the code base registry setting.
331
+ </summary>
332
+ </member>
333
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.Registered">
334
+ <summary>
335
+ Only refer to already registered type libraries.
336
+ </summary>
337
+ </member>
338
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.TypeLib">
339
+ <summary>
340
+ Export the assemblies to the specified type library and register it.
341
+ </summary>
342
+ </member>
343
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.Unregister">
344
+ <summary>
345
+ Unregister the assembly. The default is <see langword="false" />.
346
+ </summary>
347
+ </member>
348
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.Assemblies">
349
+ <summary>
350
+ The set of assemblies to register, or unregister.
351
+ </summary>
352
+ </member>
353
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.References">
354
+ <summary>
355
+ The set of assembly references.
356
+ </summary>
357
+ </member>
358
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.BaseDirectory">
359
+ <summary>
360
+ Gets the working directory for the application.
361
+ </summary>
362
+ <value>
363
+ The working directory for the application.
364
+ </value>
365
+ </member>
366
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.ProgramArguments">
367
+ <summary>
368
+ Gets the command line arguments for the external program.
369
+ </summary>
370
+ <value>
371
+ The command line arguments for the external program.
372
+ </value>
373
+ </member>
374
+ <member name="P:NAnt.Win32.Tasks.RegAsmTask.ProgramFileName">
375
+ <summary>
376
+ Gets the filename of the external program to start.
377
+ </summary>
378
+ <value>
379
+ The filename of the external program.
380
+ </value>
381
+ <remarks>
382
+ Override in derived classes to explicitly set the location of the
383
+ external tool.
384
+ </remarks>
385
+ </member>
386
+ <member name="T:NAnt.Win32.Tasks.TlbExpTask">
387
+ <summary>
388
+ Exports a .NET assembly to a type library that can be used from unmanaged
389
+ code (wraps Microsoft's <c>tlbexp.exe</c>).
390
+ </summary>
391
+ <remarks>
392
+ <para>
393
+ <see href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryexportertlbexpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</see>
394
+ </para>
395
+ </remarks>
396
+ <example>
397
+ <para>Export <c>DotNetAssembly.dll</c> to <c>LegacyCOM.dll</c>.</para>
398
+ <code>
399
+ <![CDATA[
400
+ <tlbexp assembly="DotNetAssembly.dll" output="LegacyCOM.dll" />
401
+ ]]>
402
+ </code>
403
+ </example>
404
+ </member>
405
+ <member name="M:NAnt.Win32.Tasks.TlbExpTask.ExecuteTask">
406
+ <summary>
407
+ Exports the type library.
408
+ </summary>
409
+ </member>
410
+ <member name="M:NAnt.Win32.Tasks.TlbExpTask.NeedsCompiling">
411
+ <summary>
412
+ Determines whether the assembly needs to be exported to a type
413
+ library again.
414
+ </summary>
415
+ <returns>
416
+ <see langword="true" /> if the assembly needs to be exported to a
417
+ type library; otherwise, <see langword="false" />.
418
+ </returns>
419
+ </member>
420
+ <member name="P:NAnt.Win32.Tasks.TlbExpTask.AssemblyFile">
421
+ <summary>
422
+ Specifies the assembly for which to export a type library.
423
+ </summary>
424
+ <value>
425
+ The assembly for which to export a type library.
426
+ </value>
427
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryexportertlbexpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
428
+ </member>
429
+ <member name="P:NAnt.Win32.Tasks.TlbExpTask.OutputFile">
430
+ <summary>
431
+ Specifies the name of the type library file to generate.
432
+ </summary>
433
+ <value>
434
+ The name of the type library file to generate.
435
+ </value>
436
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryexportertlbexpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
437
+ </member>
438
+ <member name="P:NAnt.Win32.Tasks.TlbExpTask.NamesFile">
439
+ <summary>
440
+ Specifies the file used to determine capitalization of names in a
441
+ type library.
442
+ </summary>
443
+ <value>
444
+ The file used to determine capitalization of names in a type library.
445
+ </value>
446
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryexportertlbexpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
447
+ </member>
448
+ <member name="P:NAnt.Win32.Tasks.TlbExpTask.ProgramArguments">
449
+ <summary>
450
+ Gets the command line arguments for the external program.
451
+ </summary>
452
+ <value>
453
+ The command line arguments for the external program.
454
+ </value>
455
+ </member>
456
+ <member name="T:NAnt.Win32.Tasks.TlbImpTask">
457
+ <summary>
458
+ Imports a type library to a .NET assembly (wraps Microsoft's <c>tlbimp.exe</c>).
459
+ </summary>
460
+ <remarks>
461
+ <para>
462
+ This task lets you easily create interop assemblies. By default, it will
463
+ not reimport if the underlying COM TypeLib or reference has not changed.
464
+ </para>
465
+ <para>
466
+ <see href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</see>
467
+ </para>
468
+ </remarks>
469
+ <example>
470
+ <para>Import <c>LegacyCOM.dll</c> to <c>DotNetAssembly.dll</c>.</para>
471
+ <code>
472
+ <![CDATA[
473
+ <tlbimp typelib="LegacyCOM.dll" output="DotNetAssembly.dll" />
474
+ ]]>
475
+ </code>
476
+ </example>
477
+ <example>
478
+ <para>
479
+ Generate an assembly named &quot;Interop.MSVidCtlLib.dll&quot; for the
480
+ MS Video Control 1.0 Type Library, transforming any [out, retval]
481
+ parameters of methods on dispinterfaces in the type library into
482
+ return values in the managed library.
483
+ </para>
484
+ <code>
485
+ <![CDATA[
486
+ <tlbimp typelib="msvidctl.dll" output="Interop.MSVidCtlLib.dll" transform="dispret">
487
+ <references basedir="Interop">
488
+ <include name="Interop.TunerLib.dll" />
489
+ </references>
490
+ </tlbimp>
491
+ ]]>
492
+ </code>
493
+ </example>
494
+ </member>
495
+ <member name="M:NAnt.Win32.Tasks.TlbImpTask.ExecuteTask">
496
+ <summary>
497
+ Imports the type library to a .NET assembly.
498
+ </summary>
499
+ </member>
500
+ <member name="M:NAnt.Win32.Tasks.TlbImpTask.ExtractTypeLibPath(System.String)">
501
+ <summary>
502
+ Returns the path of the type library, removing the identifier of
503
+ the type library from the specified string.
504
+ </summary>
505
+ <param name="path">The path from which to extract the path of the type library.</param>
506
+ <returns>
507
+ The path of the type library without the type library identifier.
508
+ </returns>
509
+ <remarks>
510
+ An example of a path which includes the identifier of the type
511
+ library (in this case &quot;2&quot;) is
512
+ <c>C:\WINDOWS\system32\msvidctl.dll\2</c>.
513
+ </remarks>
514
+ </member>
515
+ <member name="M:NAnt.Win32.Tasks.TlbImpTask.NeedsCompiling">
516
+ <summary>
517
+ Determines whether the type library needs to be imported again.
518
+ </summary>
519
+ <returns>
520
+ <see langword="true" /> if the type library needs to be imported;
521
+ otherwise, <see langword="false" />.
522
+ </returns>
523
+ </member>
524
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.OutputFile">
525
+ <summary>
526
+ Specifies the name of the output file.
527
+ </summary>
528
+ <value>
529
+ The name of the output file.
530
+ </value>
531
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
532
+ </member>
533
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.Namespace">
534
+ <summary>
535
+ Specifies the namespace in which to produce the assembly.
536
+ </summary>
537
+ <value>
538
+ The namespace in which to produce the assembly.
539
+ </value>
540
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
541
+ </member>
542
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.AsmVersion">
543
+ <summary>
544
+ Specifies the version number of the assembly to produce.
545
+ </summary>
546
+ <remarks>
547
+ <value>
548
+ The version number of the assembly to produce.
549
+ </value>
550
+ <para>
551
+ The version number should be in the format major.minor.build.revision.
552
+ </para>
553
+ <para>
554
+ <a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a>
555
+ </para>
556
+ </remarks>
557
+ </member>
558
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.DelaySign">
559
+ <summary>
560
+ Specifies whether the resulting assembly should be signed with a
561
+ strong name using delayed signing. The default is <see langword="false" />.
562
+ </summary>
563
+ <value>
564
+ <see langword="true" /> if the resulting assembly should be signed
565
+ with a strong name using delayed signing; otherwise, <see langword="false" />.
566
+ </value>
567
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
568
+ </member>
569
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.Primary">
570
+ <summary>
571
+ Specifies whether a primary interop assembly should be produced for
572
+ the specified type library. The default is <see langword="false" />.
573
+ </summary>
574
+ <value>
575
+ <see langword="true" /> if a primary interop assembly should be
576
+ produced; otherwise, <see langword="false" />.
577
+ </value>
578
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
579
+ </member>
580
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.PublicKeyFile">
581
+ <summary>
582
+ Specifies the file containing the public key to use to sign the
583
+ resulting assembly.
584
+ </summary>
585
+ <value>
586
+ The file containing the public key to use to sign the resulting
587
+ assembly.
588
+ </value>
589
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
590
+ </member>
591
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.KeyFile">
592
+ <summary>
593
+ Specifies the publisher's official public/private key pair with which
594
+ the resulting assembly should be signed with a strong name.
595
+ </summary>
596
+ <value>
597
+ The keyfile to use to sign the resulting assembly with a strong name.
598
+ </value>
599
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
600
+ </member>
601
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.KeyContainer">
602
+ <summary>
603
+ Specifies the key container in which the public/private key pair
604
+ should be found that should be used to sign the resulting assembly
605
+ with a strong name.
606
+ </summary>
607
+ <value>
608
+ The key container containing a public/private key pair that should
609
+ be used to sign the resulting assembly.
610
+ </value>
611
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
612
+ </member>
613
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.References">
614
+ <summary>
615
+ Specifies the assembly files to use to resolve references to types
616
+ defined outside the current type library.
617
+ </summary>
618
+ <value>
619
+ The assembly files to use to resolve references to types defined
620
+ outside the current type library.
621
+ </value>
622
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
623
+ </member>
624
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.StrictRef">
625
+ <summary>
626
+ Specifies whether a type library should not be imported if all
627
+ references within the current assembly or the reference assemblies
628
+ cannot be resolved. The default is <see langword="false" />.
629
+ </summary>
630
+ <value>
631
+ <see langword="true" /> if a type library should not be imported if
632
+ all references cannot be resolved; otherwise, <see langword="false" />.
633
+ </value>
634
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
635
+ </member>
636
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.SysArray">
637
+ <summary>
638
+ Specifies whether to import a COM style SafeArray as a managed
639
+ <see cref="T:System.Array"/> class type. The default is <see langword="false"/>.
640
+ </summary>
641
+ <value>
642
+ <see langword="true"/> if a COM style SafeArray should be imported
643
+ as a managed <see cref="T:System.Array"/> class type; otherwise,
644
+ <see langword="false"/>.
645
+ </value>
646
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
647
+ </member>
648
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.Transform">
649
+ <summary>
650
+ Specifies how to transform the metadata [.NET 1.1 or higher].
651
+ </summary>
652
+ </member>
653
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.TypeLib">
654
+ <summary>
655
+ Specifies the source type library that gets passed to the type
656
+ library importer.
657
+ </summary>
658
+ <value>
659
+ The source type library that gets passed to the type library
660
+ importer.
661
+ </value>
662
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
663
+ </member>
664
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.Unsafe">
665
+ <summary>
666
+ Specifies whether interfaces should be produced without .NET Framework
667
+ security checks. The default is <see langword="false" />.
668
+ </summary>
669
+ <value>
670
+ <see langword="true" /> if interfaces without .NET Framework security
671
+ checks should be produced; otherwise, <see langword="false" />.
672
+ </value>
673
+ <remarks><a href="ms-help://MS.NETFrameworkSDK/cptools/html/cpgrftypelibraryimportertlbimpexe.htm">See the Microsoft.NET Framework SDK documentation for details.</a></remarks>
674
+ </member>
675
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.SupportsTransform">
676
+ <summary>
677
+ Indicates whether <c>tlbimp</c> supports transforming metadata for
678
+ a given target framework. The default is <see langword="true" />.
679
+ </summary>
680
+ </member>
681
+ <member name="P:NAnt.Win32.Tasks.TlbImpTask.ProgramArguments">
682
+ <summary>
683
+ Gets the command line arguments for the external program.
684
+ </summary>
685
+ <value>
686
+ The command line arguments for the external program.
687
+ </value>
688
+ </member>
689
+ </members>
690
+ </doc>