diff --git a/.gitignore b/.gitignore index f46d884e..b99ed157 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ Thumbs.db *\TestResults *\updater.exe *.orig -packages/ \ No newline at end of file +packages/ +FeedBuilder/FeedBuilder.xml diff --git a/FeedBuilder/FeedBuilder.xml b/FeedBuilder/FeedBuilder.xml deleted file mode 100644 index 21409532..00000000 --- a/FeedBuilder/FeedBuilder.xml +++ /dev/null @@ -1,171 +0,0 @@ - - - - FeedBuilder - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Actually, the system cue only works for editable (i.e. not read-only) text boxes. - - - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - Structure that maps to WIN32_FIND_DATA - - - - - SafeHandle class for holding find handles - - - - - Constructor - - - - - Release the find handle - - true if the handle was released - - - - Wrapper for P/Invoke methods used by FileSystemEnumerator - - - - - File system enumerator. This class provides an easy to use, efficient mechanism for searching a list of - directories for files matching a list of file specifications. The search is done incrementally as matches - are consumed, so the overhead before processing the first match is always kept to a minimum. - - - - - Stack of open scopes. This is a member (instead of a local variable) - to allow Dispose to close any open find handles if the object is disposed - before the enumeration is completed. - - - - - Array of paths to be searched. - - - - - Array of regular expressions that will detect matching files. - - - - - If true, sub-directories are searched. - - - - - IDisposable.Dispose - - - - - Constructor. - - Semicolon- or comma-delimitted list of paths to search. - Semicolon- or comma-delimitted list of wildcard filespecs to match. - If true, subdirectories are searched. - - - - Get an enumerator that returns all of the files that match the wildcards that - are in any of the directories to be searched. - - An IEnumerable that returns all matching files one by one. - - The enumerator that is returned finds files using a lazy algorithm that - searches directories incrementally as matches are consumed. - - - - - Information that's kept in our stack for simulated recursion - - - - - Find handle returned by FindFirstFile - - - - - Path that was searched to yield the find handle. - - - - - Constructor - - Find handle returned by FindFirstFile. - Path corresponding to find handle. - - - - The main entry point for the application. - - - -