-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBuildDeploy.XML
41 lines (41 loc) · 1.49 KB
/
BuildDeploy.XML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<doc>
<assembly>
<name>BuildDeploy</name>
</assembly>
<members>
<member name="M:BuildDeploy.IDeployable.RunForFile(System.String)">
<summary>
Run the action on the List.ForEach
</summary>
<param name="filePath">The current file (usually a FQP)</param>
</member>
<member name="M:BuildDeploy.IDeployable.PreRun(System.String[])">
<summary>
Called before we process deployable files
</summary>
<param name="files">the array of files to process</param>
</member>
<member name="M:BuildDeploy.IDeployable.PostRun">
<summary>
Called after we deploy the files
</summary>
</member>
<member name="T:BuildDeploy.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:BuildDeploy.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:BuildDeploy.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>