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
data/lib/NAnt.exe ADDED
Binary file
@@ -0,0 +1,1996 @@
1
+ <?xml version="1.0"?>
2
+ <configuration>
3
+ <!-- Leave this alone. Sets up configsectionhandler section -->
4
+ <configSections>
5
+ <section name="nant" type="NAnt.Core.ConfigurationSection, NAnt.Core" />
6
+ <section name="log4net" type="System.Configuration.IgnoreSectionHandler" />
7
+ </configSections>
8
+ <appSettings>
9
+ <!-- Used to indicate the location of the cache folder for shadow files -->
10
+ <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
11
+ <!-- Used to indicate that NAnt should shadow copy files in a cache folder near the executable -->
12
+ <add key="nant.shadowfiles" value="False" />
13
+ <!-- Used to indicate if cached files should be deleted when done running-->
14
+ <add key="nant.shadowfiles.cleanup" value="False" />
15
+ <!-- To enable internal log4net logging, uncomment the next line -->
16
+ <!-- <add key="log4net.Internal.Debug" value="true"/> -->
17
+ </appSettings>
18
+ <!-- nant config settings -->
19
+ <nant>
20
+ <frameworks>
21
+ <platform name="win32" default="auto">
22
+ <task-assemblies>
23
+ <!-- include NAnt task assemblies -->
24
+ <include name="*Tasks.dll" />
25
+ <!-- include NAnt test assemblies -->
26
+ <include name="*Tests.dll" />
27
+ <!-- include framework-neutral assemblies -->
28
+ <include name="extensions/common/neutral/**/*.dll" />
29
+ <!-- exclude Microsoft.NET specific task assembly -->
30
+ <exclude name="NAnt.MSNetTasks.dll" />
31
+ <!-- exclude Microsoft.NET specific test assembly -->
32
+ <exclude name="NAnt.MSNet.Tests.dll" />
33
+ </task-assemblies>
34
+ <framework
35
+ name="net-1.0"
36
+ family="net"
37
+ version="1.0"
38
+ description="Microsoft .NET Framework 1.0"
39
+ sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}"
40
+ frameworkdirectory="${path::combine(installRoot, 'v1.0.3705')}"
41
+ frameworkassemblydirectory="${path::combine(installRoot, 'v1.0.3705')}"
42
+ clrversion="1.0.3705"
43
+ clrtype="Desktop"
44
+ vendor="Microsoft"
45
+ >
46
+ <runtime>
47
+ <probing-paths>
48
+ <directory name="lib/net/1.0" />
49
+ <directory name="lib/net/neutral" />
50
+ <directory name="lib/common/1.0" />
51
+ <directory name="lib/common/neutral" />
52
+ </probing-paths>
53
+ <modes>
54
+ <strict>
55
+ <environment>
56
+ <variable name="COMPLUS_VERSION" value="v1.0.3705" />
57
+ </environment>
58
+ </strict>
59
+ </modes>
60
+ </runtime>
61
+ <reference-assemblies basedir="${path::combine(installRoot, 'v1.0.3705')}">
62
+ <include name="Accessibility.dll" />
63
+ <include name="cscompmgd.dll" />
64
+ <include name="mscorlib.dll" />
65
+ <include name="Microsoft.Vsa.dll" />
66
+ <include name="Microsoft.VisualBasic.dll" />
67
+ <include name="System.Configuration.Install.dll" />
68
+ <include name="System.Data.dll" />
69
+ <include name="System.Design.dll" />
70
+ <include name="System.DirectoryServices.dll" />
71
+ <include name="System.dll" />
72
+ <include name="System.Drawing.Design.dll" />
73
+ <include name="System.Drawing.dll" />
74
+ <include name="System.EnterpriseServices.dll" />
75
+ <include name="System.Management.dll" />
76
+ <include name="System.Messaging.dll" />
77
+ <include name="System.Runtime.Remoting.dll" />
78
+ <include name="System.Runtime.Serialization.Formatters.Soap.dll" />
79
+ <include name="System.Security.dll" />
80
+ <include name="System.ServiceProcess.dll" />
81
+ <include name="System.Web.dll" />
82
+ <include name="System.Web.RegularExpressions.dll" />
83
+ <include name="System.Web.Services.dll" />
84
+ <include name="System.Windows.Forms.dll" />
85
+ <include name="System.XML.dll" />
86
+ </reference-assemblies>
87
+ <task-assemblies>
88
+ <!-- include MS.NET version-neutral assemblies -->
89
+ <include name="extensions/net/neutral/**/*.dll" />
90
+ <!-- include MS.NET 1.0 specific assemblies -->
91
+ <include name="extensions/net/1.0/**/*.dll" />
92
+ <!-- include Microsoft.NET specific task assembly -->
93
+ <include name="NAnt.MSNetTasks.dll" />
94
+ <!-- include Microsoft.NET specific test assembly -->
95
+ <include name="NAnt.MSNet.Tests.dll" />
96
+ <!-- include .NET 1.0 specific assemblies -->
97
+ <include name="extensions/common/1.0/**/*.dll" />
98
+ </task-assemblies>
99
+ <tool-paths>
100
+ <directory name="${path::combine(sdkInstallRoot, 'bin')}"
101
+ if="${property::exists('sdkInstallRoot')}" />
102
+ <directory name="${path::combine(installRoot, 'v1.0.3705')}" />
103
+ </tool-paths>
104
+ <project>
105
+ <readregistry
106
+ property="installRoot"
107
+ key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
108
+ hive="LocalMachine" />
109
+ <readregistry
110
+ property="sdkInstallRoot"
111
+ key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot"
112
+ hive="LocalMachine"
113
+ failonerror="false" />
114
+ </project>
115
+ <tasks>
116
+ <task name="csc">
117
+ <attribute name="supportsnowarnlist">true</attribute>
118
+ </task>
119
+ <task name="vjc">
120
+ <attribute name="supportsnowarnlist">true</attribute>
121
+ </task>
122
+ <task name="delay-sign">
123
+ <attribute name="exename">sn</attribute>
124
+ </task>
125
+ <task name="license">
126
+ <attribute name="exename">lc</attribute>
127
+ </task>
128
+ <task name="aximp">
129
+ <attribute name="supportsrcw">false</attribute>
130
+ </task>
131
+ <task name="tlbimp">
132
+ <attribute name="supportstransform">false</attribute>
133
+ </task>
134
+ </tasks>
135
+ </framework>
136
+ <framework
137
+ name="net-1.1"
138
+ family="net"
139
+ version="1.1"
140
+ description="Microsoft .NET Framework 1.1"
141
+ sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}"
142
+ frameworkdirectory="${path::combine(installRoot, 'v1.1.4322')}"
143
+ frameworkassemblydirectory="${path::combine(installRoot, 'v1.1.4322')}"
144
+ clrversion="1.1.4322"
145
+ clrtype="Desktop"
146
+ vendor="Microsoft"
147
+ >
148
+ <runtime>
149
+ <probing-paths>
150
+ <directory name="lib/net/1.1" />
151
+ <directory name="lib/net/neutral" />
152
+ <directory name="lib/common/1.1" />
153
+ <directory name="lib/common/neutral" />
154
+ </probing-paths>
155
+ <modes>
156
+ <strict>
157
+ <environment>
158
+ <variable name="COMPLUS_VERSION" value="v1.1.4322" />
159
+ </environment>
160
+ </strict>
161
+ </modes>
162
+ </runtime>
163
+ <reference-assemblies basedir="${path::combine(installRoot, 'v1.1.4322')}">
164
+ <include name="Accessibility.dll" />
165
+ <include name="cscompmgd.dll" />
166
+ <include name="mscorlib.dll" />
167
+ <include name="Microsoft.Vsa.dll" />
168
+ <include name="Microsoft.VisualBasic.dll" />
169
+ <include name="Microsoft.VisualBasic.Compatibility.dll" />
170
+ <include name="Microsoft.VisualBasic.Compatibility.Data.dll" />
171
+ <include name="System.Configuration.Install.dll" />
172
+ <include name="System.Data.dll" />
173
+ <include name="System.Data.OracleClient.dll" />
174
+ <include name="System.Design.dll" />
175
+ <include name="System.DirectoryServices.dll" />
176
+ <include name="System.dll" />
177
+ <include name="System.Drawing.Design.dll" />
178
+ <include name="System.Drawing.dll" />
179
+ <include name="System.EnterpriseServices.dll" />
180
+ <include name="System.Management.dll" />
181
+ <include name="System.Messaging.dll" />
182
+ <include name="System.Runtime.Remoting.dll" />
183
+ <include name="System.Runtime.Serialization.Formatters.Soap.dll" />
184
+ <include name="System.Security.dll" />
185
+ <include name="System.ServiceProcess.dll" />
186
+ <include name="System.Web.dll" />
187
+ <include name="System.Web.Mobile.dll" />
188
+ <include name="System.Web.RegularExpressions.dll" />
189
+ <include name="System.Web.Services.dll" />
190
+ <include name="System.Windows.Forms.dll" />
191
+ <include name="System.XML.dll" />
192
+ </reference-assemblies>
193
+ <task-assemblies>
194
+ <!-- include MS.NET version-neutral assemblies -->
195
+ <include name="extensions/net/neutral/**/*.dll" />
196
+ <!-- include MS.NET 1.1 specific assemblies -->
197
+ <include name="extensions/net/1.1/**/*.dll" />
198
+ <!-- include MS.NET specific task assembly -->
199
+ <include name="NAnt.MSNetTasks.dll" />
200
+ <!-- include MS.NET specific test assembly -->
201
+ <include name="NAnt.MSNet.Tests.dll" />
202
+ <!-- include .NET 1.1 specific assemblies -->
203
+ <include name="extensions/common/1.1/**/*.dll" />
204
+ </task-assemblies>
205
+ <tool-paths>
206
+ <directory name="${path::combine(sdkInstallRoot, 'bin')}"
207
+ if="${property::exists('sdkInstallRoot')}" />
208
+ <directory name="${path::combine(installRoot, 'v1.1.4322')}" />
209
+ </tool-paths>
210
+ <project>
211
+ <readregistry
212
+ property="installRoot"
213
+ key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
214
+ hive="LocalMachine" />
215
+ <readregistry
216
+ property="sdkInstallRoot"
217
+ key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRootv1.1"
218
+ hive="LocalMachine"
219
+ failonerror="false" />
220
+ </project>
221
+ <tasks>
222
+ <task name="csc">
223
+ <attribute name="supportsnowarnlist">true</attribute>
224
+ </task>
225
+ <task name="vjc">
226
+ <attribute name="supportsnowarnlist">true</attribute>
227
+ </task>
228
+ <task name="delay-sign">
229
+ <attribute name="exename">sn</attribute>
230
+ </task>
231
+ <task name="license">
232
+ <attribute name="exename">lc</attribute>
233
+ </task>
234
+ </tasks>
235
+ </framework>
236
+ <framework
237
+ name="net-2.0"
238
+ family="net"
239
+ version="2.0"
240
+ description="Microsoft .NET Framework 2.0"
241
+ sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}"
242
+ frameworkdirectory="${path::combine(installRoot, 'v2.0.50727')}"
243
+ frameworkassemblydirectory="${path::combine(installRoot, 'v2.0.50727')}"
244
+ clrversion="2.0.50727"
245
+ clrtype="Desktop"
246
+ vendor="Microsoft"
247
+ >
248
+ <runtime>
249
+ <probing-paths>
250
+ <directory name="lib/net/2.0" />
251
+ <directory name="lib/net/neutral" />
252
+ <directory name="lib/common/2.0" />
253
+ <directory name="lib/common/neutral" />
254
+ </probing-paths>
255
+ <modes>
256
+ <strict>
257
+ <environment>
258
+ <variable name="COMPLUS_VERSION" value="v2.0.50727" />
259
+ </environment>
260
+ </strict>
261
+ </modes>
262
+ </runtime>
263
+ <reference-assemblies basedir="${path::combine(installRoot, 'v2.0.50727')}">
264
+ <include name="Accessibility.dll" />
265
+ <include name="cscompmgd.dll" />
266
+ <include name="mscorlib.dll" />
267
+ <include name="Microsoft.Build.Engine.dll" />
268
+ <include name="Microsoft.Build.Framework.dll" />
269
+ <include name="Microsoft.Build.Utilities.dll" />
270
+ <include name="Microsoft.Vsa.dll" />
271
+ <include name="Microsoft.VisualBasic.dll" />
272
+ <include name="Microsoft.VisualBasic.Compatibility.dll" />
273
+ <include name="Microsoft.VisualBasic.Compatibility.Data.dll" />
274
+ <include name="System.Configuration.dll" />
275
+ <include name="System.Configuration.Install.dll" />
276
+ <include name="System.Data.dll" />
277
+ <include name="System.Data.OracleClient.dll" />
278
+ <include name="System.Data.SqlXml.dll" />
279
+ <include name="System.Deployment.dll" />
280
+ <include name="System.Design.dll" />
281
+ <include name="System.DirectoryServices.dll" />
282
+ <include name="System.dll" />
283
+ <include name="System.Drawing.Design.dll" />
284
+ <include name="System.Drawing.dll" />
285
+ <include name="System.EnterpriseServices.dll" />
286
+ <include name="System.Management.dll" />
287
+ <include name="System.Messaging.dll" />
288
+ <include name="System.Runtime.Remoting.dll" />
289
+ <include name="System.Runtime.Serialization.Formatters.Soap.dll" />
290
+ <include name="System.Security.dll" />
291
+ <include name="System.ServiceProcess.dll" />
292
+ <include name="System.Transactions.dll" />
293
+ <include name="System.Web.dll" />
294
+ <include name="System.Web.Mobile.dll" />
295
+ <include name="System.Web.RegularExpressions.dll" />
296
+ <include name="System.Web.Services.dll" />
297
+ <include name="System.Windows.Forms.dll" />
298
+ <include name="System.XML.dll" />
299
+ </reference-assemblies>
300
+ <task-assemblies>
301
+ <!-- include MS.NET version-neutral assemblies -->
302
+ <include name="extensions/net/neutral/**/*.dll" />
303
+ <!-- include MS.NET 2.0 specific assemblies -->
304
+ <include name="extensions/net/2.0/**/*.dll" />
305
+ <!-- include MS.NET specific task assembly -->
306
+ <include name="NAnt.MSNetTasks.dll" />
307
+ <!-- include MS.NET specific test assembly -->
308
+ <include name="NAnt.MSNet.Tests.dll" />
309
+ <!-- include .NET 2.0 specific assemblies -->
310
+ <include name="extensions/common/2.0/**/*.dll" />
311
+ </task-assemblies>
312
+ <tool-paths>
313
+ <directory name="${path::combine(sdkInstallRoot, 'bin')}"
314
+ if="${property::exists('sdkInstallRoot')}" />
315
+ <directory name="${path::combine(installRoot, 'v2.0.50727')}" />
316
+ </tool-paths>
317
+ <project>
318
+ <readregistry
319
+ property="installRoot"
320
+ key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
321
+ hive="LocalMachine" />
322
+ <readregistry
323
+ property="sdkInstallRoot"
324
+ key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRootv2.0"
325
+ hive="LocalMachine"
326
+ failonerror="false" />
327
+ </project>
328
+ <tasks>
329
+ <task name="csc">
330
+ <attribute name="supportsnowarnlist">true</attribute>
331
+ <attribute name="supportswarnaserrorlist">true</attribute>
332
+ <attribute name="supportskeycontainer">true</attribute>
333
+ <attribute name="supportskeyfile">true</attribute>
334
+ <attribute name="supportsdelaysign">true</attribute>
335
+ <attribute name="supportsplatform">true</attribute>
336
+ <attribute name="supportslangversion">true</attribute>
337
+ </task>
338
+ <task name="vbc">
339
+ <attribute name="supportsdocgeneration">true</attribute>
340
+ <attribute name="supportsnostdlib">true</attribute>
341
+ <attribute name="supportsnowarnlist">true</attribute>
342
+ <attribute name="supportskeycontainer">true</attribute>
343
+ <attribute name="supportskeyfile">true</attribute>
344
+ <attribute name="supportsdelaysign">true</attribute>
345
+ <attribute name="supportsplatform">true</attribute>
346
+ <attribute name="supportswarnaserrorlist">true</attribute>
347
+ </task>
348
+ <task name="jsc">
349
+ <attribute name="supportsplatform">true</attribute>
350
+ </task>
351
+ <task name="vjc">
352
+ <attribute name="supportsnowarnlist">true</attribute>
353
+ <attribute name="supportskeycontainer">true</attribute>
354
+ <attribute name="supportskeyfile">true</attribute>
355
+ <attribute name="supportsdelaysign">true</attribute>
356
+ </task>
357
+ <task name="resgen">
358
+ <attribute name="supportsassemblyreferences">true</attribute>
359
+ <attribute name="supportsexternalfilereferences">true</attribute>
360
+ </task>
361
+ <task name="delay-sign">
362
+ <attribute name="exename">sn</attribute>
363
+ </task>
364
+ <task name="license">
365
+ <attribute name="exename">lc</attribute>
366
+ <attribute name="supportsassemblyreferences">true</attribute>
367
+ </task>
368
+ </tasks>
369
+ </framework>
370
+ <framework
371
+ name="net-3.5"
372
+ family="net"
373
+ version="3.5"
374
+ description="Microsoft .NET Framework 3.5"
375
+ sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}"
376
+ frameworkdirectory="${path::combine(installRoot, 'v3.5')}"
377
+ frameworkassemblydirectory="${path::combine(installRoot, 'v2.0.50727')}"
378
+ clrversion="2.0.50727"
379
+ clrtype="Desktop"
380
+ vendor="Microsoft"
381
+ >
382
+ <runtime>
383
+ <probing-paths>
384
+ <directory name="lib/net/2.0" />
385
+ <directory name="lib/net/neutral" />
386
+ <directory name="lib/common/2.0" />
387
+ <directory name="lib/common/neutral" />
388
+ </probing-paths>
389
+ <modes>
390
+ <strict>
391
+ <environment>
392
+ <variable name="COMPLUS_VERSION" value="v2.0.50727" />
393
+ </environment>
394
+ </strict>
395
+ </modes>
396
+ </runtime>
397
+ <reference-assemblies basedir="${path::combine(installRoot, 'v2.0.50727')}">
398
+ <include name="Accessibility.dll" />
399
+ <include name="cscompmgd.dll" />
400
+ <include name="mscorlib.dll" />
401
+ <include name="Microsoft.Build.Utilities.dll" />
402
+ <include name="Microsoft.Vsa.dll" />
403
+ <include name="Microsoft.VisualBasic.dll" />
404
+ <include name="Microsoft.VisualBasic.Compatibility.dll" />
405
+ <include name="Microsoft.VisualBasic.Compatibility.Data.dll" />
406
+ <include name="System.Configuration.dll" />
407
+ <include name="System.Configuration.Install.dll" />
408
+ <include name="System.Data.dll" />
409
+ <include name="System.Data.OracleClient.dll" />
410
+ <include name="System.Data.SqlXml.dll" />
411
+ <include name="System.Deployment.dll" />
412
+ <include name="System.Design.dll" />
413
+ <include name="System.DirectoryServices.dll" />
414
+ <include name="System.dll" />
415
+ <include name="System.Drawing.Design.dll" />
416
+ <include name="System.Drawing.dll" />
417
+ <include name="System.EnterpriseServices.dll" />
418
+ <include name="System.Management.dll" />
419
+ <include name="System.Messaging.dll" />
420
+ <include name="System.Runtime.Remoting.dll" />
421
+ <include name="System.Runtime.Serialization.Formatters.Soap.dll" />
422
+ <include name="System.Security.dll" />
423
+ <include name="System.ServiceProcess.dll" />
424
+ <include name="System.Transactions.dll" />
425
+ <include name="System.Web.dll" />
426
+ <include name="System.Web.Mobile.dll" />
427
+ <include name="System.Web.RegularExpressions.dll" />
428
+ <include name="System.Web.Services.dll" />
429
+ <include name="System.Windows.Forms.dll" />
430
+ <include name="System.XML.dll" />
431
+ </reference-assemblies>
432
+ <reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Reference Assemblies/Microsoft/Framework/v3.5">
433
+ <include name="Microsoft.Build.Engine.dll" />
434
+ <include name="Microsoft.Build.Framework.dll" />
435
+ <include name="System.AddIn.Contract.dll" />
436
+ <include name="System.AddIn.dll" />
437
+ <include name="System.Core.dll" />
438
+ <include name="System.Data.DataSetExtensions.dll" />
439
+ <include name="System.Data.Linq.dll" />
440
+ <include name="System.DirectoryServices.AccountManagement.dll" />
441
+ <include name="System.Management.Instrumentation.dll" />
442
+ <include name="System.Net.dll" />
443
+ <include name="System.ServiceModel.Web.dll" />
444
+ <include name="System.Web.Extensions.Design.dll" />
445
+ <include name="System.Web.Extensions.dll" />
446
+ <include name="System.Windows.Presentation.dll" />
447
+ <include name="System.WorkflowServices.dll" />
448
+ <include name="System.Xml.Linq.dll" />
449
+ </reference-assemblies>
450
+ <reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Reference Assemblies/Microsoft/Framework/v3.0">
451
+ <include name="System.IdentityModel.dll" />
452
+ <include name="System.IdentityModel.Selectors.dll" />
453
+ <include name="System.IO.Log.dll" />
454
+ <include name="System.Printing.dll" />
455
+ <include name="System.Runtime.Serialization.dll" />
456
+ <include name="System.ServiceModel.dll" />
457
+ <include name="System.Speech.dll" />
458
+ <include name="System.Workflow.Activities.dll" />
459
+ <include name="System.Workflow.ComponentModel.dll" />
460
+ <include name="System.Workflow.Runtime.dll" />
461
+ <include name="WindowsBase.dll" />
462
+ </reference-assemblies>
463
+ <task-assemblies>
464
+ <!-- include MS.NET version-neutral assemblies -->
465
+ <include name="extensions/net/neutral/**/*.dll" />
466
+ <!-- include MS.NET 2.0 specific assemblies -->
467
+ <include name="extensions/net/2.0/**/*.dll" />
468
+ <!-- include MS.NET specific task assembly -->
469
+ <include name="NAnt.MSNetTasks.dll" />
470
+ <!-- include MS.NET specific test assembly -->
471
+ <include name="NAnt.MSNet.Tests.dll" />
472
+ <!-- include .NET 2.0 specific assemblies -->
473
+ <include name="extensions/common/2.0/**/*.dll" />
474
+ </task-assemblies>
475
+ <tool-paths>
476
+ <directory name="${path::combine(sdkInstallRoot, 'bin')}"
477
+ if="${property::exists('sdkInstallRoot')}" />
478
+ <directory name="${path::combine(installRoot, 'v3.5')}" />
479
+ <directory name="${path::combine(installRoot, 'v2.0.50727')}" />
480
+ </tool-paths>
481
+ <project>
482
+ <readregistry
483
+ property="installRoot"
484
+ key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
485
+ hive="LocalMachine" />
486
+ <readregistry
487
+ property="sdkInstallRoot"
488
+ key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.0A\WinSDKNetFxTools\InstallationFolder"
489
+ hive="LocalMachine"
490
+ failonerror="false" />
491
+ <readregistry
492
+ property="sdkInstallRoot"
493
+ key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.1\WinSDK\InstallationFolder"
494
+ hive="LocalMachine"
495
+ failonerror="false" />
496
+ <readregistry
497
+ property="sdkInstallRoot"
498
+ key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0\WinSDK\InstallationFolder"
499
+ hive="LocalMachine"
500
+ failonerror="false" />
501
+ </project>
502
+ <tasks>
503
+ <task name="csc">
504
+ <attribute name="supportsnowarnlist">true</attribute>
505
+ <attribute name="supportswarnaserrorlist">true</attribute>
506
+ <attribute name="supportskeycontainer">true</attribute>
507
+ <attribute name="supportskeyfile">true</attribute>
508
+ <attribute name="supportsdelaysign">true</attribute>
509
+ <attribute name="supportsplatform">true</attribute>
510
+ <attribute name="supportslangversion">true</attribute>
511
+ </task>
512
+ <task name="vbc">
513
+ <attribute name="supportsdocgeneration">true</attribute>
514
+ <attribute name="supportsnostdlib">true</attribute>
515
+ <attribute name="supportsnowarnlist">true</attribute>
516
+ <attribute name="supportskeycontainer">true</attribute>
517
+ <attribute name="supportskeyfile">true</attribute>
518
+ <attribute name="supportsdelaysign">true</attribute>
519
+ <attribute name="supportsplatform">true</attribute>
520
+ <attribute name="supportswarnaserrorlist">true</attribute>
521
+ </task>
522
+ <task name="jsc">
523
+ <attribute name="supportsplatform">true</attribute>
524
+ </task>
525
+ <task name="vjc">
526
+ <attribute name="supportsnowarnlist">true</attribute>
527
+ <attribute name="supportskeycontainer">true</attribute>
528
+ <attribute name="supportskeyfile">true</attribute>
529
+ <attribute name="supportsdelaysign">true</attribute>
530
+ </task>
531
+ <task name="resgen">
532
+ <attribute name="supportsassemblyreferences">true</attribute>
533
+ <attribute name="supportsexternalfilereferences">true</attribute>
534
+ </task>
535
+ <task name="delay-sign">
536
+ <attribute name="exename">sn</attribute>
537
+ </task>
538
+ <task name="license">
539
+ <attribute name="exename">lc</attribute>
540
+ <attribute name="supportsassemblyreferences">true</attribute>
541
+ </task>
542
+ </tasks>
543
+ </framework>
544
+ <framework
545
+ name="netcf-1.0"
546
+ family="netcf"
547
+ version="1.0"
548
+ description="Microsoft .NET Compact Framework 1.0"
549
+ sdkdirectory="${path::combine(sdkInstallRoot, 'v1.0.5000\bin')}"
550
+ frameworkdirectory="${path::combine(installRoot, 'v1.1.4322')}"
551
+ frameworkassemblydirectory="${path::combine(sdkInstallRoot, 'v1.0.5000\Windows CE')}"
552
+ clrversion="1.1.4322"
553
+ clrtype="Compact"
554
+ vendor="Microsoft"
555
+ >
556
+ <runtime>
557
+ <modes>
558
+ <strict>
559
+ <environment>
560
+ <variable name="COMPLUS_VERSION" value="v1.1.4322" />
561
+ </environment>
562
+ </strict>
563
+ </modes>
564
+ </runtime>
565
+ <reference-assemblies basedir="${path::combine(sdkInstallRoot, 'v1.0.5000\Windows CE')}">
566
+ <include name="*.dll" />
567
+ </reference-assemblies>
568
+ <task-assemblies>
569
+ <!-- this is not a supported runtime framework -->
570
+ </task-assemblies>
571
+ <tool-paths>
572
+ <directory name="${path::combine(sdkInstallRoot, 'v1.0.5000\bin')}" />
573
+ <directory name="${path::combine(installRoot, 'v1.1.4322')}" />
574
+ <directory name="${path::combine(sdkInstallRoot.DesktopFramework, 'bin')}" />
575
+ </tool-paths>
576
+ <project>
577
+ <readregistry
578
+ property="installRoot"
579
+ key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
580
+ hive="LocalMachine" />
581
+ <readregistry
582
+ property="sdkInstallRoot"
583
+ key="SOFTWARE\Microsoft\.NETCompactFramework\sdkInstallRoot"
584
+ hive="LocalMachine" />
585
+ <readregistry
586
+ property="sdkInstallRoot.DesktopFramework"
587
+ key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRootv1.1"
588
+ hive="LocalMachine" />
589
+ <fail if="${not directory::exists(sdkInstallRoot.DesktopFramework)}">The .NET Framework 1.1 SDK is not installed.</fail>
590
+ </project>
591
+ <tasks>
592
+ <task name="csc">
593
+ <attribute name="noconfig">true</attribute>
594
+ <attribute name="nostdlib">true</attribute>
595
+ <attribute name="supportsnowarnlist">true</attribute>
596
+ </task>
597
+ <task name="resgen">
598
+ <attribute name="exename">cfresgen</attribute>
599
+ </task>
600
+ <task name="delay-sign">
601
+ <attribute name="exename">sn</attribute>
602
+ </task>
603
+ <task name="license">
604
+ <attribute name="exename">lc</attribute>
605
+ </task>
606
+ </tasks>
607
+ </framework>
608
+ <framework
609
+ name="netcf-2.0"
610
+ family="netcf"
611
+ version="2.0"
612
+ description="Microsoft .NET Compact Framework 2.0"
613
+ sdkdirectory="${path::combine(sdkInstallRoot.DesktopFramework, 'bin')}"
614
+ frameworkdirectory="${path::combine(installRoot, 'v2.0.50727')}"
615
+ frameworkassemblydirectory="${path::combine(sdkInstallRoot, 'WindowsCE')}"
616
+ clrversion="2.0.0"
617
+ clrtype="Compact"
618
+ vendor="Microsoft"
619
+ >
620
+ <runtime>
621
+ <modes>
622
+ <strict>
623
+ <environment>
624
+ <variable name="COMPLUS_VERSION" value="v2.0.50727" />
625
+ </environment>
626
+ </strict>
627
+ </modes>
628
+ </runtime>
629
+ <reference-assemblies basedir="${path::combine(sdkInstallRoot, 'WindowsCE')}">
630
+ <include name="*.dll" />
631
+ </reference-assemblies>
632
+ <task-assemblies>
633
+ <!-- this is not a supported runtime framework -->
634
+ </task-assemblies>
635
+ <tool-paths>
636
+ <directory name="${path::combine(sdkInstallRoot.DesktopFramework, 'bin')}" />
637
+ </tool-paths>
638
+ <project>
639
+ <readregistry
640
+ property="installRoot"
641
+ key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
642
+ hive="LocalMachine" />
643
+ <readregistry
644
+ property="sdkInstallRoot"
645
+ key="SOFTWARE\Microsoft\.NETCompactFramework\v2.0.0.0\InstallRoot\"
646
+ hive="LocalMachine" />
647
+ <readregistry
648
+ property="sdkInstallRoot.DesktopFramework"
649
+ key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRootv2.0"
650
+ hive="LocalMachine" />
651
+ <fail if="${not directory::exists(sdkInstallRoot.DesktopFramework)}">The .NET Framework 2.0 SDK is not installed.</fail>
652
+ </project>
653
+ <tasks>
654
+ <task name="csc">
655
+ <attribute name="noconfig">true</attribute>
656
+ <attribute name="nostdlib">true</attribute>
657
+ <attribute name="supportsnowarnlist">true</attribute>
658
+ <attribute name="supportswarnaserrorlist">true</attribute>
659
+ <attribute name="supportskeycontainer">true</attribute>
660
+ <attribute name="supportskeyfile">true</attribute>
661
+ <attribute name="supportsdelaysign">true</attribute>
662
+ <attribute name="supportsplatform">true</attribute>
663
+ <attribute name="supportslangversion">true</attribute>
664
+ </task>
665
+ <task name="vbc">
666
+ <attribute name="nostdlib">true</attribute>
667
+ <attribute name="supportsdocgeneration">true</attribute>
668
+ <attribute name="supportsnostdlib">true</attribute>
669
+ <attribute name="supportsnowarnlist">true</attribute>
670
+ <attribute name="supportskeycontainer">true</attribute>
671
+ <attribute name="supportskeyfile">true</attribute>
672
+ <attribute name="supportsdelaysign">true</attribute>
673
+ <attribute name="supportsplatform">true</attribute>
674
+ <attribute name="supportswarnaserrorlist">true</attribute>
675
+ </task>
676
+ <task name="resgen">
677
+ <attribute name="supportsassemblyreferences">true</attribute>
678
+ <attribute name="supportsexternalfilereferences">true</attribute>
679
+ </task>
680
+ <task name="delay-sign">
681
+ <attribute name="exename">sn</attribute>
682
+ </task>
683
+ <task name="license">
684
+ <attribute name="exename">lc</attribute>
685
+ <attribute name="supportsassemblyreferences">true</attribute>
686
+ </task>
687
+ </tasks>
688
+ </framework>
689
+ <framework
690
+ name="silverlight-2.0"
691
+ family="silverlight"
692
+ version="2.0"
693
+ description="Microsoft Silverlight 2.0"
694
+ sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}"
695
+ frameworkdirectory="${path::combine(installRoot, 'v3.5')}"
696
+ frameworkassemblydirectory="${environment::get-folder-path('ProgramFiles')}/Microsoft Silverlight/2.0.31005.0"
697
+ clrversion="2.0.50727"
698
+ clrtype="Browser"
699
+ vendor="Microsoft"
700
+ >
701
+ <runtime>
702
+ <modes>
703
+ <strict>
704
+ <environment>
705
+ <variable name="COMPLUS_VERSION" value="v2.0.50727" />
706
+ </environment>
707
+ </strict>
708
+ </modes>
709
+ </runtime>
710
+ <reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Microsoft Silverlight/2.0.31005.0">
711
+ <include name="Microsoft.VisualBasic.dll" />
712
+ <include name="mscorlib.dll" />
713
+ <include name="System.Core.dll" />
714
+ <include name="System.dll" />
715
+ <include name="System.Net.dll" />
716
+ <include name="System.Runtime.Serialization.dll" />
717
+ <include name="System.ServiceModel.dll" />
718
+ <include name="System.ServiceModel.Web.dll" />
719
+ <include name="System.Windows.Browser.dll" />
720
+ <include name="System.Windows.dll" />
721
+ <include name="System.Xml.dll" />
722
+ </reference-assemblies>
723
+ <task-assemblies>
724
+ <!-- include MS.NET version-neutral assemblies -->
725
+ <include name="extensions/net/neutral/**/*.dll" />
726
+ <!-- include MS.NET 2.0 specific assemblies -->
727
+ <include name="extensions/net/2.0/**/*.dll" />
728
+ <!-- include MS.NET specific task assembly -->
729
+ <include name="NAnt.MSNetTasks.dll" />
730
+ <!-- include MS.NET specific test assembly -->
731
+ <include name="NAnt.MSNet.Tests.dll" />
732
+ <!-- include .NET 2.0 specific assemblies -->
733
+ <include name="extensions/common/2.0/**/*.dll" />
734
+ </task-assemblies>
735
+ <tool-paths>
736
+ <directory name="${path::combine(sdkInstallRoot, 'bin')}"
737
+ if="${property::exists('sdkInstallRoot')}" />
738
+ <directory name="${path::combine(installRoot, 'v3.5')}" />
739
+ <directory name="${path::combine(installRoot, 'v2.0.50727')}" />
740
+ <directory name="${environment::get-folder-path('ProgramFiles')}/Microsoft Silverlight/2.0.31005.0" />
741
+ </tool-paths>
742
+ <project>
743
+ <readregistry
744
+ property="installRoot"
745
+ key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
746
+ hive="LocalMachine" />
747
+ <readregistry
748
+ property="sdkInstallRoot"
749
+ key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.0A\WinSDKNetFxTools\InstallationFolder"
750
+ hive="LocalMachine"
751
+ failonerror="false" />
752
+ <readregistry
753
+ property="sdkInstallRoot"
754
+ key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.1\WinSDKNetFxTools\InstallationFolder"
755
+ hive="LocalMachine"
756
+ failonerror="false" />
757
+ </project>
758
+ <tasks>
759
+ <task name="csc">
760
+ <attribute name="noconfig">true</attribute>
761
+ <attribute name="nostdlib">true</attribute>
762
+ <attribute name="supportsnowarnlist">true</attribute>
763
+ <attribute name="supportswarnaserrorlist">true</attribute>
764
+ <attribute name="supportskeycontainer">true</attribute>
765
+ <attribute name="supportskeyfile">true</attribute>
766
+ <attribute name="supportsdelaysign">true</attribute>
767
+ <attribute name="supportsplatform">true</attribute>
768
+ <attribute name="supportslangversion">true</attribute>
769
+ </task>
770
+ <task name="vbc">
771
+ <attribute name="nostdlib">true</attribute>
772
+ <attribute name="supportsdocgeneration">true</attribute>
773
+ <attribute name="supportsnostdlib">true</attribute>
774
+ <attribute name="supportsnowarnlist">true</attribute>
775
+ <attribute name="supportskeycontainer">true</attribute>
776
+ <attribute name="supportskeyfile">true</attribute>
777
+ <attribute name="supportsdelaysign">true</attribute>
778
+ <attribute name="supportsplatform">true</attribute>
779
+ <attribute name="supportswarnaserrorlist">true</attribute>
780
+ </task>
781
+ <task name="jsc">
782
+ <attribute name="supportsplatform">true</attribute>
783
+ </task>
784
+ <task name="vjc">
785
+ <attribute name="supportsnowarnlist">true</attribute>
786
+ <attribute name="supportskeycontainer">true</attribute>
787
+ <attribute name="supportskeyfile">true</attribute>
788
+ <attribute name="supportsdelaysign">true</attribute>
789
+ </task>
790
+ <task name="resgen">
791
+ <attribute name="supportsassemblyreferences">true</attribute>
792
+ <attribute name="supportsexternalfilereferences">true</attribute>
793
+ </task>
794
+ <task name="delay-sign">
795
+ <attribute name="exename">sn</attribute>
796
+ </task>
797
+ <task name="license">
798
+ <attribute name="exename">lc</attribute>
799
+ <attribute name="supportsassemblyreferences">true</attribute>
800
+ </task>
801
+ </tasks>
802
+ </framework>
803
+ <framework
804
+ name="mono-1.0"
805
+ family="mono"
806
+ version="1.0"
807
+ description="Mono 1.0 Profile"
808
+ sdkdirectory="${toolDirectory}"
809
+ frameworkdirectory="${toolDirectory}"
810
+ frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}"
811
+ clrversion="1.1.4322"
812
+ clrtype="Desktop"
813
+ vendor="Mono"
814
+ >
815
+ <runtime>
816
+ <probing-paths>
817
+ <directory name="lib/mono/1.0" />
818
+ <directory name="lib/mono/neutral" />
819
+ <directory name="lib/common/1.1" />
820
+ <directory name="lib/common/neutral" />
821
+ </probing-paths>
822
+ <modes>
823
+ <auto>
824
+ <engine program="${runtimeEngine}" />
825
+ <environment>
826
+ <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" />
827
+ <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" />
828
+ </environment>
829
+ </auto>
830
+ <strict>
831
+ <engine program="${runtimeEngine}">
832
+ <arg value="--runtime=v1.1.4322" />
833
+ </engine>
834
+ <environment>
835
+ <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" />
836
+ <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" />
837
+ </environment>
838
+ </strict>
839
+ </modes>
840
+ </runtime>
841
+ <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}">
842
+ <include name="*.dll" />
843
+ </reference-assemblies>
844
+ <task-assemblies>
845
+ <!-- include Mono version-neutral assemblies -->
846
+ <include name="extensions/mono/neutral/**/*.dll" />
847
+ <!-- include Mono 1.0 specific assemblies -->
848
+ <include name="extensions/mono/1.0/**/*.dll" />
849
+ <!-- include .NET 1.1 specific assemblies -->
850
+ <include name="extensions/common/1.1/**/*.dll" />
851
+ </task-assemblies>
852
+ <tool-paths>
853
+ <directory name="${toolDirectory}" />
854
+ <!-- unmanaged tools -->
855
+ <directory name="${sdkInstallRoot}/bin" />
856
+ </tool-paths>
857
+ <project>
858
+ <!-- quick and dirty check to see if pkg-config is available (and configured) -->
859
+ <property name="pkgconfig.available" value="${environment::variable-exists('PKG_CONFIG_PATH')}" />
860
+ <if test="${pkgconfig.available}">
861
+ <if test="${pkg-config::exists('mono')}">
862
+ <call target="configure-from-pkg-config" />
863
+ </if>
864
+ <if test="${not pkg-config::exists('mono')}">
865
+ <call target="configure-from-registry" />
866
+ </if>
867
+ </if>
868
+ <if test="${not pkgconfig.available}">
869
+ <call target="configure-from-registry" />
870
+ </if>
871
+
872
+ <!-- determine if we're dealing with a Mono 1.0.x release -->
873
+ <if test="${version::parse(mono.version) &lt; version::parse('1.1')}">
874
+ <!--
875
+ in Mono 1.0.x, the framework tools are located
876
+ in the <install root>\lib directory
877
+ -->
878
+ <property name="toolDirectory" value="${frameworkAssemblyDirectory}" />
879
+ <property name="runtimeEngine" value="${path::combine(frameworkAssemblyDirectory, 'mono.exe')}" />
880
+ <property name="resgen.tool" value="monoresgen" />
881
+ <!-- in Mono 1.0.x, only mcs and mbas are located in <install root>\lib\mono\<profile> -->
882
+ <property name="csc.tool" value="${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mcs.exe')}" />
883
+ <property name="mbas.tool" value="${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mbas.exe')}" />
884
+ <!-- /doc is not supported in Mono 1.0.x -->
885
+ <property name="csc.supportsdocgeneration" value="false" />
886
+
887
+ <!--
888
+ Mono 1.0.1 installer incorrectly adds '\mono' to
889
+ "MonoConfigDir" registry value
890
+ -->
891
+ <if test="${string::ends-with(configDir, 'etc\mono')}">
892
+ <property name="configDir" value="${string::replace(configDir, 'etc\mono', 'etc')}" />
893
+ </if>
894
+ </if>
895
+
896
+ <!-- determine if we're dealing with a Mono 1.1.x release or higher -->
897
+ <if test="${version::parse(mono.version) >= version::parse('1.1')}">
898
+ <!--
899
+ in Mono 1.1.x (and higher ?), the framework tools
900
+ are located in the <install root>\lib\mono\<profile>
901
+ directory
902
+ -->
903
+ <property name="toolDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" />
904
+ <property name="runtimeEngine" value="${path::combine(frameworkAssemblyDirectory, 'mono.exe')}" />
905
+ <!-- starting from Mono 1.1.9.2, mono.exe is located in the bin directory -->
906
+ <if test="${not file::exists(runtimeEngine)}">
907
+ <property name="runtimeEngine" value="${path::combine(sdkInstallRoot, 'bin/mono.exe')}" />
908
+ </if>
909
+ <property name="resgen.tool" value="resgen" />
910
+ <property name="csc.tool" value="mcs" />
911
+ <property name="csc.supportsdocgeneration" value="true" />
912
+ <property name="mbas.tool" value="mbas" />
913
+ </if>
914
+
915
+ <target name="configure-from-pkg-config">
916
+ <property name="mono.version" value="${pkg-config::get-mod-version('mono')}" />
917
+ <property name="sdkInstallRoot" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'prefix'))}" />
918
+ <property name="frameworkAssemblyDirectory" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'libdir'))}" />
919
+ <property name="configDir" value="${path::combine(sdkInstallRoot, 'etc')}/" />
920
+ </target>
921
+
922
+ <target name="configure-from-registry">
923
+ <!--
924
+ first try using the DefaultCLR in HKLM\Novell\Mono,
925
+ this is used by the Mono 1.0.1 installer (and later?)
926
+ -->
927
+ <readregistry
928
+ property="mono.version"
929
+ key="SOFTWARE\Novell\Mono\DefaultCLR"
930
+ hive="LocalMachine"
931
+ failonerror="false"
932
+ />
933
+
934
+ <if test="${property::exists('mono.version')}">
935
+ <property name="monokey" value="SOFTWARE\Novell\Mono\${mono.version}" />
936
+ </if>
937
+
938
+ <!--
939
+ if the DefaultCLR registry value does not exist in
940
+ HKLM\Novell\Mono, then try the HKML\Mono registry
941
+ key as this was used for the Mono 1.0 installer
942
+ -->
943
+ <if test="${not property::exists('mono.version')}">
944
+ <readregistry
945
+ property="mono.version"
946
+ key="SOFTWARE\Mono\DefaultCLR"
947
+ hive="LocalMachine"
948
+ />
949
+ <property name="monokey" value="SOFTWARE\Mono\${mono.version}" />
950
+ </if>
951
+
952
+ <readregistry
953
+ property="sdkInstallRoot"
954
+ key="${monokey}\SdkInstallRoot"
955
+ hive="LocalMachine" />
956
+ <readregistry
957
+ property="frameworkAssemblyDirectory"
958
+ key="${monokey}\FrameworkAssemblyDirectory"
959
+ hive="LocalMachine" />
960
+ <readregistry
961
+ property="configDir"
962
+ key="${monokey}\MonoConfigDir"
963
+ hive="LocalMachine" />
964
+ </target>
965
+ </project>
966
+ <properties>
967
+ </properties>
968
+ <tasks>
969
+ <task name="al">
970
+ <attribute name="managed">true</attribute>
971
+ </task>
972
+ <task name="csc">
973
+ <attribute name="exename">${csc.tool}</attribute>
974
+ <attribute name="managed">true</attribute>
975
+ <attribute name="supportspackagereferences">true</attribute>
976
+ <attribute name="supportsnowarnlist">true</attribute>
977
+ <attribute name="supportsdocgeneration">${csc.supportsdocgeneration}</attribute>
978
+ <attribute name="supportskeycontainer">true</attribute>
979
+ <attribute name="supportskeyfile">true</attribute>
980
+ <attribute name="supportsdelaysign">true</attribute>
981
+ <attribute name="supportslangversion">true</attribute>
982
+ </task>
983
+ <task name="jsc">
984
+ <attribute name="exename">mjs</attribute>
985
+ <attribute name="managed">true</attribute>
986
+ </task>
987
+ <task name="vbc">
988
+ <attribute name="exename">${mbas.tool}</attribute>
989
+ <attribute name="managed">true</attribute>
990
+ </task>
991
+ <task name="resgen">
992
+ <attribute name="exename">${resgen.tool}</attribute>
993
+ <attribute name="managed">true</attribute>
994
+ </task>
995
+ <task name="delay-sign">
996
+ <attribute name="exename">sn</attribute>
997
+ <attribute name="managed">true</attribute>
998
+ </task>
999
+ <task name="license">
1000
+ <attribute name="hascommandlinecompiler">false</attribute>
1001
+ </task>
1002
+ <task name="ilasm">
1003
+ <attribute name="managed">true</attribute>
1004
+ </task>
1005
+ </tasks>
1006
+ </framework>
1007
+ <framework
1008
+ name="mono-2.0"
1009
+ family="mono"
1010
+ version="2.0"
1011
+ description="Mono 2.0 Profile"
1012
+ sdkdirectory="${toolDirectory}"
1013
+ frameworkdirectory="${toolDirectory}"
1014
+ frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}"
1015
+ clrversion="2.0.50727"
1016
+ clrtype="Desktop"
1017
+ vendor="Mono"
1018
+ >
1019
+ <runtime>
1020
+ <probing-paths>
1021
+ <directory name="lib/mono/2.0" />
1022
+ <directory name="lib/mono/neutral" />
1023
+ <directory name="lib/common/2.0" />
1024
+ <directory name="lib/common/neutral" />
1025
+ </probing-paths>
1026
+ <modes>
1027
+ <auto>
1028
+ <engine program="${runtimeEngine}" />
1029
+ <environment>
1030
+ <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" />
1031
+ <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" />
1032
+ </environment>
1033
+ </auto>
1034
+ <strict>
1035
+ <engine program="${runtimeEngine}">
1036
+ <arg value="--runtime=v2.0.50727" />
1037
+ </engine>
1038
+ <environment>
1039
+ <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" />
1040
+ <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" />
1041
+ </environment>
1042
+ </strict>
1043
+ </modes>
1044
+ </runtime>
1045
+ <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}">
1046
+ <include name="*.dll" />
1047
+ </reference-assemblies>
1048
+ <task-assemblies>
1049
+ <!-- include Mono version-neutral assemblies -->
1050
+ <include name="extensions/mono/neutral/**/*.dll" />
1051
+ <!-- include Mono 2.0 specific assemblies -->
1052
+ <include name="extensions/mono/2.0/**/*.dll" />
1053
+ <!-- include .NET 2.0 specific assemblies -->
1054
+ <include name="extensions/common/2.0/**/*.dll" />
1055
+ </task-assemblies>
1056
+ <tool-paths>
1057
+ <directory name="${toolDirectory}" />
1058
+ <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" />
1059
+ <!-- for compatibility with Mono 1.0.x -->
1060
+ <directory name="${frameworkAssemblyDirectory}" />
1061
+ <!-- unmanaged tools -->
1062
+ <directory name="${sdkInstallRoot}/bin" />
1063
+ </tool-paths>
1064
+ <project>
1065
+ <!-- quick and dirty check to see if pkg-config is available (and configured) -->
1066
+ <property name="pkgconfig.available" value="${environment::variable-exists('PKG_CONFIG_PATH')}" />
1067
+ <if test="${pkgconfig.available}">
1068
+ <if test="${pkg-config::exists('mono')}">
1069
+ <call target="configure-from-pkg-config" />
1070
+ </if>
1071
+ <if test="${not pkg-config::exists('mono')}">
1072
+ <call target="configure-from-registry" />
1073
+ </if>
1074
+ </if>
1075
+ <if test="${not pkgconfig.available}">
1076
+ <call target="configure-from-registry" />
1077
+ </if>
1078
+
1079
+ <property name="resgen.supportsexternalfilereferences" value="false" />
1080
+
1081
+ <!-- determine if we're dealing with a Mono 1.0.x release -->
1082
+ <if test="${version::parse(mono.version) &lt; version::parse('1.1')}">
1083
+ <!--
1084
+ in Mono 1.0.x, the framework tools are located
1085
+ in the <install root>\lib directory, except for
1086
+ mbas and mcs
1087
+ -->
1088
+ <property name="toolDirectory" value="${frameworkAssemblyDirectory}" />
1089
+ <property name="runtimeEngine" value="${path::combine(frameworkAssemblyDirectory, 'mono.exe')}" />
1090
+ <property name="resgen.tool" value="monoresgen" />
1091
+ <property name="csc.supportsdocgeneration" value="false" />
1092
+
1093
+ <!--
1094
+ Mono 1.0.1 installer incorrectly adds '\mono' to
1095
+ "MonoConfigDir" registry value
1096
+ -->
1097
+ <if test="${string::ends-with(configDir, 'etc\mono')}">
1098
+ <property name="configDir" value="${string::replace(configDir, 'etc\mono', 'etc')}" />
1099
+ </if>
1100
+ </if>
1101
+
1102
+ <!-- determine if we're dealing with a Mono 1.1.x release or higher -->
1103
+ <if test="${version::parse(mono.version) >= version::parse('1.1')}">
1104
+ <property name="toolDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" />
1105
+ <property name="runtimeEngine" value="${path::combine(frameworkAssemblyDirectory, 'mono.exe')}" />
1106
+ <!-- starting from Mono 1.1.9.2, mono.exe is located in the bin directory -->
1107
+ <if test="${not file::exists(runtimeEngine)}">
1108
+ <property name="runtimeEngine" value="${path::combine(sdkInstallRoot, 'bin/mono.exe')}" />
1109
+ </if>
1110
+ <property name="csc.supportsdocgeneration" value="true" />
1111
+ </if>
1112
+ <!-- as from Mono 1.2.3.50, resgen supports the /usesourcepath option -->
1113
+ <if test="${version::parse(mono.version) >= version::parse('1.2.3.50')}">
1114
+ <property name="resgen.supportsexternalfilereferences" value="true" />
1115
+ </if>
1116
+
1117
+ <target name="configure-from-pkg-config">
1118
+ <property name="mono.version" value="${pkg-config::get-mod-version('mono')}" />
1119
+ <property name="sdkInstallRoot" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'prefix'))}" />
1120
+ <property name="frameworkAssemblyDirectory" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'libdir'))}" />
1121
+ <property name="configDir" value="${path::combine(sdkInstallRoot, 'etc')}/" />
1122
+ </target>
1123
+
1124
+ <target name="configure-from-registry">
1125
+ <readregistry
1126
+ property="mono.version"
1127
+ key="SOFTWARE\Novell\Mono\DefaultCLR"
1128
+ hive="LocalMachine"
1129
+ />
1130
+ <property name="monokey" value="SOFTWARE\Novell\Mono\${mono.version}" />
1131
+
1132
+ <readregistry
1133
+ property="sdkInstallRoot"
1134
+ key="${monokey}\SdkInstallRoot"
1135
+ hive="LocalMachine" />
1136
+ <readregistry
1137
+ property="frameworkAssemblyDirectory"
1138
+ key="${monokey}\FrameworkAssemblyDirectory"
1139
+ hive="LocalMachine" />
1140
+ <readregistry
1141
+ property="configDir"
1142
+ key="${monokey}\MonoConfigDir"
1143
+ hive="LocalMachine" />
1144
+ </target>
1145
+ </project>
1146
+ <properties>
1147
+ </properties>
1148
+ <tasks>
1149
+ <task name="al">
1150
+ <attribute name="managed">true</attribute>
1151
+ </task>
1152
+ <task name="csc">
1153
+ <attribute name="exename">gmcs</attribute>
1154
+ <attribute name="managed">true</attribute>
1155
+ <attribute name="supportspackagereferences">true</attribute>
1156
+ <attribute name="supportsnowarnlist">true</attribute>
1157
+ <attribute name="supportsdocgeneration">${csc.supportsdocgeneration}</attribute>
1158
+ <attribute name="supportskeycontainer">true</attribute>
1159
+ <attribute name="supportskeyfile">true</attribute>
1160
+ <attribute name="supportsdelaysign">true</attribute>
1161
+ <attribute name="supportslangversion">true</attribute>
1162
+ </task>
1163
+ <task name="jsc">
1164
+ <attribute name="exename">mjs</attribute>
1165
+ <attribute name="managed">strict</attribute>
1166
+ </task>
1167
+ <task name="vbc">
1168
+ <attribute name="exename">vbnc</attribute>
1169
+ <attribute name="managed">true</attribute>
1170
+ </task>
1171
+ <task name="resgen">
1172
+ <attribute name="exename">${resgen.tool}</attribute>
1173
+ <attribute name="managed">true</attribute>
1174
+ <attribute name="supportsexternalfilereferences">${resgen.supportsexternalfilereferences}</attribute>
1175
+ </task>
1176
+ <task name="delay-sign">
1177
+ <attribute name="exename">sn</attribute>
1178
+ <attribute name="managed">true</attribute>
1179
+ </task>
1180
+ <task name="license">
1181
+ <attribute name="hascommandlinecompiler">false</attribute>
1182
+ </task>
1183
+ <task name="ilasm">
1184
+ <attribute name="managed">true</attribute>
1185
+ </task>
1186
+ </tasks>
1187
+ </framework>
1188
+ <framework
1189
+ name="mono-3.5"
1190
+ family="mono"
1191
+ version="3.5"
1192
+ description="Mono 3.5 Profile"
1193
+ sdkdirectory="${toolDirectory}"
1194
+ frameworkdirectory="${toolDirectory}"
1195
+ frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}"
1196
+ clrversion="2.0.50727"
1197
+ clrtype="Desktop"
1198
+ vendor="Mono"
1199
+ >
1200
+ <runtime>
1201
+ <probing-paths>
1202
+ <directory name="lib/mono/2.0" />
1203
+ <directory name="lib/mono/neutral" />
1204
+ <directory name="lib/common/2.0" />
1205
+ <directory name="lib/common/neutral" />
1206
+ </probing-paths>
1207
+ <modes>
1208
+ <auto>
1209
+ <engine program="${runtimeEngine}" />
1210
+ <environment>
1211
+ <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" />
1212
+ <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" />
1213
+ </environment>
1214
+ </auto>
1215
+ <strict>
1216
+ <engine program="${runtimeEngine}">
1217
+ <arg value="--runtime=v2.0.50727" />
1218
+ </engine>
1219
+ <environment>
1220
+ <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" />
1221
+ <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" />
1222
+ </environment>
1223
+ </strict>
1224
+ </modes>
1225
+ </runtime>
1226
+ <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/3.5')}">
1227
+ <include name="*.dll" />
1228
+ </reference-assemblies>
1229
+ <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/3.0')}">
1230
+ <include name="*.dll" />
1231
+ </reference-assemblies>
1232
+ <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}">
1233
+ <include name="*.dll" />
1234
+ </reference-assemblies>
1235
+ <task-assemblies>
1236
+ <!-- include Mono version-neutral assemblies -->
1237
+ <include name="extensions/mono/neutral/**/*.dll" />
1238
+ <!-- include Mono 2.0 specific assemblies -->
1239
+ <include name="extensions/mono/2.0/**/*.dll" />
1240
+ <!-- include .NET 2.0 specific assemblies -->
1241
+ <include name="extensions/common/2.0/**/*.dll" />
1242
+ </task-assemblies>
1243
+ <tool-paths>
1244
+ <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/3.5')}" />
1245
+ <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" />
1246
+ <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" />
1247
+ <!-- unmanaged tools -->
1248
+ <directory name="${sdkInstallRoot}/bin" />
1249
+ </tool-paths>
1250
+ <project>
1251
+ <!-- quick and dirty check to see if pkg-config is available (and configured) -->
1252
+ <property name="pkgconfig.available" value="${environment::variable-exists('PKG_CONFIG_PATH')}" />
1253
+ <if test="${pkgconfig.available}">
1254
+ <if test="${pkg-config::exists('mono')}">
1255
+ <call target="configure-from-pkg-config" />
1256
+ </if>
1257
+ <if test="${not pkg-config::exists('mono')}">
1258
+ <call target="configure-from-registry" />
1259
+ </if>
1260
+ </if>
1261
+ <if test="${not pkgconfig.available}">
1262
+ <call target="configure-from-registry" />
1263
+ </if>
1264
+
1265
+ <property name="toolDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/3.5')}" />
1266
+ <property name="runtimeEngine" value="${path::combine(sdkInstallRoot, 'bin/mono.exe')}" />
1267
+
1268
+ <target name="configure-from-pkg-config">
1269
+ <property name="mono.version" value="${pkg-config::get-mod-version('mono')}" />
1270
+ <property name="sdkInstallRoot" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'prefix'))}" />
1271
+ <property name="frameworkAssemblyDirectory" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'libdir'))}" />
1272
+ <property name="configDir" value="${path::combine(sdkInstallRoot, 'etc')}/" />
1273
+ </target>
1274
+
1275
+ <target name="configure-from-registry">
1276
+ <readregistry
1277
+ property="mono.version"
1278
+ key="SOFTWARE\Novell\Mono\DefaultCLR"
1279
+ hive="LocalMachine"
1280
+ />
1281
+ <property name="monokey" value="SOFTWARE\Novell\Mono\${mono.version}" />
1282
+
1283
+ <readregistry
1284
+ property="sdkInstallRoot"
1285
+ key="${monokey}\SdkInstallRoot"
1286
+ hive="LocalMachine" />
1287
+ <readregistry
1288
+ property="frameworkAssemblyDirectory"
1289
+ key="${monokey}\FrameworkAssemblyDirectory"
1290
+ hive="LocalMachine" />
1291
+ <readregistry
1292
+ property="configDir"
1293
+ key="${monokey}\MonoConfigDir"
1294
+ hive="LocalMachine" />
1295
+ </target>
1296
+ </project>
1297
+ <properties>
1298
+ </properties>
1299
+ <tasks>
1300
+ <task name="al">
1301
+ <attribute name="managed">true</attribute>
1302
+ </task>
1303
+ <task name="csc">
1304
+ <attribute name="exename">gmcs</attribute>
1305
+ <attribute name="managed">true</attribute>
1306
+ <attribute name="langversion">linq</attribute>
1307
+ <attribute name="supportspackagereferences">true</attribute>
1308
+ <attribute name="supportsnowarnlist">true</attribute>
1309
+ <attribute name="supportsdocgeneration">true</attribute>
1310
+ <attribute name="supportskeycontainer">true</attribute>
1311
+ <attribute name="supportskeyfile">true</attribute>
1312
+ <attribute name="supportsdelaysign">true</attribute>
1313
+ <attribute name="supportslangversion">true</attribute>
1314
+ </task>
1315
+ <task name="jsc">
1316
+ <attribute name="exename">mjs</attribute>
1317
+ <attribute name="managed">strict</attribute>
1318
+ </task>
1319
+ <task name="vbc">
1320
+ <attribute name="exename">vbnc</attribute>
1321
+ <attribute name="managed">true</attribute>
1322
+ </task>
1323
+ <task name="resgen">
1324
+ <attribute name="managed">true</attribute>
1325
+ <attribute name="supportsexternalfilereferences">true</attribute>
1326
+ </task>
1327
+ <task name="delay-sign">
1328
+ <attribute name="exename">sn</attribute>
1329
+ <attribute name="managed">true</attribute>
1330
+ </task>
1331
+ <task name="license">
1332
+ <attribute name="hascommandlinecompiler">false</attribute>
1333
+ </task>
1334
+ <task name="ilasm">
1335
+ <attribute name="managed">true</attribute>
1336
+ </task>
1337
+ </tasks>
1338
+ </framework>
1339
+ <framework
1340
+ name="moonlight-2.0"
1341
+ family="moonlight"
1342
+ version="2.0"
1343
+ description="Moonlight 2.0"
1344
+ sdkdirectory="${toolDirectory}"
1345
+ frameworkdirectory="${toolDirectory}"
1346
+ frameworkassemblydirectory="${toolDirectory}"
1347
+ clrversion="2.0.50727"
1348
+ clrtype="Browser"
1349
+ vendor="Mono"
1350
+ >
1351
+ <runtime>
1352
+ <modes>
1353
+ <auto>
1354
+ <engine program="${runtimeEngine}">
1355
+ <arg value="--runtime=moonlight" />
1356
+ <arg value="--security=temporary-smcs-hack" />
1357
+ </engine>
1358
+ </auto>
1359
+ </modes>
1360
+ </runtime>
1361
+ <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'lib/mono/2.1')}">
1362
+ <include name="Microsoft.VisualBasic.dll" />
1363
+ <include name="mscorlib.dll" />
1364
+ <include name="System.Core.dll" />
1365
+ <include name="System.dll" />
1366
+ <include name="System.Net.dll" />
1367
+ <include name="System.Runtime.Serialization.dll" />
1368
+ <include name="System.ServiceModel.dll" />
1369
+ <include name="System.ServiceModel.Web.dll" />
1370
+ <include name="System.Windows.Browser.dll" />
1371
+ <include name="System.Windows.dll" />
1372
+ <include name="System.Xml.dll" />
1373
+ </reference-assemblies>
1374
+ <task-assemblies>
1375
+ <!-- include MS.NET version-neutral assemblies -->
1376
+ <include name="extensions/net/neutral/**/*.dll" />
1377
+ <!-- include MS.NET 2.0 specific assemblies -->
1378
+ <include name="extensions/net/2.0/**/*.dll" />
1379
+ <!-- include MS.NET specific task assembly -->
1380
+ <include name="NAnt.MSNetTasks.dll" />
1381
+ <!-- include MS.NET specific test assembly -->
1382
+ <include name="NAnt.MSNet.Tests.dll" />
1383
+ <!-- include .NET 2.0 specific assemblies -->
1384
+ <include name="extensions/common/2.0/**/*.dll" />
1385
+ </task-assemblies>
1386
+ <tool-paths>
1387
+ <directory name="${toolDirectory}" />
1388
+ <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" />
1389
+ <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" />
1390
+ <!-- unmanaged tools -->
1391
+ <directory name="${sdkInstallRoot}/bin" />
1392
+ </tool-paths>
1393
+ <project>
1394
+ <!-- quick and dirty check to see if pkg-config is available (and configured) -->
1395
+ <property name="pkgconfig.available" value="${environment::variable-exists('PKG_CONFIG_PATH')}" />
1396
+ <if test="${pkgconfig.available}">
1397
+ <if test="${pkg-config::exists('mono')}">
1398
+ <call target="configure-from-pkg-config" />
1399
+ </if>
1400
+ <if test="${not pkg-config::exists('mono')}">
1401
+ <call target="configure-from-registry" />
1402
+ </if>
1403
+ </if>
1404
+ <if test="${not pkgconfig.available}">
1405
+ <call target="configure-from-registry" />
1406
+ </if>
1407
+
1408
+ <property name="toolDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/2.1')}" />
1409
+ <property name="runtimeEngine" value="${path::combine(sdkInstallRoot, 'bin/mono.exe')}" />
1410
+
1411
+ <target name="configure-from-pkg-config">
1412
+ <property name="mono.version" value="${pkg-config::get-mod-version('mono')}" />
1413
+ <property name="sdkInstallRoot" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'prefix'))}" />
1414
+ <property name="frameworkAssemblyDirectory" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'libdir'))}" />
1415
+ <property name="configDir" value="${path::combine(sdkInstallRoot, 'etc')}/" />
1416
+ </target>
1417
+
1418
+ <target name="configure-from-registry">
1419
+ <readregistry
1420
+ property="mono.version"
1421
+ key="SOFTWARE\Novell\Mono\DefaultCLR"
1422
+ hive="LocalMachine"
1423
+ />
1424
+ <property name="monokey" value="SOFTWARE\Novell\Mono\${mono.version}" />
1425
+
1426
+ <readregistry
1427
+ property="sdkInstallRoot"
1428
+ key="${monokey}\SdkInstallRoot"
1429
+ hive="LocalMachine" />
1430
+ <readregistry
1431
+ property="frameworkAssemblyDirectory"
1432
+ key="${monokey}\FrameworkAssemblyDirectory"
1433
+ hive="LocalMachine" />
1434
+ <readregistry
1435
+ property="configDir"
1436
+ key="${monokey}\MonoConfigDir"
1437
+ hive="LocalMachine" />
1438
+ </target>
1439
+ </project>
1440
+ <tasks>
1441
+ <task name="csc">
1442
+ <attribute name="exename">smcs</attribute>
1443
+ <attribute name="managed">true</attribute>
1444
+ <attribute name="supportspackagereferences">true</attribute>
1445
+ <attribute name="supportsnowarnlist">true</attribute>
1446
+ <attribute name="supportsdocgeneration">true</attribute>
1447
+ <attribute name="supportskeycontainer">true</attribute>
1448
+ <attribute name="supportskeyfile">true</attribute>
1449
+ <attribute name="supportsdelaysign">true</attribute>
1450
+ <attribute name="supportslangversion">true</attribute>
1451
+ </task>
1452
+ <task name="resgen">
1453
+ <attribute name="supportsassemblyreferences">true</attribute>
1454
+ <attribute name="supportsexternalfilereferences">true</attribute>
1455
+ </task>
1456
+ <task name="delay-sign">
1457
+ <attribute name="exename">sn</attribute>
1458
+ </task>
1459
+ <task name="license">
1460
+ <attribute name="hascommandlinecompiler">false</attribute>
1461
+ </task>
1462
+ </tasks>
1463
+ </framework>
1464
+ <framework
1465
+ name="sscli-1.0"
1466
+ family="sscli"
1467
+ version="1.0"
1468
+ description="Microsoft Shared Source CLI 1.0"
1469
+ sdkdirectory="C:\sscli\build\v1.x86fstchk.rotor\sdk\bin"
1470
+ frameworkdirectory="C:\sscli\build\v1.x86fstchk.rotor"
1471
+ frameworkassemblydirectory="C:\sscli\build\v1.x86fstchk.rotor"
1472
+ clrversion="1.0.3"
1473
+ clrtype="Desktop"
1474
+ vendor="Microsoft"
1475
+ >
1476
+ <runtime>
1477
+ <modes>
1478
+ <auto>
1479
+ <engine program="C:\sscli\build\v1.x86fstchk.rotor\clix.exe" />
1480
+ </auto>
1481
+ </modes>
1482
+ </runtime>
1483
+ <reference-assemblies basedir="C:\sscli\build\v1.x86fstchk.rotor">
1484
+ <include name="*.dll" />
1485
+ </reference-assemblies>
1486
+ <task-assemblies>
1487
+ <!-- this is not a supported runtime framework -->
1488
+ </task-assemblies>
1489
+ <tool-paths>
1490
+ <directory name="C:\sscli\build\v1.x86fstchk.rotor\sdk\bin" />
1491
+ <directory name="C:\sscli\build\v1.x86fstchk.rotor" />
1492
+ </tool-paths>
1493
+ <project />
1494
+ <tasks>
1495
+ <task name="csc">
1496
+ <attribute name="supportsnowarnlist">true</attribute>
1497
+ </task>
1498
+ <task name="jsc">
1499
+ <attribute name="managed">true</attribute>
1500
+ </task>
1501
+ <task name="delay-sign">
1502
+ <attribute name="exename">sn</attribute>
1503
+ </task>
1504
+ <task name="license">
1505
+ <attribute name="hascommandlinecompiler">false</attribute>
1506
+ </task>
1507
+ <task name="ilasm">
1508
+ <attribute name="managed">true</attribute>
1509
+ </task>
1510
+ <task name="ildasm">
1511
+ <attribute name="managed">true</attribute>
1512
+ </task>
1513
+ </tasks>
1514
+ </framework>
1515
+ </platform>
1516
+ <platform name="unix" default="auto">
1517
+ <task-assemblies>
1518
+ <!-- include NAnt task assemblies -->
1519
+ <include name="*Tasks.dll" />
1520
+ <!-- include NAnt test assemblies -->
1521
+ <include name="*Tests.dll" />
1522
+ <!-- include framework-neutral assemblies -->
1523
+ <include name="extensions/common/neutral/**/*.dll" />
1524
+ <!-- exclude Microsoft.NET specific task assembly -->
1525
+ <exclude name="NAnt.MSNetTasks.dll" />
1526
+ <!-- exclude Microsoft.NET specific test assembly -->
1527
+ <exclude name="NAnt.MSNet.Tests.dll" />
1528
+ <!-- exclude win32 specific task assembly -->
1529
+ <exclude name="NAnt.Win32Tasks.dll" />
1530
+ <!-- exclude win32 specific test assembly -->
1531
+ <exclude name="NAnt.Win32.Tests.dll" />
1532
+ </task-assemblies>
1533
+ <framework
1534
+ name="mono-1.0"
1535
+ family="mono"
1536
+ version="1.0"
1537
+ description="Mono 1.0 Profile"
1538
+ sdkdirectory="${toolDirectory}"
1539
+ frameworkdirectory="${toolDirectory}"
1540
+ frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/1.0')}"
1541
+ clrversion="1.1.4322"
1542
+ clrtype="Desktop"
1543
+ vendor="Mono"
1544
+ >
1545
+ <runtime>
1546
+ <probing-paths>
1547
+ <directory name="lib/mono/1.0" />
1548
+ <directory name="lib/mono/neutral" />
1549
+ <directory name="lib/common/1.1" />
1550
+ <directory name="lib/common/neutral" />
1551
+ </probing-paths>
1552
+ <modes>
1553
+ <auto>
1554
+ <engine program="${path::combine(prefix, 'bin/mono')}" />
1555
+ </auto>
1556
+ <strict>
1557
+ <engine program="${path::combine(prefix, 'bin/mono')}">
1558
+ <arg value="--runtime=v1.1.4322" />
1559
+ </engine>
1560
+ </strict>
1561
+ </modes>
1562
+ </runtime>
1563
+ <reference-assemblies basedir="${path::combine(prefix, 'lib/mono/1.0')}">
1564
+ <include name="*.dll" />
1565
+ </reference-assemblies>
1566
+ <task-assemblies>
1567
+ <!-- include Mono version-neutral assemblies -->
1568
+ <include name="extensions/mono/neutral/**/*.dll" />
1569
+ <!-- include Mono 1.0 specific assemblies -->
1570
+ <include name="extensions/mono/1.0/**/*.dll" />
1571
+ <!-- include .NET 1.1 specific assemblies -->
1572
+ <include name="extensions/common/1.1/**/*.dll" />
1573
+ </task-assemblies>
1574
+ <tool-paths>
1575
+ <directory name="${toolDirectory}" />
1576
+ <!-- unmanaged tools -->
1577
+ <directory name="${prefix}/bin" />
1578
+ </tool-paths>
1579
+ <project>
1580
+ <if test="${not pkg-config::exists('mono')}">
1581
+ <fail>Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/.</fail>
1582
+ </if>
1583
+ <property name="prefix" value="${pkg-config::get-variable('mono', 'prefix')}" />
1584
+ <if test="${not(pkg-config::is-atleast-version('mono', '1.1'))}">
1585
+ <property name="toolDirectory" value="${path::combine(prefix, 'bin')}" />
1586
+ <property name="resgen.tool" value="monoresgen" />
1587
+ <property name="csc.supportsdocgeneration" value="false" />
1588
+ </if>
1589
+ <if test="${pkg-config::is-atleast-version('mono', '1.1')}">
1590
+ <property name="toolDirectory" value="${path::combine(prefix, 'lib/mono/1.0')}" />
1591
+ <property name="resgen.tool" value="resgen" />
1592
+ <property name="csc.supportsdocgeneration" value="true" />
1593
+ </if>
1594
+ </project>
1595
+ <tasks>
1596
+ <task name="al">
1597
+ <attribute name="managed">true</attribute>
1598
+ </task>
1599
+ <task name="csc">
1600
+ <attribute name="exename">${path::combine(prefix, 'lib/mono/1.0/mcs.exe')}</attribute>
1601
+ <attribute name="managed">true</attribute>
1602
+ <attribute name="supportspackagereferences">true</attribute>
1603
+ <attribute name="supportsnowarnlist">true</attribute>
1604
+ <attribute name="supportsdocgeneration">${csc.supportsdocgeneration}</attribute>
1605
+ <attribute name="supportskeycontainer">true</attribute>
1606
+ <attribute name="supportskeyfile">true</attribute>
1607
+ <attribute name="supportsdelaysign">true</attribute>
1608
+ <attribute name="supportslangversion">true</attribute>
1609
+ </task>
1610
+ <task name="jsc">
1611
+ <attribute name="exename">mjs</attribute>
1612
+ <attribute name="managed">true</attribute>
1613
+ </task>
1614
+ <task name="vbc">
1615
+ <attribute name="exename">${path::combine(prefix, 'lib/mono/1.0/mbas.exe')}</attribute>
1616
+ <attribute name="managed">true</attribute>
1617
+ </task>
1618
+ <task name="resgen">
1619
+ <attribute name="exename">${resgen.tool}</attribute>
1620
+ <attribute name="managed">true</attribute>
1621
+ </task>
1622
+ <task name="delay-sign">
1623
+ <attribute name="exename">sn</attribute>
1624
+ <attribute name="managed">true</attribute>
1625
+ </task>
1626
+ <task name="license">
1627
+ <attribute name="hascommandlinecompiler">false</attribute>
1628
+ </task>
1629
+ <task name="ilasm">
1630
+ <attribute name="managed">true</attribute>
1631
+ </task>
1632
+ </tasks>
1633
+ </framework>
1634
+ <framework
1635
+ name="mono-2.0"
1636
+ family="mono"
1637
+ version="2.0"
1638
+ description="Mono 2.0 Profile"
1639
+ sdkdirectory="${toolDirectory}"
1640
+ frameworkdirectory="${toolDirectory}"
1641
+ frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}"
1642
+ clrversion="2.0.50727"
1643
+ clrtype="Desktop"
1644
+ vendor="Mono"
1645
+ >
1646
+ <runtime>
1647
+ <probing-paths>
1648
+ <directory name="lib/mono/2.0" />
1649
+ <directory name="lib/mono/neutral" />
1650
+ <directory name="lib/common/2.0" />
1651
+ <directory name="lib/common/neutral" />
1652
+ </probing-paths>
1653
+ <modes>
1654
+ <auto>
1655
+ <engine program="${path::combine(prefix, 'bin/mono')}" />
1656
+ </auto>
1657
+ <strict>
1658
+ <engine program="${path::combine(prefix, 'bin/mono')}">
1659
+ <arg value="--runtime=v2.0.50727" />
1660
+ </engine>
1661
+ </strict>
1662
+ </modes>
1663
+ </runtime>
1664
+ <reference-assemblies basedir="${path::combine(prefix, 'lib/mono/2.0')}">
1665
+ <include name="*.dll" />
1666
+ </reference-assemblies>
1667
+ <task-assemblies>
1668
+ <!-- include Mono version-neutral assemblies -->
1669
+ <include name="extensions/mono/neutral/**/*.dll" />
1670
+ <!-- include Mono 2.0 specific assemblies -->
1671
+ <include name="extensions/mono/2.0/**/*.dll" />
1672
+ <!-- include .NET 2.0 specific assemblies -->
1673
+ <include name="extensions/common/2.0/**/*.dll" />
1674
+ </task-assemblies>
1675
+ <tool-paths>
1676
+ <directory name="${toolDirectory}" />
1677
+ <directory name="${path::combine(prefix, 'lib/mono/1.0')}" />
1678
+ <!-- unmanaged tools -->
1679
+ <directory name="${prefix}/bin" />
1680
+ </tool-paths>
1681
+ <project>
1682
+ <if test="${not pkg-config::exists('mono')}">
1683
+ <fail>Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/.</fail>
1684
+ </if>
1685
+ <property name="resgen.supportsexternalfilereferences" value="false" />
1686
+ <property name="prefix" value="${pkg-config::get-variable('mono', 'prefix')}" />
1687
+ <if test="${not(pkg-config::is-atleast-version('mono', '1.1'))}">
1688
+ <property name="toolDirectory" value="${path::combine(prefix, 'bin')}" />
1689
+ <property name="resgen.tool" value="monoresgen" />
1690
+ <property name="csc.supportsdocgeneration" value="false" />
1691
+ </if>
1692
+ <if test="${pkg-config::is-atleast-version('mono', '1.1')}">
1693
+ <property name="toolDirectory" value="${path::combine(prefix, 'lib/mono/2.0')}" />
1694
+ <property name="resgen.tool" value="resgen" />
1695
+ <property name="csc.supportsdocgeneration" value="true" />
1696
+ </if>
1697
+ <!-- as from Mono 1.2.3.50, resgen supports the /usesourcepath option -->
1698
+ <if test="${pkg-config::is-atleast-version('mono', '1.2.3.50')}">
1699
+ <property name="resgen.supportsexternalfilereferences" value="true" />
1700
+ </if>
1701
+ </project>
1702
+ <tasks>
1703
+ <task name="al">
1704
+ <attribute name="managed">true</attribute>
1705
+ </task>
1706
+ <task name="csc">
1707
+ <attribute name="exename">gmcs</attribute>
1708
+ <attribute name="managed">true</attribute>
1709
+ <attribute name="supportspackagereferences">true</attribute>
1710
+ <attribute name="supportsnowarnlist">true</attribute>
1711
+ <attribute name="supportsdocgeneration">${csc.supportsdocgeneration}</attribute>
1712
+ <attribute name="supportskeycontainer">true</attribute>
1713
+ <attribute name="supportskeyfile">true</attribute>
1714
+ <attribute name="supportsdelaysign">true</attribute>
1715
+ <attribute name="supportslangversion">true</attribute>
1716
+ </task>
1717
+ <task name="jsc">
1718
+ <attribute name="exename">mjs</attribute>
1719
+ <attribute name="managed">strict</attribute>
1720
+ </task>
1721
+ <task name="vbc">
1722
+ <attribute name="exename">vbnc</attribute>
1723
+ <attribute name="managed">true</attribute>
1724
+ </task>
1725
+ <task name="resgen">
1726
+ <attribute name="exename">${resgen.tool}</attribute>
1727
+ <attribute name="managed">true</attribute>
1728
+ <attribute name="supportsexternalfilereferences">${resgen.supportsexternalfilereferences}</attribute>
1729
+ </task>
1730
+ <task name="delay-sign">
1731
+ <attribute name="exename">sn</attribute>
1732
+ <attribute name="managed">true</attribute>
1733
+ </task>
1734
+ <task name="license">
1735
+ <attribute name="hascommandlinecompiler">false</attribute>
1736
+ </task>
1737
+ <task name="ilasm">
1738
+ <attribute name="managed">true</attribute>
1739
+ </task>
1740
+ </tasks>
1741
+ </framework>
1742
+ <framework
1743
+ name="mono-3.5"
1744
+ family="mono"
1745
+ version="3.5"
1746
+ description="Mono 3.5 Profile"
1747
+ sdkdirectory="${toolDirectory}"
1748
+ frameworkdirectory="${toolDirectory}"
1749
+ frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/2.0')}"
1750
+ clrversion="2.0.50727"
1751
+ clrtype="Desktop"
1752
+ vendor="Mono"
1753
+ >
1754
+ <runtime>
1755
+ <probing-paths>
1756
+ <directory name="lib/mono/2.0" />
1757
+ <directory name="lib/mono/neutral" />
1758
+ <directory name="lib/common/2.0" />
1759
+ <directory name="lib/common/neutral" />
1760
+ </probing-paths>
1761
+ <modes>
1762
+ <auto>
1763
+ <engine program="${path::combine(prefix, 'bin/mono')}" />
1764
+ </auto>
1765
+ <strict>
1766
+ <engine program="${path::combine(prefix, 'bin/mono')}">
1767
+ <arg value="--runtime=v2.0.50727" />
1768
+ </engine>
1769
+ </strict>
1770
+ </modes>
1771
+ </runtime>
1772
+ <reference-assemblies basedir="${path::combine(prefix, 'lib/mono/3.5')}">
1773
+ <include name="*.dll" />
1774
+ </reference-assemblies>
1775
+ <reference-assemblies basedir="${path::combine(prefix, 'lib/mono/3.0')}">
1776
+ <include name="*.dll" />
1777
+ </reference-assemblies>
1778
+ <reference-assemblies basedir="${path::combine(prefix, 'lib/mono/2.0')}">
1779
+ <include name="*.dll" />
1780
+ </reference-assemblies>
1781
+ <task-assemblies>
1782
+ <!-- include Mono version-neutral assemblies -->
1783
+ <include name="extensions/mono/neutral/**/*.dll" />
1784
+ <!-- include Mono 2.0 specific assemblies -->
1785
+ <include name="extensions/mono/2.0/**/*.dll" />
1786
+ <!-- include .NET 2.0 specific assemblies -->
1787
+ <include name="extensions/common/2.0/**/*.dll" />
1788
+ </task-assemblies>
1789
+ <tool-paths>
1790
+ <directory name="${toolDirectory}" />
1791
+ <directory name="${path::combine(prefix, 'lib/mono/2.0')}" />
1792
+ <directory name="${path::combine(prefix, 'lib/mono/1.0')}" />
1793
+ <!-- unmanaged tools -->
1794
+ <directory name="${prefix}/bin" />
1795
+ </tool-paths>
1796
+ <project>
1797
+ <if test="${not pkg-config::exists('mono')}">
1798
+ <fail>Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/.</fail>
1799
+ </if>
1800
+ <property name="resgen.supportsexternalfilereferences" value="false" />
1801
+ <property name="prefix" value="${pkg-config::get-variable('mono', 'prefix')}" />
1802
+ <property name="toolDirectory" value="${path::combine(prefix, 'lib/mono/3.5')}" />
1803
+ </project>
1804
+ <tasks>
1805
+ <task name="al">
1806
+ <attribute name="managed">true</attribute>
1807
+ </task>
1808
+ <task name="csc">
1809
+ <attribute name="exename">gmcs</attribute>
1810
+ <attribute name="managed">true</attribute>
1811
+ <attribute name="langversion">linq</attribute>
1812
+ <attribute name="supportspackagereferences">true</attribute>
1813
+ <attribute name="supportsnowarnlist">true</attribute>
1814
+ <attribute name="supportsdocgeneration">true</attribute>
1815
+ <attribute name="supportskeycontainer">true</attribute>
1816
+ <attribute name="supportskeyfile">true</attribute>
1817
+ <attribute name="supportsdelaysign">true</attribute>
1818
+ <attribute name="supportslangversion">true</attribute>
1819
+ </task>
1820
+ <task name="jsc">
1821
+ <attribute name="exename">mjs</attribute>
1822
+ <attribute name="managed">strict</attribute>
1823
+ </task>
1824
+ <task name="vbc">
1825
+ <attribute name="exename">vbnc</attribute>
1826
+ <attribute name="managed">true</attribute>
1827
+ </task>
1828
+ <task name="resgen">
1829
+ <attribute name="managed">true</attribute>
1830
+ <attribute name="supportsexternalfilereferences">true</attribute>
1831
+ </task>
1832
+ <task name="delay-sign">
1833
+ <attribute name="exename">sn</attribute>
1834
+ <attribute name="managed">true</attribute>
1835
+ </task>
1836
+ <task name="license">
1837
+ <attribute name="hascommandlinecompiler">false</attribute>
1838
+ </task>
1839
+ <task name="ilasm">
1840
+ <attribute name="managed">true</attribute>
1841
+ </task>
1842
+ </tasks>
1843
+ </framework>
1844
+ <framework
1845
+ name="moonlight-2.0"
1846
+ family="moonlight"
1847
+ version="2.0"
1848
+ description="Moonlight 2.0"
1849
+ sdkdirectory="${toolDirectory}"
1850
+ frameworkdirectory="${toolDirectory}"
1851
+ frameworkassemblydirectory="${toolDirectory}"
1852
+ clrversion="2.0.50727"
1853
+ clrtype="Browser"
1854
+ vendor="Mono"
1855
+ >
1856
+ <runtime>
1857
+ <modes>
1858
+ <auto>
1859
+ <engine program="${path::combine(prefix, 'bin/mono')}">
1860
+ <arg value="--runtime=moonlight" />
1861
+ <arg value="--security=temporary-smcs-hack" />
1862
+ </engine>
1863
+ </auto>
1864
+ </modes>
1865
+ </runtime>
1866
+ <reference-assemblies basedir="${path::combine(prefix, 'lib/mono/2.1')}">
1867
+ <include name="Microsoft.VisualBasic.dll" />
1868
+ <include name="mscorlib.dll" />
1869
+ <include name="System.Core.dll" />
1870
+ <include name="System.dll" />
1871
+ <include name="System.Net.dll" />
1872
+ <include name="System.Runtime.Serialization.dll" />
1873
+ <include name="System.ServiceModel.dll" />
1874
+ <include name="System.ServiceModel.Web.dll" />
1875
+ <include name="System.Windows.Browser.dll" />
1876
+ <include name="System.Windows.dll" />
1877
+ <include name="System.Xml.dll" />
1878
+ </reference-assemblies>
1879
+ <task-assemblies>
1880
+ <!-- include MS.NET version-neutral assemblies -->
1881
+ <include name="extensions/net/neutral/**/*.dll" />
1882
+ <!-- include MS.NET 2.0 specific assemblies -->
1883
+ <include name="extensions/net/2.0/**/*.dll" />
1884
+ <!-- include MS.NET specific task assembly -->
1885
+ <include name="NAnt.MSNetTasks.dll" />
1886
+ <!-- include MS.NET specific test assembly -->
1887
+ <include name="NAnt.MSNet.Tests.dll" />
1888
+ <!-- include .NET 2.0 specific assemblies -->
1889
+ <include name="extensions/common/2.0/**/*.dll" />
1890
+ </task-assemblies>
1891
+ <tool-paths>
1892
+ <directory name="${toolDirectory}" />
1893
+ <directory name="${path::combine(prefix, 'lib/mono/2.0')}" />
1894
+ <directory name="${path::combine(prefix, 'lib/mono/1.0')}" />
1895
+ <!-- unmanaged tools -->
1896
+ <directory name="${prefix}/bin" />
1897
+ </tool-paths>
1898
+ <project>
1899
+ <if test="${not pkg-config::exists('mono')}">
1900
+ <fail>Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/.</fail>
1901
+ </if>
1902
+ <property name="prefix" value="${pkg-config::get-variable('mono', 'prefix')}" />
1903
+ <property name="toolDirectory" value="${path::combine(prefix, 'lib/mono/2.1')}" />
1904
+ </project>
1905
+ <tasks>
1906
+ <task name="csc">
1907
+ <attribute name="exename">smcs</attribute>
1908
+ <attribute name="managed">true</attribute>
1909
+ <attribute name="supportspackagereferences">true</attribute>
1910
+ <attribute name="supportsnowarnlist">true</attribute>
1911
+ <attribute name="supportsdocgeneration">true</attribute>
1912
+ <attribute name="supportskeycontainer">true</attribute>
1913
+ <attribute name="supportskeyfile">true</attribute>
1914
+ <attribute name="supportsdelaysign">true</attribute>
1915
+ <attribute name="supportslangversion">true</attribute>
1916
+ </task>
1917
+ <task name="resgen">
1918
+ <attribute name="supportsassemblyreferences">true</attribute>
1919
+ <attribute name="supportsexternalfilereferences">true</attribute>
1920
+ </task>
1921
+ <task name="delay-sign">
1922
+ <attribute name="exename">sn</attribute>
1923
+ </task>
1924
+ <task name="license">
1925
+ <attribute name="hascommandlinecompiler">false</attribute>
1926
+ </task>
1927
+ </tasks>
1928
+ </framework>
1929
+ </platform>
1930
+ </frameworks>
1931
+ <properties>
1932
+ <!-- properties defined here are accessible to all build files -->
1933
+ <!-- <property name="foo" value = "bar" readonly="false" /> -->
1934
+ </properties>
1935
+ </nant>
1936
+ <!--
1937
+ This section contains the log4net configuration settings.
1938
+
1939
+ By default, no messages will be logged to the log4net logging infrastructure.
1940
+
1941
+ To enable the internal logging, set the threshold attribute on the log4net element
1942
+ to "ALL".
1943
+
1944
+ When internal logging is enabled, internal messages will be written to the
1945
+ console.
1946
+ -->
1947
+ <log4net threshold="OFF">
1948
+ <appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender">
1949
+ <layout type="log4net.Layout.PatternLayout">
1950
+ <param name="ConversionPattern" value="[%c{2}:%m - [%x] &lt;%X{auth}&gt;]%n" />
1951
+ </layout>
1952
+ </appender>
1953
+ <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender">
1954
+ <param name="File" value="${APPDATA}\\NAnt\\NAnt.log" />
1955
+ <param name="AppendToFile" value="true" />
1956
+ <param name="MaxSizeRollBackups" value="2" />
1957
+ <param name="MaximumFileSize" value="500KB" />
1958
+ <param name="RollingStyle" value="Size" />
1959
+ <param name="StaticLogFileName" value="true" />
1960
+ <layout type="log4net.Layout.PatternLayout">
1961
+ <param name="ConversionPattern" value="[%c{2}:%m - [%x] &lt;%X{auth}&gt;]%n" />
1962
+ </layout>
1963
+ </appender>
1964
+ <!-- Setup the root category, add the appenders and set the default level -->
1965
+ <root>
1966
+ <!-- Only log messages with severity ERROR (or higher) -->
1967
+ <level value="ERROR" />
1968
+ <!-- Log messages to the console -->
1969
+ <appender-ref ref="ConsoleAppender" />
1970
+ <!-- Uncomment the next line to enable logging messages to the NAnt.log file -->
1971
+ <!-- <appender-ref ref="RollingLogFileAppender" /> -->
1972
+ </root>
1973
+ <!-- Specify the priority for some specific categories -->
1974
+ <!--
1975
+ <logger name="NAnt.Core.TaskBuilderCollection">
1976
+ <level value="DEBUG" />
1977
+ </logger>
1978
+ <logger name="NAnt">
1979
+ <level value="INFO" />
1980
+ </logger>
1981
+ -->
1982
+ </log4net>
1983
+ <runtime>
1984
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
1985
+ <probing privatePath="lib" />
1986
+ </assemblyBinding>
1987
+ </runtime>
1988
+ <startup>
1989
+ <!-- .NET Framework 2.0 -->
1990
+ <supportedRuntime version="v2.0.50727" />
1991
+ <!-- .NET Framework 1.1 -->
1992
+ <supportedRuntime version="v1.1.4322" />
1993
+ <!-- .NET Framework 1.0 -->
1994
+ <supportedRuntime version="v1.0.3705" />
1995
+ </startup>
1996
+ </configuration>