fake 1.40.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. data/docs/Fake.Git/AssemblyInfo.htm +87 -0
  2. data/docs/Fake.Git/Branches.htm +266 -0
  3. data/docs/Fake.Git/CommandHelper.htm +195 -0
  4. data/docs/Fake.Git/CommitMessage.htm +108 -0
  5. data/docs/Fake.Git/FileStatus.htm +291 -0
  6. data/docs/Fake.Git/Information.htm +148 -0
  7. data/docs/Fake.Git/Merge.htm +100 -0
  8. data/docs/Fake.Git/MergeType.htm +224 -0
  9. data/docs/Fake.Git/Repository.htm +108 -0
  10. data/docs/Fake.Git/Reset.htm +140 -0
  11. data/docs/Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +161 -0
  12. data/docs/Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +127 -0
  13. data/docs/Fake.Git/SHA1.htm +116 -0
  14. data/docs/Fake.Git/SanityChecks.htm +132 -0
  15. data/docs/Fake.Git/Staging.htm +134 -0
  16. data/docs/Fake.Git/Submodule.htm +197 -0
  17. data/docs/Fake.Git/Tags.htm +169 -0
  18. data/docs/Fake.Git/index.htm +99 -0
  19. data/docs/Fake.MSBuild/SpecsRemovement.htm +156 -0
  20. data/docs/Fake.MSBuild/index.htm +51 -0
  21. data/docs/Fake.SQL/AssemblyInfo.htm +63 -0
  22. data/docs/Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +108 -0
  23. data/docs/Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +103 -0
  24. data/docs/Fake.SQL/ServerInfo.htm +91 -0
  25. data/docs/Fake.SQL/SqlServer.htm +251 -0
  26. data/docs/Fake.SQL/index.htm +63 -0
  27. data/docs/Fake/AssemblyInfoHelper.htm +210 -0
  28. data/docs/Fake/AssemblyInfoParams.htm +305 -0
  29. data/docs/Fake/AsyncHelper.htm +192 -0
  30. data/docs/Fake/Build.htm +225 -0
  31. data/docs/Fake/BuildConfiguration.htm +232 -0
  32. data/docs/Fake/BuildError.htm +224 -0
  33. data/docs/Fake/BuildServer.htm +290 -0
  34. data/docs/Fake/BuildServerHelper.htm +225 -0
  35. data/docs/Fake/CacheHelper.htm +192 -0
  36. data/docs/Fake/CodeLanguage.htm +290 -0
  37. data/docs/Fake/DocuHelper.htm +202 -0
  38. data/docs/Fake/DocuParams.htm +225 -0
  39. data/docs/Fake/EnvironmentHelper.htm +268 -0
  40. data/docs/Fake/Event.htm +192 -0
  41. data/docs/Fake/ExecParams.htm +225 -0
  42. data/docs/Fake/FSIHelper.htm +202 -0
  43. data/docs/Fake/FileHelper.htm +458 -0
  44. data/docs/Fake/FileIncludes.htm +220 -0
  45. data/docs/Fake/FileSetHelper.htm +373 -0
  46. data/docs/Fake/FileSystemHelper.htm +250 -0
  47. data/docs/Fake/FxCopErrorLevel.htm +298 -0
  48. data/docs/Fake/FxCopHelper.htm +210 -0
  49. data/docs/Fake/FxCopParams.htm +292 -0
  50. data/docs/Fake/HTMLHelpWorkShopHelper.htm +201 -0
  51. data/docs/Fake/ILMergeHelper.htm +202 -0
  52. data/docs/Fake/ILMergeParams.htm +217 -0
  53. data/docs/Fake/MSBuildHelper.htm +263 -0
  54. data/docs/Fake/MailBoxHelper.htm +220 -0
  55. data/docs/Fake/Message.htm +230 -0
  56. data/docs/Fake/MessageHelper.htm +202 -0
  57. data/docs/Fake/NCoverHelper.htm +202 -0
  58. data/docs/Fake/NCoverParams.htm +230 -0
  59. data/docs/Fake/NUnitHelper.htm +215 -0
  60. data/docs/Fake/NUnitParams.htm +265 -0
  61. data/docs/Fake/PostMethod.htm +264 -0
  62. data/docs/Fake/ProcessHelper.htm +333 -0
  63. data/docs/Fake/Project.htm +227 -0
  64. data/docs/Fake/REST.htm +218 -0
  65. data/docs/Fake/RegexEntry.htm +220 -0
  66. data/docs/Fake/RegistryBaseKey.htm +368 -0
  67. data/docs/Fake/RegistryHelper.htm +208 -0
  68. data/docs/Fake/StringHelper.htm +458 -0
  69. data/docs/Fake/Tags.htm +393 -0
  70. data/docs/Fake/TargetHelper.htm +379 -0
  71. data/docs/Fake/TargetTemplate`1.htm +199 -0
  72. data/docs/Fake/TeamCityHelper.htm +344 -0
  73. data/docs/Fake/TeamCityRESTHelper.htm +232 -0
  74. data/docs/Fake/TemplateHelper.htm +218 -0
  75. data/docs/Fake/TestCase.htm +245 -0
  76. data/docs/Fake/TestSuite.htm +260 -0
  77. data/docs/Fake/TimeoutHelper.htm +192 -0
  78. data/docs/Fake/TraceHelper.htm +417 -0
  79. data/docs/Fake/TraceMessage.htm +272 -0
  80. data/docs/Fake/TraceMode.htm +264 -0
  81. data/docs/Fake/VCSRoot.htm +225 -0
  82. data/docs/Fake/VSSHelper.htm +200 -0
  83. data/docs/Fake/WiXHelper.htm +255 -0
  84. data/docs/Fake/WiXParams.htm +215 -0
  85. data/docs/Fake/XCopyHelper.htm +197 -0
  86. data/docs/Fake/XMLHelper.htm +321 -0
  87. data/docs/Fake/XUnitHelper.htm +202 -0
  88. data/docs/Fake/XUnitParams.htm +255 -0
  89. data/docs/Fake/ZipHelper.htm +241 -0
  90. data/docs/Fake/index.htm +237 -0
  91. data/docs/FakeLib/AssemblyInfo.htm +59 -0
  92. data/docs/FakeLib/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +104 -0
  93. data/docs/FakeLib/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +99 -0
  94. data/docs/FakeLib/index.htm +57 -0
  95. data/docs/index.htm +29 -0
  96. data/docs/js/jquery-1.3.2.min.js +19 -0
  97. data/docs/js/jquery.scrollTo-min.js +11 -0
  98. data/docs/js/navigation.js +11 -0
  99. data/docs/main.css +208 -0
  100. data/lib/DocuLicense.txt +10 -0
  101. data/lib/FAKE.exe +0 -0
  102. data/lib/FAKE.exe.config +8 -0
  103. data/lib/FSharp.Core.dll +0 -0
  104. data/lib/FSharp.Core.xml +9219 -0
  105. data/lib/Fake.Git.XML +438 -0
  106. data/lib/Fake.Git.dll +0 -0
  107. data/lib/Fake.SQL.XML +138 -0
  108. data/lib/Fake.SQL.dll +0 -0
  109. data/lib/FakeLib.XML +2324 -0
  110. data/lib/FakeLib.dll +0 -0
  111. data/lib/ICSharpCode.SharpZipLib.dll +0 -0
  112. data/lib/License.txt +54 -0
  113. data/lib/docu.exe +0 -0
  114. data/lib/readme.txt +65 -0
  115. metadata +181 -0
@@ -0,0 +1,393 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>Tags - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm" class="current">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake/AssemblyInfoHelper.htm">AssemblyInfoHelper</a>
32
+ </li><li>
33
+ <a href="../Fake/AssemblyInfoParams.htm">AssemblyInfoParams</a>
34
+ </li><li>
35
+ <a href="../Fake/AsyncHelper.htm">AsyncHelper</a>
36
+ </li><li>
37
+ <a href="../Fake/Build.htm">Build</a>
38
+ </li><li>
39
+ <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
+ </li><li>
41
+ <a href="../Fake/BuildError.htm">BuildError</a>
42
+ </li><li>
43
+ <a href="../Fake/BuildServer.htm">BuildServer</a>
44
+ </li><li>
45
+ <a href="../Fake/BuildServerHelper.htm">BuildServerHelper</a>
46
+ </li><li>
47
+ <a href="../Fake/CacheHelper.htm">CacheHelper</a>
48
+ </li><li>
49
+ <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
50
+ </li><li>
51
+ <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
+ </li><li>
53
+ <a href="../Fake/DocuParams.htm">DocuParams</a>
54
+ </li><li>
55
+ <a href="../Fake/EnvironmentHelper.htm">EnvironmentHelper</a>
56
+ </li><li>
57
+ <a href="../Fake/Event.htm">Event</a>
58
+ </li><li>
59
+ <a href="../Fake/ExecParams.htm">ExecParams</a>
60
+ </li><li>
61
+ <a href="../Fake/FileHelper.htm">FileHelper</a>
62
+ </li><li>
63
+ <a href="../Fake/FileIncludes.htm">FileIncludes</a>
64
+ </li><li>
65
+ <a href="../Fake/FileSetHelper.htm">FileSetHelper</a>
66
+ </li><li>
67
+ <a href="../Fake/FileSystemHelper.htm">FileSystemHelper</a>
68
+ </li><li>
69
+ <a href="../Fake/FSIHelper.htm">FSIHelper</a>
70
+ </li><li>
71
+ <a href="../Fake/FxCopErrorLevel.htm">FxCopErrorLevel</a>
72
+ </li><li>
73
+ <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
+ </li><li>
75
+ <a href="../Fake/FxCopParams.htm">FxCopParams</a>
76
+ </li><li>
77
+ <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
78
+ </li><li>
79
+ <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
80
+ </li><li>
81
+ <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
82
+ </li><li>
83
+ <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
84
+ </li><li>
85
+ <a href="../Fake/Message.htm">Message</a>
86
+ </li><li>
87
+ <a href="../Fake/MessageHelper.htm">MessageHelper</a>
88
+ </li><li>
89
+ <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
90
+ </li><li>
91
+ <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
92
+ </li><li>
93
+ <a href="../Fake/NCoverParams.htm">NCoverParams</a>
94
+ </li><li>
95
+ <a href="../Fake/NUnitHelper.htm">NUnitHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NUnitParams.htm">NUnitParams</a>
98
+ </li><li>
99
+ <a href="../Fake/PostMethod.htm">PostMethod</a>
100
+ </li><li>
101
+ <a href="../Fake/ProcessHelper.htm">ProcessHelper</a>
102
+ </li><li>
103
+ <a href="../Fake/Project.htm">Project</a>
104
+ </li><li>
105
+ <a href="../Fake/RegexEntry.htm">RegexEntry</a>
106
+ </li><li>
107
+ <a href="../Fake/RegistryBaseKey.htm">RegistryBaseKey</a>
108
+ </li><li>
109
+ <a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
110
+ </li><li>
111
+ <a href="../Fake/REST.htm">REST</a>
112
+ </li><li>
113
+ <a href="../Fake/StringHelper.htm">StringHelper</a>
114
+ </li><li>
115
+ <a href="../Fake/Tags.htm" class="current">Tags</a>
116
+ </li><li>
117
+ <a href="../Fake/TargetHelper.htm">TargetHelper</a>
118
+ </li><li>
119
+ <a href="../Fake/TargetTemplate`1.htm">TargetTemplate`1</a>
120
+ </li><li>
121
+ <a href="../Fake/TeamCityHelper.htm">TeamCityHelper</a>
122
+ </li><li>
123
+ <a href="../Fake/TeamCityRESTHelper.htm">TeamCityRESTHelper</a>
124
+ </li><li>
125
+ <a href="../Fake/TemplateHelper.htm">TemplateHelper</a>
126
+ </li><li>
127
+ <a href="../Fake/TestCase.htm">TestCase</a>
128
+ </li><li>
129
+ <a href="../Fake/TestSuite.htm">TestSuite</a>
130
+ </li><li>
131
+ <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
132
+ </li><li>
133
+ <a href="../Fake/TraceHelper.htm">TraceHelper</a>
134
+ </li><li>
135
+ <a href="../Fake/TraceMessage.htm">TraceMessage</a>
136
+ </li><li>
137
+ <a href="../Fake/TraceMode.htm">TraceMode</a>
138
+ </li><li>
139
+ <a href="../Fake/VCSRoot.htm">VCSRoot</a>
140
+ </li><li>
141
+ <a href="../Fake/VSSHelper.htm">VSSHelper</a>
142
+ </li><li>
143
+ <a href="../Fake/WiXHelper.htm">WiXHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/WiXParams.htm">WiXParams</a>
146
+ </li><li>
147
+ <a href="../Fake/XCopyHelper.htm">XCopyHelper</a>
148
+ </li><li>
149
+ <a href="../Fake/XMLHelper.htm">XMLHelper</a>
150
+ </li><li>
151
+ <a href="../Fake/XUnitHelper.htm">XUnitHelper</a>
152
+ </li><li>
153
+ <a href="../Fake/XUnitParams.htm">XUnitParams</a>
154
+ </li><li>
155
+ <a href="../Fake/ZipHelper.htm">ZipHelper</a>
156
+ </li>
157
+ </ul>
158
+ </div>
159
+ </div>
160
+ <div class="header">
161
+ <p class="class"><strong>Type</strong> Tags</p>
162
+ <p><strong>Namespace</strong> Fake</p>
163
+ </div>
164
+ <div class="sub-header">
165
+
166
+
167
+
168
+
169
+ <h3 class="section">Fields</h3>
170
+ <ul><li><a href="../Fake/Tags.htm#CSharp">CSharp</a></li><li><a href="../Fake/Tags.htm#FSharp">FSharp</a></li><li><a href="../Fake/Tags.htm#VisualBasic">VisualBasic</a></li><li><a href="../Fake/Tags.htm#Die">Die</a></li><li><a href="../Fake/Tags.htm#Message">Message</a></li><li><a href="../Fake/Tags.htm#ProcessAll">ProcessAll</a></li><li><a href="../Fake/Tags.htm#TeamCity">TeamCity</a></li><li><a href="../Fake/Tags.htm#CCNet">CCNet</a></li><li><a href="../Fake/Tags.htm#LocalBuild">LocalBuild</a></li><li><a href="../Fake/Tags.htm#Console">Console</a></li><li><a href="../Fake/Tags.htm#Xml">Xml</a></li><li><a href="../Fake/Tags.htm#GET">GET</a></li><li><a href="../Fake/Tags.htm#POST">POST</a></li><li><a href="../Fake/Tags.htm#HKEYLocalMachine">HKEYLocalMachine</a></li><li><a href="../Fake/Tags.htm#HKEYClassesRoot">HKEYClassesRoot</a></li><li><a href="../Fake/Tags.htm#HKEYUsers">HKEYUsers</a></li><li><a href="../Fake/Tags.htm#HKEYCurrentUser">HKEYCurrentUser</a></li><li><a href="../Fake/Tags.htm#HKEYCurrentConfig">HKEYCurrentConfig</a></li><li><a href="../Fake/Tags.htm#HKEYPerformanceData">HKEYPerformanceData</a></li>
171
+ </ul>
172
+ </div>
173
+
174
+
175
+
176
+
177
+ <h3 class="section">Public fields</h3>
178
+ <div id="CSharp" class="method">
179
+ <h4>int <strong>CSharp</strong></h4>
180
+ <div class="content">
181
+ <table>
182
+ <tr>
183
+ <td>
184
+ <code>return <span title="System.int">int</span></code>
185
+ </td>
186
+ </tr>
187
+ </table>
188
+ </div>
189
+ </div><div id="FSharp" class="method">
190
+ <h4>int <strong>FSharp</strong></h4>
191
+ <div class="content">
192
+ <table>
193
+ <tr>
194
+ <td>
195
+ <code>return <span title="System.int">int</span></code>
196
+ </td>
197
+ </tr>
198
+ </table>
199
+ </div>
200
+ </div><div id="VisualBasic" class="method">
201
+ <h4>int <strong>VisualBasic</strong></h4>
202
+ <div class="content">
203
+ <table>
204
+ <tr>
205
+ <td>
206
+ <code>return <span title="System.int">int</span></code>
207
+ </td>
208
+ </tr>
209
+ </table>
210
+ </div>
211
+ </div><div id="Die" class="method">
212
+ <h4>int <strong>Die</strong></h4>
213
+ <div class="content">
214
+ <table>
215
+ <tr>
216
+ <td>
217
+ <code>return <span title="System.int">int</span></code>
218
+ </td>
219
+ </tr>
220
+ </table>
221
+ </div>
222
+ </div><div id="Message" class="method">
223
+ <h4>int <strong>Message</strong></h4>
224
+ <div class="content">
225
+ <table>
226
+ <tr>
227
+ <td>
228
+ <code>return <span title="System.int">int</span></code>
229
+ </td>
230
+ </tr>
231
+ </table>
232
+ </div>
233
+ </div><div id="ProcessAll" class="method">
234
+ <h4>int <strong>ProcessAll</strong></h4>
235
+ <div class="content">
236
+ <table>
237
+ <tr>
238
+ <td>
239
+ <code>return <span title="System.int">int</span></code>
240
+ </td>
241
+ </tr>
242
+ </table>
243
+ </div>
244
+ </div><div id="TeamCity" class="method">
245
+ <h4>int <strong>TeamCity</strong></h4>
246
+ <div class="content">
247
+ <table>
248
+ <tr>
249
+ <td>
250
+ <code>return <span title="System.int">int</span></code>
251
+ </td>
252
+ </tr>
253
+ </table>
254
+ </div>
255
+ </div><div id="CCNet" class="method">
256
+ <h4>int <strong>CCNet</strong></h4>
257
+ <div class="content">
258
+ <table>
259
+ <tr>
260
+ <td>
261
+ <code>return <span title="System.int">int</span></code>
262
+ </td>
263
+ </tr>
264
+ </table>
265
+ </div>
266
+ </div><div id="LocalBuild" class="method">
267
+ <h4>int <strong>LocalBuild</strong></h4>
268
+ <div class="content">
269
+ <table>
270
+ <tr>
271
+ <td>
272
+ <code>return <span title="System.int">int</span></code>
273
+ </td>
274
+ </tr>
275
+ </table>
276
+ </div>
277
+ </div><div id="Console" class="method">
278
+ <h4>int <strong>Console</strong></h4>
279
+ <div class="content">
280
+ <table>
281
+ <tr>
282
+ <td>
283
+ <code>return <span title="System.int">int</span></code>
284
+ </td>
285
+ </tr>
286
+ </table>
287
+ </div>
288
+ </div><div id="Xml" class="method">
289
+ <h4>int <strong>Xml</strong></h4>
290
+ <div class="content">
291
+ <table>
292
+ <tr>
293
+ <td>
294
+ <code>return <span title="System.int">int</span></code>
295
+ </td>
296
+ </tr>
297
+ </table>
298
+ </div>
299
+ </div><div id="GET" class="method">
300
+ <h4>int <strong>GET</strong></h4>
301
+ <div class="content">
302
+ <table>
303
+ <tr>
304
+ <td>
305
+ <code>return <span title="System.int">int</span></code>
306
+ </td>
307
+ </tr>
308
+ </table>
309
+ </div>
310
+ </div><div id="POST" class="method">
311
+ <h4>int <strong>POST</strong></h4>
312
+ <div class="content">
313
+ <table>
314
+ <tr>
315
+ <td>
316
+ <code>return <span title="System.int">int</span></code>
317
+ </td>
318
+ </tr>
319
+ </table>
320
+ </div>
321
+ </div><div id="HKEYLocalMachine" class="method">
322
+ <h4>int <strong>HKEYLocalMachine</strong></h4>
323
+ <div class="content">
324
+ <table>
325
+ <tr>
326
+ <td>
327
+ <code>return <span title="System.int">int</span></code>
328
+ </td>
329
+ </tr>
330
+ </table>
331
+ </div>
332
+ </div><div id="HKEYClassesRoot" class="method">
333
+ <h4>int <strong>HKEYClassesRoot</strong></h4>
334
+ <div class="content">
335
+ <table>
336
+ <tr>
337
+ <td>
338
+ <code>return <span title="System.int">int</span></code>
339
+ </td>
340
+ </tr>
341
+ </table>
342
+ </div>
343
+ </div><div id="HKEYUsers" class="method">
344
+ <h4>int <strong>HKEYUsers</strong></h4>
345
+ <div class="content">
346
+ <table>
347
+ <tr>
348
+ <td>
349
+ <code>return <span title="System.int">int</span></code>
350
+ </td>
351
+ </tr>
352
+ </table>
353
+ </div>
354
+ </div><div id="HKEYCurrentUser" class="method">
355
+ <h4>int <strong>HKEYCurrentUser</strong></h4>
356
+ <div class="content">
357
+ <table>
358
+ <tr>
359
+ <td>
360
+ <code>return <span title="System.int">int</span></code>
361
+ </td>
362
+ </tr>
363
+ </table>
364
+ </div>
365
+ </div><div id="HKEYCurrentConfig" class="method">
366
+ <h4>int <strong>HKEYCurrentConfig</strong></h4>
367
+ <div class="content">
368
+ <table>
369
+ <tr>
370
+ <td>
371
+ <code>return <span title="System.int">int</span></code>
372
+ </td>
373
+ </tr>
374
+ </table>
375
+ </div>
376
+ </div><div id="HKEYPerformanceData" class="method">
377
+ <h4>int <strong>HKEYPerformanceData</strong></h4>
378
+ <div class="content">
379
+ <table>
380
+ <tr>
381
+ <td>
382
+ <code>return <span title="System.int">int</span></code>
383
+ </td>
384
+ </tr>
385
+ </table>
386
+ </div>
387
+ </div>
388
+ <div id="footer">
389
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
390
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
391
+ </div>
392
+ </body>
393
+ </html>
@@ -0,0 +1,379 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head>
4
+ <title>TargetHelper - FAKE - F# Make Git Lib Documentation</title>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
6
+ <link type="text/css" rel="stylesheet" href="../main.css"/>
7
+ <script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
8
+ <script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
9
+ <script type="text/javascript" src="../js/navigation.js"></script>
10
+ </head>
11
+ <body><div id="namespaces">
12
+ <h2 class="fixed">Namespaces</h2>
13
+ <div class="scroll">
14
+ <ul><li>
15
+ <a href="../Fake/index.htm" class="current">Fake</a>
16
+ </li><li>
17
+ <a href="../Fake.Git/index.htm">Fake.Git</a>
18
+ </li><li>
19
+ <a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
20
+ </li><li>
21
+ <a href="../Fake.SQL/index.htm">Fake.SQL</a>
22
+ </li><li>
23
+ <a href="../FakeLib/index.htm">FakeLib</a>
24
+ </li>
25
+ </ul>
26
+ </div>
27
+ </div><div id="types">
28
+ <h2 class="fixed">Types in Fake</h2>
29
+ <div class="scroll">
30
+ <ul><li>
31
+ <a href="../Fake/AssemblyInfoHelper.htm">AssemblyInfoHelper</a>
32
+ </li><li>
33
+ <a href="../Fake/AssemblyInfoParams.htm">AssemblyInfoParams</a>
34
+ </li><li>
35
+ <a href="../Fake/AsyncHelper.htm">AsyncHelper</a>
36
+ </li><li>
37
+ <a href="../Fake/Build.htm">Build</a>
38
+ </li><li>
39
+ <a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
40
+ </li><li>
41
+ <a href="../Fake/BuildError.htm">BuildError</a>
42
+ </li><li>
43
+ <a href="../Fake/BuildServer.htm">BuildServer</a>
44
+ </li><li>
45
+ <a href="../Fake/BuildServerHelper.htm">BuildServerHelper</a>
46
+ </li><li>
47
+ <a href="../Fake/CacheHelper.htm">CacheHelper</a>
48
+ </li><li>
49
+ <a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
50
+ </li><li>
51
+ <a href="../Fake/DocuHelper.htm">DocuHelper</a>
52
+ </li><li>
53
+ <a href="../Fake/DocuParams.htm">DocuParams</a>
54
+ </li><li>
55
+ <a href="../Fake/EnvironmentHelper.htm">EnvironmentHelper</a>
56
+ </li><li>
57
+ <a href="../Fake/Event.htm">Event</a>
58
+ </li><li>
59
+ <a href="../Fake/ExecParams.htm">ExecParams</a>
60
+ </li><li>
61
+ <a href="../Fake/FileHelper.htm">FileHelper</a>
62
+ </li><li>
63
+ <a href="../Fake/FileIncludes.htm">FileIncludes</a>
64
+ </li><li>
65
+ <a href="../Fake/FileSetHelper.htm">FileSetHelper</a>
66
+ </li><li>
67
+ <a href="../Fake/FileSystemHelper.htm">FileSystemHelper</a>
68
+ </li><li>
69
+ <a href="../Fake/FSIHelper.htm">FSIHelper</a>
70
+ </li><li>
71
+ <a href="../Fake/FxCopErrorLevel.htm">FxCopErrorLevel</a>
72
+ </li><li>
73
+ <a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
74
+ </li><li>
75
+ <a href="../Fake/FxCopParams.htm">FxCopParams</a>
76
+ </li><li>
77
+ <a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
78
+ </li><li>
79
+ <a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
80
+ </li><li>
81
+ <a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
82
+ </li><li>
83
+ <a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
84
+ </li><li>
85
+ <a href="../Fake/Message.htm">Message</a>
86
+ </li><li>
87
+ <a href="../Fake/MessageHelper.htm">MessageHelper</a>
88
+ </li><li>
89
+ <a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
90
+ </li><li>
91
+ <a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
92
+ </li><li>
93
+ <a href="../Fake/NCoverParams.htm">NCoverParams</a>
94
+ </li><li>
95
+ <a href="../Fake/NUnitHelper.htm">NUnitHelper</a>
96
+ </li><li>
97
+ <a href="../Fake/NUnitParams.htm">NUnitParams</a>
98
+ </li><li>
99
+ <a href="../Fake/PostMethod.htm">PostMethod</a>
100
+ </li><li>
101
+ <a href="../Fake/ProcessHelper.htm">ProcessHelper</a>
102
+ </li><li>
103
+ <a href="../Fake/Project.htm">Project</a>
104
+ </li><li>
105
+ <a href="../Fake/RegexEntry.htm">RegexEntry</a>
106
+ </li><li>
107
+ <a href="../Fake/RegistryBaseKey.htm">RegistryBaseKey</a>
108
+ </li><li>
109
+ <a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
110
+ </li><li>
111
+ <a href="../Fake/REST.htm">REST</a>
112
+ </li><li>
113
+ <a href="../Fake/StringHelper.htm">StringHelper</a>
114
+ </li><li>
115
+ <a href="../Fake/Tags.htm">Tags</a>
116
+ </li><li>
117
+ <a href="../Fake/TargetHelper.htm" class="current">TargetHelper</a>
118
+ </li><li>
119
+ <a href="../Fake/TargetTemplate`1.htm">TargetTemplate`1</a>
120
+ </li><li>
121
+ <a href="../Fake/TeamCityHelper.htm">TeamCityHelper</a>
122
+ </li><li>
123
+ <a href="../Fake/TeamCityRESTHelper.htm">TeamCityRESTHelper</a>
124
+ </li><li>
125
+ <a href="../Fake/TemplateHelper.htm">TemplateHelper</a>
126
+ </li><li>
127
+ <a href="../Fake/TestCase.htm">TestCase</a>
128
+ </li><li>
129
+ <a href="../Fake/TestSuite.htm">TestSuite</a>
130
+ </li><li>
131
+ <a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
132
+ </li><li>
133
+ <a href="../Fake/TraceHelper.htm">TraceHelper</a>
134
+ </li><li>
135
+ <a href="../Fake/TraceMessage.htm">TraceMessage</a>
136
+ </li><li>
137
+ <a href="../Fake/TraceMode.htm">TraceMode</a>
138
+ </li><li>
139
+ <a href="../Fake/VCSRoot.htm">VCSRoot</a>
140
+ </li><li>
141
+ <a href="../Fake/VSSHelper.htm">VSSHelper</a>
142
+ </li><li>
143
+ <a href="../Fake/WiXHelper.htm">WiXHelper</a>
144
+ </li><li>
145
+ <a href="../Fake/WiXParams.htm">WiXParams</a>
146
+ </li><li>
147
+ <a href="../Fake/XCopyHelper.htm">XCopyHelper</a>
148
+ </li><li>
149
+ <a href="../Fake/XMLHelper.htm">XMLHelper</a>
150
+ </li><li>
151
+ <a href="../Fake/XUnitHelper.htm">XUnitHelper</a>
152
+ </li><li>
153
+ <a href="../Fake/XUnitParams.htm">XUnitParams</a>
154
+ </li><li>
155
+ <a href="../Fake/ZipHelper.htm">ZipHelper</a>
156
+ </li>
157
+ </ul>
158
+ </div>
159
+ </div>
160
+ <div class="header">
161
+ <p class="class"><strong>Type</strong> TargetHelper</p>
162
+ <p><strong>Namespace</strong> Fake</p>
163
+ </div>
164
+ <div class="sub-header">
165
+
166
+
167
+ <h3 class="section">Methods</h3>
168
+ <ul><li><a href="../Fake/TargetHelper.htm#ActivateFinalTarget">ActivateFinalTarget</a></li><li><a href="../Fake/TargetHelper.htm#addExecutedTarget">addExecutedTarget</a></li><li><a href="../Fake/TargetHelper.htm#And``1">And&lt;a&gt;</a></li><li><a href="../Fake/TargetHelper.htm#Dependencies">Dependencies</a></li><li><a href="../Fake/TargetHelper.htm#dependency">dependency</a></li><li><a href="../Fake/TargetHelper.htm#Dependency``1">Dependency&lt;a&gt;</a></li><li><a href="../Fake/TargetHelper.htm#dependencyString``1">dependencyString&lt;a&gt;</a></li><li><a href="../Fake/TargetHelper.htm#DoNothing">DoNothing</a></li><li><a href="../Fake/TargetHelper.htm#FinalTarget">FinalTarget</a></li><li><a href="../Fake/TargetHelper.htm#For">For</a></li><li><a href="../Fake/TargetHelper.htm#getTarget">getTarget</a></li><li><a href="../Fake/TargetHelper.htm#PrintDependencyGraph">PrintDependencyGraph</a></li><li><a href="../Fake/TargetHelper.htm#run">run</a></li><li><a href="../Fake/TargetHelper.htm#runFinalTargets">runFinalTargets</a></li><li><a href="../Fake/TargetHelper.htm#Target">Target</a></li><li><a href="../Fake/TargetHelper.htm#targetError">targetError</a></li><li><a href="../Fake/TargetHelper.htm#targetFromTemplate``1">targetFromTemplate&lt;a&gt;</a></li><li><a href="../Fake/TargetHelper.htm#TargetTemplate``1">TargetTemplate&lt;a&gt;</a></li><li><a href="../Fake/TargetHelper.htm#TargetTemplateWithDependecies``1">TargetTemplateWithDependecies&lt;a&gt;</a></li><li><a href="../Fake/TargetHelper.htm#WriteTaskTimeSummary``1">WriteTaskTimeSummary&lt;a&gt;</a></li>
169
+ </ul>
170
+
171
+ <h3 class="section">Properties</h3>
172
+ <ul><li><a href="../Fake/TargetHelper.htm#errors">errors</a></li><li><a href="../Fake/TargetHelper.htm#ExecutedTargets">ExecutedTargets</a></li><li><a href="../Fake/TargetHelper.htm#ExecutedTargetTimes">ExecutedTargetTimes</a></li><li><a href="../Fake/TargetHelper.htm#FinalTargets">FinalTargets</a></li><li><a href="../Fake/TargetHelper.htm#Run">Run</a></li><li><a href="../Fake/TargetHelper.htm#TargetDict">TargetDict</a></li>
173
+ </ul>
174
+
175
+ </div>
176
+
177
+
178
+
179
+ <h3 class="section">Public static methods</h3>
180
+ <div id="ActivateFinalTarget" class="method">
181
+ <h4><span title="System.void">void</span> <strong>ActivateFinalTarget</strong>(<span title="System.string">string</span> name)</h4>
182
+ <div class="content">Activates the FinalTarget
183
+
184
+
185
+
186
+
187
+ </div>
188
+ </div><div id="addExecutedTarget" class="method">
189
+ <h4><span title="System.void">void</span> <strong>addExecutedTarget</strong>(<span title="System.string">string</span> target, <span title="System.TimeSpan">TimeSpan</span> time)</h4>
190
+ <div class="content">
191
+
192
+
193
+
194
+
195
+ </div>
196
+ </div><div id="And``1" class="method">
197
+ <h4><span title="Microsoft.FSharp.Collections.FSharpList<a>">FSharpList&lt;a&gt;</span> <strong>And&lt;a&gt;</strong>(<span title="Fake.a">a</span> x, <span title="Microsoft.FSharp.Collections.FSharpList<a>">FSharpList&lt;a&gt;</span> y)</h4>
198
+ <div class="content">Appends the dependency to the list of dependencies
199
+
200
+
201
+
202
+
203
+ </div>
204
+ </div><div id="Dependencies" class="method">
205
+ <h4><span title="Microsoft.FSharp.Core.FSharpFunc<FSharpList<string>, Unit>">FSharpFunc&lt;FSharpList&lt;string&gt;, Unit&gt;</span> <strong>Dependencies</strong>(<span title="System.string">string</span> targetName)</h4>
206
+ <div class="content">Adds the dependencies to the list of dependencies
207
+
208
+
209
+
210
+
211
+ </div>
212
+ </div><div id="dependency" class="method">
213
+ <h4><span title="System.void">void</span> <strong>dependency</strong>(<span title="System.string">string</span> targetName, <span title="System.string">string</span> dependentTargetName)</h4>
214
+ <div class="content">Adds the dependency to the list of dependencies
215
+
216
+
217
+
218
+
219
+ </div>
220
+ </div><div id="Dependency``1" class="method">
221
+ <h4><span title="Microsoft.FSharp.Collections.FSharpList<a>">FSharpList&lt;a&gt;</span> <strong>Dependency&lt;a&gt;</strong>(<span title="Fake.a">a</span> x)</h4>
222
+ <div class="content">Converts a dependency into a list
223
+
224
+
225
+
226
+
227
+ </div>
228
+ </div><div id="dependencyString``1" class="method">
229
+ <h4><span title="System.string">string</span> <strong>dependencyString&lt;a&gt;</strong>(<a href="../Fake/TargetTemplate`1.htm">TargetTemplate`1</a> target)</h4>
230
+ <div class="content">
231
+
232
+
233
+
234
+
235
+ </div>
236
+ </div><div id="DoNothing" class="method">
237
+ <h4><span title="System.void">void</span> <strong>DoNothing</strong>()</h4>
238
+ <div class="content">Do nothing - fun () -> ()
239
+
240
+
241
+
242
+
243
+ </div>
244
+ </div><div id="FinalTarget" class="method">
245
+ <h4><span title="System.void">void</span> <strong>FinalTarget</strong>(<span title="System.string">string</span> name, <span title="Microsoft.FSharp.Core.FSharpFunc<Unit, Unit>">FSharpFunc&lt;Unit, Unit&gt;</span> body)</h4>
246
+ <div class="content">
247
+
248
+
249
+
250
+
251
+ </div>
252
+ </div><div id="For" class="method">
253
+ <h4><span title="System.void">void</span> <strong>For</strong>(<span title="System.string">string</span> x, <span title="Microsoft.FSharp.Collections.FSharpList<string>">FSharpList&lt;string&gt;</span> y)</h4>
254
+ <div class="content">Allows to use For? syntax for Dependencies
255
+
256
+
257
+
258
+
259
+ </div>
260
+ </div><div id="getTarget" class="method">
261
+ <h4><a href="../Fake/TargetTemplate`1.htm">TargetTemplate`1</a> <strong>getTarget</strong>(<span title="System.string">string</span> name)</h4>
262
+ <div class="content">Gets a target with the given name from the target dictionary
263
+
264
+
265
+
266
+
267
+ </div>
268
+ </div><div id="PrintDependencyGraph" class="method">
269
+ <h4><span title="System.void">void</span> <strong>PrintDependencyGraph</strong>(<span title="System.bool">bool</span> verbose, <span title="System.string">string</span> target)</h4>
270
+ <div class="content">
271
+
272
+
273
+
274
+
275
+ </div>
276
+ </div><div id="run" class="method">
277
+ <h4><span title="System.void">void</span> <strong>run</strong>(<span title="System.string">string</span> targetName)</h4>
278
+ <div class="content">Runs a Target and its dependencies
279
+
280
+
281
+
282
+
283
+ </div>
284
+ </div><div id="runFinalTargets" class="method">
285
+ <h4><span title="System.void">void</span> <strong>runFinalTargets</strong>()</h4>
286
+ <div class="content">Runs all activated final targets (in alphabetically order)
287
+
288
+
289
+
290
+
291
+ </div>
292
+ </div><div id="Target" class="method">
293
+ <h4><span title="System.void">void</span> <strong>Target</strong>(<span title="System.string">string</span> name, <span title="Microsoft.FSharp.Core.FSharpFunc<Unit, Unit>">FSharpFunc&lt;Unit, Unit&gt;</span> body)</h4>
294
+ <div class="content">
295
+
296
+
297
+
298
+
299
+ </div>
300
+ </div><div id="targetError" class="method">
301
+ <h4><span title="System.void">void</span> <strong>targetError</strong>(<span title="System.string">string</span> targetName, <span title="System.string">string</span> msg)</h4>
302
+ <div class="content">
303
+
304
+
305
+
306
+
307
+ </div>
308
+ </div><div id="targetFromTemplate``1" class="method">
309
+ <h4><span title="System.void">void</span> <strong>targetFromTemplate&lt;a&gt;</strong>(<a href="../Fake/TargetTemplate`1.htm">TargetTemplate`1</a> template, <span title="System.string">string</span> name, <span title="Fake.a">a</span> parameters)</h4>
310
+ <div class="content">
311
+
312
+
313
+
314
+
315
+ </div>
316
+ </div><div id="TargetTemplate``1" class="method">
317
+ <h4><span title="Microsoft.FSharp.Core.FSharpFunc<string, FSharpFunc<a, Unit>>">FSharpFunc&lt;string, FSharpFunc&lt;a, Unit&gt;&gt;</span> <strong>TargetTemplate&lt;a&gt;</strong>(<span title="Microsoft.FSharp.Core.FSharpFunc<a, Unit>">FSharpFunc&lt;a, Unit&gt;</span> body)</h4>
318
+ <div class="content">
319
+
320
+
321
+
322
+
323
+ </div>
324
+ </div><div id="TargetTemplateWithDependecies``1" class="method">
325
+ <h4><span title="Microsoft.FSharp.Core.FSharpFunc<string, FSharpFunc<a, Unit>>">FSharpFunc&lt;string, FSharpFunc&lt;a, Unit&gt;&gt;</span> <strong>TargetTemplateWithDependecies&lt;a&gt;</strong>(<span title="Microsoft.FSharp.Collections.FSharpList<string>">FSharpList&lt;string&gt;</span> dependencies, <span title="Microsoft.FSharp.Core.FSharpFunc<a, Unit>">FSharpFunc&lt;a, Unit&gt;</span> body)</h4>
326
+ <div class="content">
327
+
328
+
329
+
330
+
331
+ </div>
332
+ </div><div id="WriteTaskTimeSummary``1" class="method">
333
+ <h4><span title="System.void">void</span> <strong>WriteTaskTimeSummary&lt;a&gt;</strong>(<span title="Fake.a">a</span> total)</h4>
334
+ <div class="content">
335
+
336
+
337
+
338
+
339
+ </div>
340
+ </div>
341
+
342
+ <h3 class="section">Public properties</h3>
343
+ <div id="errors" class="method">
344
+ <h4><span title="Microsoft.FSharp.Collections.FSharpList<BuildError>">FSharpList&lt;BuildError&gt;</span> <strong>errors</strong> get; set;</h4>
345
+ <div class="content">
346
+
347
+ </div>
348
+ </div><div id="ExecutedTargets" class="method">
349
+ <h4><span title="System.Collections.Generic.HashSet<string>">HashSet&lt;string&gt;</span> <strong>ExecutedTargets</strong> get; </h4>
350
+ <div class="content">The executed targets
351
+
352
+ </div>
353
+ </div><div id="ExecutedTargetTimes" class="method">
354
+ <h4><span title="System.Collections.Generic.List<Tuple<string, TimeSpan>>">List&lt;Tuple&lt;string, TimeSpan&gt;&gt;</span> <strong>ExecutedTargetTimes</strong> get; </h4>
355
+ <div class="content">The executed target time
356
+
357
+ </div>
358
+ </div><div id="FinalTargets" class="method">
359
+ <h4><span title="System.Collections.Generic.Dictionary<string, bool>">Dictionary&lt;string, bool&gt;</span> <strong>FinalTargets</strong> get; </h4>
360
+ <div class="content">Final Targets - stores final target and if it is activated
361
+
362
+ </div>
363
+ </div><div id="Run" class="method">
364
+ <h4><span title="Microsoft.FSharp.Core.FSharpFunc<string, Unit>">FSharpFunc&lt;string, Unit&gt;</span> <strong>Run</strong> get; </h4>
365
+ <div class="content">Runs a Target and its dependencies
366
+
367
+ </div>
368
+ </div><div id="TargetDict" class="method">
369
+ <h4><span title="System.Collections.Generic.Dictionary<string, TargetTemplate`1>">Dictionary&lt;string, TargetTemplate`1&gt;</span> <strong>TargetDict</strong> get; </h4>
370
+ <div class="content">TargetDictionary
371
+
372
+ </div>
373
+ </div>
374
+ <div id="footer">
375
+ <p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
376
+ <p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
377
+ </div>
378
+ </body>
379
+ </html>