﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Build.Tasks</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Build.Tasks.AspNetCompiler">
      <summary>Implements the AspNetCompiler task. Use the AspNetCompiler element in your project file to create and execute this task. For usage and parameter information, see AspNetCompiler Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.AspNetCompiler.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.AspNetCompiler" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.AspNetCompiler.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)">
      <summary>Generates command line arguments for the AspNetCompiler tool.</summary>
      <param name="commandLine">Command line builder to add arguments to.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.AllowPartiallyTrustedCallers">
      <summary>Gets or sets a Boolean value that indicates whether the <see cref="T:System.Security.AllowPartiallyTrustedCallersAttribute" />, which allows partially trusted callers access to an assembly, should be applied to the strongly named assembly that Aspnet_compiler.exe generates.</summary>
      <returns>true if the <see cref="T:System.Security.AllowPartiallyTrustedCallersAttribute" /> should be applied to the strongly named assembly that Aspnet_compiler.exe generates; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.Clean">
      <summary>Gets or sets a Boolean value that indicates whether the precompiled application will be built clean.</summary>
      <returns>true if the precompiled application will be built clean; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.Debug">
      <summary>Gets or sets a Boolean value that indicates whether debug information (.PDB file) is emitted during compilation.</summary>
      <returns>true if the debug information (.PDB file) is emitted during compilation; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.DelaySign">
      <summary>Gets or sets a Boolean value that indicates whether the <see cref="T:System.Reflection.AssemblyDelaySignAttribute" />, which indicates that an assembly should be signed only with the public key token rather than with the public/private key pair, should be applied to the generated assembly.</summary>
      <returns>true if the <see cref="T:System.Reflection.AssemblyDelaySignAttribute" /> should be applied to the generated assembly; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.AspNetCompiler.Execute">
      <summary>Executes the AspNetCompiler task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.FixedNames">
      <summary>Gets or sets a Boolean value that indicates whether one assembly should be generated for each page in the application.</summary>
      <returns>true if one assembly should be generated for each page in the application; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.Force">
      <summary>Gets or sets a Boolean value that specifies whether existing files in the <paramref name="targetDir" /> directory and its subdirectories should be overwritten.</summary>
      <returns>true if existing files in the <paramref name="targetDir" /> directory and its subdirectories should be overwritten; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.AspNetCompiler.GenerateFullPathToTool">
      <summary>Returns the full file path of the AspNetCompiler tool.</summary>
      <returns>The full file path of the AspNetCompiler tool.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.KeyContainer">
      <summary>Gets or sets a Boolean value that indicates whether the <see cref="T:System.Reflection.AssemblyKeyNameAttribute" />, which indicates the name of the container for the public/private key pair that is used to generate a strong name, should be applied to the compiled assembly.</summary>
      <returns>true if the <see cref="T:System.Reflection.AssemblyKeyNameAttribute" /> should be applied to the compiled assembly; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.KeyFile">
      <summary>Gets or sets a Boolean value that indicates whether the <see cref="T:System.Reflection.AssemblyKeyFileAttribute" />, which indicates the name of the file containing the public/private key pair that is used to generate a strong name, should be applied to the compiled assembly.</summary>
      <returns>true if the <see cref="T:System.Reflection.AssemblyKeyFileAttribute" /> should be applied to the compiled assembly; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.MetabasePath">
      <summary>Gets or sets the full IIS metabase path of the application.</summary>
      <returns>The full IIS metabase path of the application.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.PhysicalPath">
      <summary>Gets or sets the physical path of the application to be compiled.</summary>
      <returns>The physical path of the application to be compiled.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.TargetPath">
      <summary>Gets or sets the physical path to which the application is compiled.</summary>
      <returns>The physical path to which the application is compiled.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.ToolName">
      <summary>Gets the name of the AspNetCompiler tool (aspnet_compiler.exe).</summary>
      <returns>The name of the AspNetCompiler tool.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.Updateable">
      <summary>Gets or sets a Boolean value that indicates whether the precompiled application will be updateable.</summary>
      <returns>true if the precompiled application will be updateable; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.AspNetCompiler.ValidateParameters">
      <summary>Validates input parameters and logs errors or warnings, if any. Returns a Boolean value that indicates whether task execution should proceed.</summary>
      <returns>true if task execution should proceed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.AspNetCompiler.VirtualPath">
      <summary>Gets or sets the virtual path of the application to be compiled.</summary>
      <returns>The virtual path of the application to be compiled.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.CreateCSharpManifestResourceName">
      <summary>Creates a C#-style manifest name from a given resource file name.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.CreateCSharpManifestResourceName.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CreateCSharpManifestResourceName" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.CreateCSharpManifestResourceName.CreateManifestName(System.String,System.String,System.String,System.String,System.IO.Stream)">
      <summary>Returns the C#-style manifest resource name that corresponds to the specified resource file.</summary>
      <returns>The manifest resource name that corresponds to the specified resource file.</returns>
      <param name="fileName">The name of the resource file from which to create the C# manifest name.</param>
      <param name="linkFileName">The name of the link file.</param>
      <param name="rootNamespace">The root namespace of the resource file, typically taken from the project file. May be null.</param>
      <param name="dependentUponFileName">The file name of the parent of the resource file (usually a .cs file). May be null.</param>
      <param name="binaryStream">File contents binary stream. May be null.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.CreateCSharpManifestResourceName.IsSourceFile(System.String)">
      <summary>Indicates whether the specified file is a C# source file.</summary>
      <returns>true if the specified file is a C# source file; otherwise, false.</returns>
      <param name="fileName">The name of the file to examine.</param>
    </member>
    <member name="T:Microsoft.Build.Tasks.CreateItem">
      <summary>Implements the CreateItem task. Use the CreateItem element in your project file to create and execute this task. For usage and parameter information, see CreateItem Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.CreateItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CreateItem" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.CreateItem.AdditionalMetadata">
      <summary>Gets or sets additional metadata to attach to the output items.</summary>
      <returns>Additional metadata to attach to the output items.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.CreateItem.Exclude">
      <summary>Gets or sets the items to exclude from the output item collection.</summary>
      <returns>The items to exclude from the output item collection.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.CreateItem.Execute">
      <summary>Executes the CreateItem task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.CreateItem.Include">
      <summary>Gets or sets the items to include in the output item collection.</summary>
      <returns>The items to include in the output item collection.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Csc">
      <summary>Implements the Csc task. Use the Csc element in your project file to create and execute this task. For usage and parameter information, see Csc Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Csc.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Csc" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Csc.AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)">
      <summary>Fills the specified <paramref name="commandLine" /> parameter with switches and other information that can go into a response file.</summary>
      <param name="commandLine">Command line builder to add arguments to.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.AllowUnsafeBlocks">
      <summary>Gets or sets a Boolean value that indicates whether to compile code that uses the unsafe keyword.</summary>
      <returns>true if will compile code that uses the unsafe keyword; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.BaseAddress">
      <summary>Gets or sets the preferred base address at which to load a DLL.</summary>
      <returns>The preferred base address at which to load a DLL.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Csc.CallHostObjectToExecute">
      <summary>Compiles the project through the host object.</summary>
      <returns>true if compilation succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.CheckForOverflowUnderflow">
      <summary>Gets or sets a Boolean value that indicates whether the Csc task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type.</summary>
      <returns>Gets or sets a Boolean value that indicates whether true if the Csc task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.DisabledWarnings">
      <summary>Gets or sets the list of warnings to be disabled.</summary>
      <returns>The list of warnings to be disabled.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.DocumentationFile">
      <summary>Gets or sets the XML file to hold the documentation comments.</summary>
      <returns>The XML file to hold the documentation comments.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.ErrorReport">
      <summary>Gets or sets the method to report a C# internal compiler error to Microsoft.</summary>
      <returns>The method to report a C# internal compiler error to Microsoft.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.GenerateFullPaths">
      <summary>Gets or sets a Boolean value that indicates whether to generate the absolute path to the file in the compiler output (true) or to generate the name of the file in the compiler output (false).</summary>
      <returns>true if the Csc task should generate the absolute path to the file in the compiler output; false if the Csc task should generate the name of the file in the compiler output.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Csc.GenerateFullPathToTool">
      <summary>Returns the full file path of the Csc tool.</summary>
      <returns>The full file path of the Csc tool.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Csc.InitializeHostObject">
      <summary>Returns a host object initialization status value that indicates what the next action should be.</summary>
      <returns>A host object initialization status value that indicates what the next action should be.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.LangVersion">
      <summary>Gets or sets the version of the language to use.</summary>
      <returns>The version of the language to use.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.ModuleAssemblyName">
      <summary>Gets or sets an assembly whose non-public types a .netmodule can access.</summary>
      <returns>An assembly whose non-public types a .netmodule can access.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.NoStandardLib">
      <summary>Gets or sets a Boolean value that indicates whether the Csc task should prevent the import of mscorlib.dll, which defines the entire System namespace.</summary>
      <returns>true if the Csc task should prevent the import of mscorlib.dll; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.PdbFile">
      <summary>Gets or sets the path of the .pdb file.</summary>
      <returns>The path of the .pdb file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.Platform">
      <summary>Gets or sets the processor platform to be targeted by the output file.</summary>
      <returns>The processor platform to be targeted by the output file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.ToolName">
      <summary>Returns the name of the Csc tool (csc.exe).</summary>
      <returns>The name of the Csc tool (csc.exe).</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.UseHostCompilerIfAvailable">
      <summary>Gets or sets a Boolean value that indicates whether the Csc task should use the in-process compiler object, if available.</summary>
      <returns>true if the Csc task should use the in-process compiler object, if available; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.WarningLevel">
      <summary>Gets or sets the warning level for the compiler to display.</summary>
      <returns>The warning level for the compiler to display.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.WarningsAsErrors">
      <summary>Gets or sets a list of warnings to treat as errors.</summary>
      <returns>The list of warnings to treat as errors.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Csc.WarningsNotAsErrors">
      <summary>Gets or sets a list of warnings that are not treated as errors.</summary>
      <returns>The list of warnings that are not treated as errors.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Delete">
      <summary>Implements the Delete task. Use the Delete element in your project file to create and execute this task. For usage and parameter information, see Delete Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Delete.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Delete" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Delete.DeletedFiles">
      <summary>Gets or sets the files that were successfully deleted.</summary>
      <returns>The files that were successfully deleted.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Delete.Execute">
      <summary>Executes the Delete task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Delete.Files">
      <summary>Gets or sets the files to delete.</summary>
      <returns>The files to delete.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Delete.TreatErrorsAsWarnings">
      <summary>Gets or sets a Boolean value that indicates whether errors are logged as warnings.</summary>
      <returns>true if errors are logged as warnings; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Error">
      <summary>Implements the Error task. Use the Error element in your project file to create and execute this task. For usage and parameter information, see Delete Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Error.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Error" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Error.Code">
      <summary>Gets or sets the error code to associate with the error.</summary>
      <returns>The error code to associate with the error.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Error.Execute">
      <summary>Executes the Error task - logs an error and stops the build.</summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Error.HelpKeyword">
      <summary>Gets or sets the Help keyword to associate with the error.</summary>
      <returns>The Help keyword to associate with the error.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Error.Text">
      <summary>Gets or sets the error text.</summary>
      <returns>The error text.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.ExtractedClassName">
      <summary>Extracts a class name from a language source file.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.ExtractedClassName.IsInsideConditionalBlock">
      <summary>Gets or sets a value indicating whether the extracted class name exists inside a block of conditionally compiled code.</summary>
      <returns>true to indicate the extracted class name exists inside a block of conditionally compiled code; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ExtractedClassName.Name">
      <summary>Gets or sets the extracted class name.</summary>
      <returns>The extracted class name.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.FindUnderPath">
      <summary>Implements the FindUnderPath task. Use the FindUnderPath element in your project file to create and execute this task. For usage and parameter information, see FindUnderPath Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.FindUnderPath.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.FindUnderPath" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.FindUnderPath.Execute">
      <summary>Executes the FileUnderPath task.</summary>
      <returns>true if task executes successfully; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.FindUnderPath.Files">
      <summary>Gets or sets the files whose paths should be compared with the path specified by the <see cref="P:Microsoft.Build.Tasks.FindUnderPath.Path" /> property.</summary>
      <returns>The files whose paths should be compared with the path specified by the <see cref="P:Microsoft.Build.Tasks.FindUnderPath.Path" /> property.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.FindUnderPath.InPath">
      <summary>Gets or sets the items that were found under the specified path.</summary>
      <returns>The items that were found under the specified path.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.FindUnderPath.OutOfPath">
      <summary>Gets or sets the items that were not found under the specified path.</summary>
      <returns>The items that were not found under the specified path.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.FindUnderPath.Path">
      <summary>Gets or sets the folder path to use as the reference.</summary>
      <returns>The folder path to use as the reference.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.FormatUrl">
      <summary>Converts a URL into a proper URL format.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.FormatUrl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.FormatUrl" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.FormatUrl.Execute">
      <summary>Executes the FormatUrl task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.FormatUrl.InputUrl">
      <summary>Gets or sets the URL to format.</summary>
      <returns>The URL to format.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.FormatUrl.OutputUrl">
      <summary>Gets or sets the formatted URL.</summary>
      <returns>The formatted URL.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.GenerateApplicationManifest">
      <summary>Implements the GenerateApplicationManifest task. Use the GenerateApplicationManifest element in the project file to create and execute this task. For usage and parameter information, see GenerateApplicationManifest Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateApplicationManifest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GenerateApplicationManifest" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.ClrVersion">
      <summary>Gets or sets the minimum version of the Common Language Runtime (CLR) required by the application.</summary>
      <returns>The minimum version of the CLR required by the application.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.ConfigFile">
      <summary>Gets or sets the task item that contains the application configuration file.</summary>
      <returns>The task item that contains the application configuration file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.Dependencies">
      <summary>Gets or sets an item list that defines the set of dependent assemblies for the generated manifest.</summary>
      <returns>An item list of dependent assembly names.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.Files">
      <summary>Gets or sets the full paths of files to include in the manifest.</summary>
      <returns>Paths to files that are included in the manifest.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.IconFile">
      <summary>Gets or sets the application's icon file.</summary>
      <returns>The icon file to use for the application.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.IsolatedComReferences">
      <summary>Gets or sets COM components to isolate in the generated manifest. </summary>
      <returns>The COM components to isolate in the generated manifest.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.ManifestType">
      <summary>Gets or sets the type of manifest to generate. </summary>
      <returns>The kind of manifest to generate.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.OSVersion">
      <summary>Gets or sets the operating system (OS) version that is the minimum required by the application. </summary>
      <returns>The OS version that is the minimum required by the application.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.TrustInfoFile">
      <summary>Gets or sets an XML document that specifies the application security.</summary>
      <returns>The XML document that specifies the application security.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.GenerateDeploymentManifest">
      <summary>Implements the GenerateDeploymentManifest task. Use the GenerateDeploymentManifest element in the project file to create and execute this task. For usage and parameter information, see GenerateDeploymentManifest Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateDeploymentManifest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GenerateDeploymentManifest" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.DeploymentUrl">
      <summary>Gets or sets the update location for the application.</summary>
      <returns>The update location for the application.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.DisallowUrlActivation">
      <summary>Gets or sets a Boolean value that indicates whether the application should be run automatically when it is opened through a URL.</summary>
      <returns>true if the application can only be started from the Start menu; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.Install">
      <summary>Gets or sets a Boolean that indicates whether the application is an installed application or an online-only application.</summary>
      <returns>true if the application is to be installed on the local computer and can be removed by using the Add or Remove Programs dialog box; false if the application is for online use from a Web page.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.MapFileExtensions">
      <summary>Gets or sets a Boolean value that indicates whether the .deploy file name extension mapping is used.</summary>
      <returns>true if every program file is published with a .deploy file name extension; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.MinimumRequiredVersion">
      <summary>Gets or sets a Boolean value that indicates whether the user can skip the update.</summary>
      <returns>true if the user can skip the update; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.Product">
      <summary>Gets or sets the name of the application.</summary>
      <returns>The name of the application.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.Publisher">
      <summary>Gets or sets the publisher of the application.</summary>
      <returns>The publisher of the application.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.SupportUrl">
      <summary>Gets or sets the link that appears in the Uninstall or change a program dialog box for the application. The specified value should be a fully qualified URL or UNC path.</summary>
      <returns>The link that appears in the Uninstall or change a program dialog box for the application.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.TrustUrlParameters">
      <summary>Gets or sets a Boolean value that indicates whether URL query-string parameters should be made available to the application.</summary>
      <returns>true if URL query-string parameters should be made available to the application; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateEnabled">
      <summary>Gets or sets a Boolean value that indicates whether the application is enabled for updates.</summary>
      <returns>true if the application is enabled for updates; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateInterval">
      <summary>Gets or sets the update interval for the application. </summary>
      <returns>The update interval for the application.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateMode">
      <summary>Gets or sets a Boolean value that indicates whether updates should be checked. Updates can be checked before the application is started (in the foreground), or when the application is running (in the background).</summary>
      <returns>true if updates should be checked; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateUnit">
      <summary>Gets or sets the time unit for the <see cref="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateInterval" /> property.</summary>
      <returns>The time unit for the <see cref="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateInterval" /> property.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.GenerateManifestBase">
      <summary>Represents the base class for all manifest generation tasks.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GenerateManifestBase" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.AddAssemblyFromItem(Microsoft.Build.Framework.ITaskItem)">
      <summary>Adds an assembly reference to the manifest, based on the specified item.</summary>
      <returns>The assembly reference that was added to the manifest.</returns>
      <param name="item">The item from which to create an assembly reference to add to the manifest.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.AddAssemblyNameFromItem(Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType)">
      <summary>Adds an assembly reference to the manifest, based on the specified item and the assembly reference type.</summary>
      <returns>The assembly reference that was added to the manifest.</returns>
      <param name="item">The item from which to create an assembly reference to add to the manifest.</param>
      <param name="referenceType">The assembly reference type.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.AddEntryPointFromItem(Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType)">
      <summary>Adds an entry point reference to the manifest, based on the specified item and the assembly reference type.</summary>
      <returns>The entry point reference that was added to the manifest.</returns>
      <param name="item">The item from which to create the entry point reference to add to the manifest.</param>
      <param name="referenceType">The entry point assembly reference type.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.AddFileFromItem(Microsoft.Build.Framework.ITaskItem)">
      <summary>Adds a file reference to the manifest, based on the specified item.</summary>
      <returns>The file reference that was added to the manifest.</returns>
      <param name="item">The item from which to create the file reference to add to the manifest.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.AssemblyName">
      <summary>Gets or sets the name of the assembly.</summary>
      <returns>The name of the assembly.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.AssemblyVersion">
      <summary>Gets or sets the assembly version.</summary>
      <returns>The assembly version.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.Description">
      <summary>Gets or sets the manifest description text.</summary>
      <returns>The manifest description text.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.EntryPoint">
      <summary>Gets or sets the managed assembly or ClickOnce manifest reference that is the entry point to the manifest.</summary>
      <returns>The managed assembly or ClickOnce manifest reference that is the entry point to the application.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.Execute">
      <summary>Executes the GenerateManifestBase task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.FindFileFromItem(Microsoft.Build.Framework.ITaskItem)">
      <summary>Returns the manifest file reference that matches the specified item.</summary>
      <returns>The manifest file reference that matches the specified item.</returns>
      <param name="item">The item to get a file reference for.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.GetObjectType">
      <summary>When implemented in a derived class, returns the type of the manifest.</summary>
      <returns>The manifest type.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.InputManifest">
      <summary>Gets or sets the input manifest.</summary>
      <returns>The input manifest.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.MaxTargetPath">
      <summary>Gets or sets the maximum manifest file name length.</summary>
      <returns>The maximum manifest file name length.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.OnManifestLoaded(Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest)">
      <summary>When implemented in a derived class, sets manifest properties and any dependencies.</summary>
      <returns>true if no errors occurred when the manifest properties are set; otherwise, false.</returns>
      <param name="manifest">The manifest to set properties for.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.OnManifestResolved(Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest)">
      <summary>When implemented in a derived class, sets resolved manifest properties.</summary>
      <returns>true if no errors occurred when the manifest properties are set; otherwise, false.</returns>
      <param name="manifest">The manifest to set properties for.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.OutputManifest">
      <summary>Gets or sets the generated manifest.</summary>
      <returns>The generated manifest.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.Platform">
      <summary>Gets or sets the manifest platform.</summary>
      <returns>The manifest platform.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.TargetCulture">
      <summary>Gets or sets the manifest target culture code.</summary>
      <returns>The manifest target culture code.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.ValidateInputs">
      <summary>Validates the inputs of the GenerateManifestBase task.</summary>
      <returns>true if input validation succeeded; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.ValidateOutput">
      <summary>Validates the generated manifest.</summary>
      <returns>true if manifest validation succeeded; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.GenerateTrustInfo">
      <summary>Generates the application trust from the base manifest, and from the <see cref="P:Microsoft.Build.Tasks.GenerateTrustInfo.TargetZone" /> and <see cref="P:Microsoft.Build.Tasks.GenerateTrustInfo.ExcludedPermissions" /> properties.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateTrustInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GenerateTrustInfo" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateTrustInfo.BaseManifest">
      <summary>Gets or sets the base manifest to generate the application trust from.</summary>
      <returns>The base manifest to generate the application trust from.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateTrustInfo.ExcludedPermissions">
      <summary>Gets or sets one or more permission identity values separated by a semicolon to be excluded from the zone default permission set.</summary>
      <returns>The permission identity values to be excluded from the zone default permission set.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.GenerateTrustInfo.Execute">
      <summary>Executes the GenerateTrustInfo task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateTrustInfo.TargetZone">
      <summary>Gets or sets a zone default permission set, which is obtained from machine policy.</summary>
      <returns>The zone default permission set.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GenerateTrustInfo.TrustInfoFile">
      <summary>Gets or sets the file that contains the application security trust information.</summary>
      <returns>The file that contains the application security trust information.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.GetFrameworkPath">
      <summary>Implements the GetFrameworkPath task. Use the GetFrameworkPath element in your project file to create and execute this task. For usage and parameter information, see GetFrameworkPath Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.GetFrameworkPath.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GetFrameworkPath" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.GetFrameworkPath.Execute">
      <summary>Returns true in all cases.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GetFrameworkPath.Path">
      <summary>Gets or sets the path of the folder that contains the latest version of the .NET Framework assemblies.</summary>
      <returns>The path of the folder that contains the latest version of the .NET Framework assemblies.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.GetFrameworkSdkPath">
      <summary>Implements the GetFrameworkSdkPath task. Use the GetFrameworkSdkPath element in your project file to create and execute this task. For usage and parameter information, see GetFrameworkSdkPath Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.GetFrameworkSdkPath.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GetFrameworkSdkPath" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.GetFrameworkSdkPath.Execute">
      <summary>Returns true in all cases.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.GetFrameworkSdkPath.Path">
      <summary>Gets or sets the path to the latest version of the .NET Framework SDK.</summary>
      <returns>The path to the latest version of the .NET Framework SDK.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.ManagedCompiler">
      <summary>Defines the properties and methods common to managed compiler tasks.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ManagedCompiler.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ManagedCompiler" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ManagedCompiler.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)">
      <summary>Generates command line arguments that the command line tool must run directly from the command line and not from a response file.</summary>
      <param name="commandLine">Command line builder to add arguments to.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.AdditionalLibPaths">
      <summary>Gets or sets the additional folders in which to look for assemblies.</summary>
      <returns>The additional folders in which to look for assemblies.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.AddModules">
      <summary>Gets or sets the modules for the compiler to make available to the project you are currently compiling.</summary>
      <returns>The modules for the compiler to make available to the project you are currently compiling.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.ManagedCompiler.AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)">
      <summary>Fills the specified <paramref name="commandLine" /> parameter with the switches and other information that can go into a response file.</summary>
      <param name="commandLine">Command line builder to add arguments to.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.ManagedCompiler.CheckAllReferencesExistOnDisk">
      <summary>Verifies that all specified references exist on disk.</summary>
      <returns>true if all references exist on disk; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.ManagedCompiler.CheckHostObjectSupport(System.String,System.Boolean)">
      <summary>Logs a message if the specified parameter is not supported by the host compiler.</summary>
      <param name="parameterName">The parameter name to set on the host compiler.</param>
      <param name="resultFromHostObjectSetOperation">true if the host compiler supports <paramref name="parameterName" />; otherwise, false</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.CodePage">
      <summary>Gets or sets the code page to use for all source code files in the compilation.</summary>
      <returns>The code page to use for all source code files in the compilation.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.DebugType">
      <summary>Gets or sets the debug type.</summary>
      <returns>The debug type.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.DefineConstants">
      <summary>Gets or sets the conditional compiler constants.</summary>
      <returns>The conditional compiler constants.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.DelaySign">
      <summary>Gets or sets a value indicating whether the public key is placed in the assembly.</summary>
      <returns>true if the public key is placed in the assembly; false if the assembly is fully signed.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.EmitDebugInformation">
      <summary>Gets or sets a value indicating whether the compiler generates debugging information.</summary>
      <returns>true if debugging information is generated; otherwise, false;</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.FileAlignment">
      <summary>Gets or sets a value indicating where to align the sections of the output file.</summary>
      <returns>A value indicating where to align the sections of the output file.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.ManagedCompiler.HandleTaskExecutionErrors">
      <summary>Handles the return code from the compiler.</summary>
      <returns>true if the return code was handled successfully; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.HostCompilerSupportsAllParameters">
      <summary>Gets or sets a value indicating wheter the host compilter supports all task parameters.</summary>
      <returns>true if the host compiler supports all task parameters; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.KeyContainer">
      <summary>Gets or sets the name of the cryptographic key container.</summary>
      <returns>The name of the cryptographic key container.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.KeyFile">
      <summary>Gets or sets the file name containing the cryptographic key.</summary>
      <returns>The file name containing the cryptographic key.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.LinkResources">
      <summary>Gets or sets the .NET Framework resource files to link to the output file.</summary>
      <returns>The .NET Framework resource files to link to the output file.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.ManagedCompiler.ListHasNoDuplicateItems(Microsoft.Build.Framework.ITaskItem[],System.String)">
      <summary>Determines if any duplicate items exist in the specified task parameter.</summary>
      <returns>true if the item list contains no duplicates; otherwise, false.</returns>
      <param name="itemList">The list of items to examine for duplicates.</param>
      <param name="parameterName">The name of the parameter that contains the <paramref name="itemList" />.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.MainEntryPoint">
      <summary>Gets or sets the class or module that contains the main entry point.</summary>
      <returns>The class or module that contains the main entry point.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.NoConfig">
      <summary>Gets or sets a value indicating whether the compiler should use the default response file.</summary>
      <returns>true if the compiler is not using the default response file; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.NoLogo">
      <summary>Gets or sets a value indicating whether to suppress the compiler banner information.</summary>
      <returns>true to suppress the compiler banner information; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Optimize">
      <summary>Gets or sets a value indicating whether to enable compiler optimizations.</summary>
      <returns>true to enable compiler optimizations; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.OutputAssembly">
      <summary>Gets or sets the name of the output file.</summary>
      <returns>The name of the output file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.References">
      <summary>Gets or sets the items from which the compiler will import public type information.</summary>
      <returns>The items from which the compiler will import public type information.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Resources">
      <summary>Gets or sets the .NET Framework resources to embed in the output file.</summary>
      <returns>The .NET Framework resources to embed in the output file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.ResponseFiles">
      <summary>Gets or sets the response files that contain commands for the task.</summary>
      <returns>The response files that contain commands for the task.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Sources">
      <summary>Gets or sets the source files to compile.</summary>
      <returns>The source files to compile.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.StandardOutputEncoding">
      <summary>Gets or sets the encoding of the captured task standard output stream.</summary>
      <returns>The encoding of the captured task standard output stream.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.TargetType">
      <summary>Gets or sets the file format of the output file.</summary>
      <returns>The file format of the output file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.TreatWarningsAsErrors">
      <summary>Gets or sets a value indicating whether warnings are treated as errors.</summary>
      <returns>true if warnings are treated as errors; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Utf8Output">
      <summary>Gets or sets a value indicating whether compiler output is logged using UTF-8 encoding.</summary>
      <returns>true if compiler output is logged using UTF-8 encoding; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.ManagedCompiler.ValidateParameters">
      <summary>Validates the task parameters.</summary>
      <returns>true if all parameters are valid; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Win32Icon">
      <summary>Gets or sets the icon file name.</summary>
      <returns>The icon file name.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Win32Resource">
      <summary>Gets or sets a Win32 resource (.res) file to insert in the output file.</summary>
      <returns>The Win32 resource (.res) file to insert in the output file.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.ReadLinesFromFile">
      <summary>Implements the ReadLinesFromFile task. Use the ReadLinesFromFile element in your project file to create and execute this task. For usage and parameter information, see ReadLinesFromFile Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ReadLinesFromFile.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ReadLinesFromFile" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ReadLinesFromFile.Execute">
      <summary>Executes the ReadLinesFromFile task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ReadLinesFromFile.File">
      <summary>Gets or sets the file to read.</summary>
      <returns>The file to read.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ReadLinesFromFile.Lines">
      <summary>Gets or sets the lines read from the file.</summary>
      <returns>The lines read from the file.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.RegisterAssembly">
      <summary>Implements the RegisterAssembly task. Use the RegisterAssembly element in your project file to create and execute this task. For usage and parameter information, see RegisterAssembly Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.RegisterAssembly.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.RegisterAssembly" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.RegisterAssembly.Assemblies">
      <summary>Gets or sets the assemblies to be registered with COM.</summary>
      <returns>The assemblies to be registered with COM.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.RegisterAssembly.AssemblyListFile">
      <summary>Gets or sets information about the state between the RegisterAssembly task and the UnregisterAssembly task. This prevents the UnregisterAssembly task from attempting to unregister an assembly that failed to register in the RegisterAssembly task.</summary>
      <returns>The state information necessary for the UnregisterAssembly task to do proper clean-up.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.RegisterAssembly.CreateCodeBase">
      <summary>Gets or sets a Boolean value that specifies whether the task creates a codebase entry in the registry, which specifies the file path for an assembly that is not installed in the global assembly cache. </summary>
      <returns>true if the task creates a codebase entry in the registry; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.RegisterAssembly.Execute">
      <summary>Executes the RegisterAssembly task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.RegisterAssembly.ReportEvent(System.Runtime.InteropServices.ExporterEventKind,System.Int32,System.String)">
      <summary>Callback method for reporting the type library export events.</summary>
      <param name="kind">Describes the callbacks that the type library exporter makes when exporting a type library.</param>
      <param name="code">The error code of the export event.</param>
      <param name="msg">The message of the export event.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.RegisterAssembly.ResolveRef(System.Reflection.Assembly)">
      <summary>Callback method for finding the type library for the specified assembly.</summary>
      <returns>null in all cases.</returns>
      <param name="assemblyToResolve">The assembly to find type libraries for.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.RegisterAssembly.TypeLibFiles">
      <summary>Gets or sets the type library to generate from the specified assembly.</summary>
      <returns>The type library to generate from the specified assembly.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.RemoveDir">
      <summary>Implements the RemoveDir task. Use the RemoveDir element in your project file to create and execute this task. For usage and parameter information, see RemoveDir Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.RemoveDir.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.RemoveDir" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.RemoveDir.Directories">
      <summary>Gets or sets the directories to delete.</summary>
      <returns>The directories to delete.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.RemoveDir.Execute">
      <summary>Executes the RemoveDir task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.RemoveDir.RemovedDirectories">
      <summary>Gets or sets the directories that were successfully deleted.</summary>
      <returns>The directories that were successfully deleted.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.ResolveComReference">
      <summary>Implements the ResolveComReference task. Use the ResolveComReference element in your project file to create and execute this task. For usage and parameter information, see ResolveComReference Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ResolveComReference.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveComReference" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.DelaySign">
      <summary>Gets or sets a Boolean value that specifies whether the ResolveComReference task places the public key in the assembly (true) or fully signs the assembly (false).</summary>
      <returns>true if the ResolveComReference task places the public key in the assembly; false if the ResolveComReference task fully signs the assembly.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.ResolveComReference.Execute">
      <summary>Executes the ResolveComReference task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.KeyContainer">
      <summary>Gets or sets a container that holds a key pair.</summary>
      <returns>A container that holds a key pair.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.KeyFile">
      <summary>Gets or sets an item that contains a key pair.</summary>
      <returns>An item that contains a key pair.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.NoClassMembers">
      <summary>Gets or sets a Boolean value that specifies whether to pass the <see cref="F:System.Runtime.InteropServices.TypeLibImporterFlags.PreventClassMembers" /> flag to .tlb wrapper generation.</summary>
      <returns>true if the task should pass the <see cref="F:System.Runtime.InteropServices.TypeLibImporterFlags.PreventClassMembers" /> flag to .tlb wrapper generation; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.ResolvedAssemblyReferences">
      <summary>Gets or sets the resolved assembly references.</summary>
      <returns>The resolved assembly references.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.ResolvedFiles">
      <summary>Gets or sets the fully qualified files on disk that correspond to the physical locations of the type libraries that were provided as input to this task.</summary>
      <returns>The fully qualified files on disk that correspond to the physical locations of the type libraries that were provided as input to this task.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.ResolvedModules">
      <summary>Gets or sets the paths to the modules that were found.</summary>
      <returns>The paths to the modules that were found.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.StateFile">
      <summary>Gets or sets the cache file for COM component timestamps.</summary>
      <returns>The cache file for COM component timestamps.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.TypeLibFiles">
      <summary>Gets or sets the type library file path to COM references. </summary>
      <returns>The type library file path to COM references.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.TypeLibNames">
      <summary>Gets or sets the type library names to resolve.</summary>
      <returns>The type library names to resolve.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveComReference.WrapperOutputDirectory">
      <summary>Gets or sets the location on disk where the generated interop assembly is placed.</summary>
      <returns>The location on disk where the generated interop assembly is placed.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.ResolveKeySource">
      <summary>Implements the ResolveKeySource task. Use the ResolveKeySource element in your project file to create and execute this task. For usage and parameter information, see ResolveKeySource Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ResolveKeySource.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveKeySource" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveKeySource.AutoClosePasswordPromptShow">
      <summary>Gets or sets the amount of time, in seconds, to display the count down message.</summary>
      <returns>The amount of time, in seconds, to display the count down message.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveKeySource.AutoClosePasswordPromptTimeout">
      <summary>Gets or sets the amount of time, in seconds, to wait before closing the password prompt dialog.</summary>
      <returns>The amount of time, in seconds, to wait before closing the password prompt dialog.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveKeySource.CertificateFile">
      <summary>Gets or sets the path of the certificate file.</summary>
      <returns>The path of the certificate file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveKeySource.CertificateThumbprint">
      <summary>Gets or sets the certificate thumbprint.</summary>
      <returns>The certificate thumbprint.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.ResolveKeySource.Execute">
      <summary>Executes the ResolveKeySource task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveKeySource.KeyFile">
      <summary>Gets or sets the path of the key file.</summary>
      <returns>The path of the key file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveKeySource.ResolvedKeyContainer">
      <summary>Gets or sets the resolved key container.</summary>
      <returns>The resolved key container.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveKeySource.ResolvedKeyFile">
      <summary>Gets or sets the resolved key file.</summary>
      <returns>The resolved key file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveKeySource.ResolvedThumbprint">
      <summary>Gets or sets the resolved certificate thumbprint.</summary>
      <returns>The resolved certificate thumbprint.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveKeySource.ShowImportDialogDespitePreviousFailures">
      <summary>Gets or sets a Boolean value that specifies whether to show the import dialog despite previous failures.</summary>
      <returns>true if the task should show the import dialog despite previous failures; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveKeySource.SuppressAutoClosePasswordPrompt">
      <summary>Gets or sets a Boolean value that specifies whether the password prompt dialog should not auto-close.</summary>
      <returns>true the password prompt dialog should not auto-close; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.ResolveManifestFiles">
      <summary>This task resolves the following items in the build process to files for manifest generation: built items, dependencies, satellites, content, debug symbols, and documentation.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ResolveManifestFiles.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveManifestFiles" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.EntryPoint">
      <summary>Gets or sets the managed assembly or ClickOnce manifest reference that is the entry point to the manifest.</summary>
      <returns>The entry point.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.ResolveManifestFiles.Execute">
      <summary>Executes the ResolveManifestFiles task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.ExtraFiles">
      <summary>Gets or sets the extra files.</summary>
      <returns>The extra files.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.Files">
      <summary>Gets or sets the input files.</summary>
      <returns>The input files.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.ManagedAssemblies">
      <summary>Gets or sets the managed assemblies.</summary>
      <returns>The managed assemblies.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.NativeAssemblies">
      <summary>Gets or sets the native assemblies.</summary>
      <returns>The native assemblies.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.OutputAssemblies">
      <summary>Gets or sets the generated assemblies.</summary>
      <returns>The generated assemblies.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.OutputFiles">
      <summary>Gets or sets the output files.</summary>
      <returns>The output files.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.PublishFiles">
      <summary>Gets or sets the publish files.</summary>
      <returns>The publish files.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.SatelliteAssemblies">
      <summary>Gets or sets the satellite assemblies.</summary>
      <returns>The satellite assemblies.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.TargetCulture">
      <summary>Gets or sets the target culture for satellite assemblies.</summary>
      <returns>The target culture for satellite assemblies.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput">
      <summary>Determines the output files for non-MSBuild project references.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput.Execute">
      <summary>Executes the ResolveNonMSBuildProjectOutput task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput.PreresolvedProjectOutputs">
      <summary>Gets or sets an XML string containing resolved project outputs.</summary>
      <returns>An XML string containing resolved project outputs.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput.ResolvedOutputPaths">
      <summary>Gets or sets resolved reference paths that preserve the original project reference attributes.</summary>
      <returns>The resolved reference paths that preserve the original project reference attributes.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput.UnresolvedProjectReferences">
      <summary>Gets or sets project reference items that are in the MSBuild format.</summary>
      <returns>Project reference items that are in the MSBuild format.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.ResolveProjectBase">
      <summary>Represents the base class for <see cref="T:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput" /> and <see cref="T:Microsoft.Build.Tasks.AssignProjectConfiguration" />.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ResolveProjectBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveProjectBase" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.ResolveProjectBase.GetProjectItem(Microsoft.Build.Framework.ITaskItem)">
      <summary>Retrieves the XML contents of the project element of the specified project.</summary>
      <returns>The XML contents of the project element of the specified project.</returns>
      <param name="projectRef">A project reference that contains a project GUID attribute.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.ResolveProjectBase.ProjectReferences">
      <summary>Gets or sets the project references.</summary>
      <returns>The project references.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.SignFile">
      <summary>Implements the SignFile task. Use the SignFile element in your project file to create and execute this task. For usage and parameter information, see SignFile Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.SignFile.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.SignFile" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.SignFile.CertificateThumbprint">
      <summary>Gets or sets the certificate to use for signing.</summary>
      <returns>The certificate to use for signing.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.SignFile.Execute">
      <summary>Executes the SignFile task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.SignFile.SigningTarget">
      <summary>Gets or sets the files to sign with the certificate.</summary>
      <returns>The files to sign with the certificate.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.SignFile.TimestampUrl">
      <summary>Gets or sets the URL of a time stamping server.</summary>
      <returns>The URL of a time stamping server.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.TaskExtension">
      <summary>Contains properties to help extend a task.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.TaskExtension.Log">
      <summary>Gets an instance of a <see cref="T:Microsoft.Build.Tasks.TaskLoggingHelperExtension" /> containing task logging methods.</summary>
      <returns>An instance of a <see cref="T:Microsoft.Build.Tasks.TaskLoggingHelperExtension" /> containing task logging methods.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Touch">
      <summary>Implements the Touch task. Use the Touch element in your project file to create and execute this task. For usage and parameter information, see Touch Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Touch.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Touch" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Touch.AlwaysCreate">
      <summary>Gets or sets a Boolean value that specifies whether to create any files that do not already exist.</summary>
      <returns>true if the Touch task creates any files that do not already exist; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Touch.Execute">
      <summary>Executes the Touch task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Touch.Files">
      <summary>Gets or sets the files to touch.</summary>
      <returns>The files to touch.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Touch.ForceTouch">
      <summary>Gets or sets a Boolean value that specifies whether to force a file touch even if the files are read-only.</summary>
      <returns>true if the Touch task forces a file touch even if the files are read-only; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Touch.Time">
      <summary>Gets or sets a time other than the current time. The format must be a format that is acceptable to the <see cref="M:System.DateTime.Parse(System.String)" /> method.</summary>
      <returns>A time other than the current time.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Touch.TouchedFiles">
      <summary>Gets or sets the items that were successfully touched.</summary>
      <returns>The items that were successfully touched.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.UpdateManifest">
      <summary>Updates selected properties in a manifest and resigns.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.UpdateManifest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.UpdateManifest" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.UpdateManifest.ApplicationManifest">
      <summary>Gets or sets the application manifest.</summary>
      <returns>The application manifest.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.UpdateManifest.ApplicationPath">
      <summary>Gets or sets the path of the application manifest.</summary>
      <returns>The path of the application manifest.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.UpdateManifest.Execute">
      <summary>Executes the task.</summary>
      <returns>true if task execution succeeded; <see cref="T:System.InvalidOperationException" /> on error.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.UpdateManifest.InputManifest">
      <summary>Gets or sets the manifest to update.</summary>
      <returns>The manifest to update.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.UpdateManifest.OutputManifest">
      <summary>Gets or sets the manifest that contains updated properties.</summary>
      <returns>The manifest that contains updated properties.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Warning">
      <summary>Implements the Warning task. Use the Warning element in your project file to create and execute this task. For usage and parameter information, see Warning Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Warning.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Warning" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Warning.Code">
      <summary>Gets or sets the warning code.</summary>
      <returns>The warning code.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Warning.Execute">
      <summary>Executes the Warning task.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Warning.HelpKeyword">
      <summary>Gets or sets the Help keyword to associate with the warning.</summary>
      <returns>The Help keyword to associate with the warning.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Warning.Text">
      <summary>Gets or sets the warning text that MSBuild logs.</summary>
      <returns>The warning text that MSBuild logs.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.WriteLinesToFile">
      <summary>Implements the WriteLinesToFile task. Use the WriteLinesToFile element in your project file to create and execute this task. For usage and parameter information, see WriteLinesToFileWriteLinesToFile Task.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.WriteLinesToFile.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.WriteLinesToFile" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.WriteLinesToFile.Execute">
      <summary>Executes the WriteLinesToFile task.</summary>
      <returns>true if task execution succeeded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.WriteLinesToFile.File">
      <summary>Gets or sets the file to write the items to.</summary>
      <returns>The file to write the items to.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.WriteLinesToFile.Lines">
      <summary>Gets or sets the items to write to the file.</summary>
      <returns>The items to write to the file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.WriteLinesToFile.Overwrite">
      <summary>Gets or sets a Boolean value that specifies whether the task overwrites any existing content in the file.</summary>
      <returns>true if the task overwrites any existing content in the file; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings">
      <summary>Defines the settings for the bootstrapper build operation.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings" /> class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ApplicationFile">
      <summary>Gets or sets the file to be installed after the bootstrapper installs the required components.</summary>
      <returns>The name of the file to be installed after the required components are installed.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ApplicationName">
      <summary>Gets or sets the name of the application to be installed after the bootstrapper installs all required components.</summary>
      <returns>The name of the application to be installed after the required components are installed.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ApplicationUrl">
      <summary>Gets or sets the expected source location when the bootstrapper is published to a Web site.</summary>
      <returns>A URL that represents the expected source location when the bootstrapper is published to a Web site.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsLocation">
      <summary>Gets or sets the installation location for bootstrapper components.</summary>
      <returns>The <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation" /> installation location for bootstrapper components.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsUrl">
      <summary>Gets or sets the location to which the bootstrapper will copy components if <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsLocation" /> is set to <see cref="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.Absolute" />.</summary>
      <returns>The location to which the bootstrapper will copy components if <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsLocation" /> is set to <see cref="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.Absolute" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.CopyComponents">
      <summary>Gets or sets a value indicating whether the bootstrapper components will be copied to the build output directory.</summary>
      <returns>true if the bootstrapper components will be copied to the build output directory; otherwise false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.FallbackLCID">
      <summary>Gets or sets the culture identifier to use if the LCID identifier is not available.</summary>
      <returns>An integer value that represents the culture identifier to use if the LCID identifier is not available.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.LCID">
      <summary>Gets or sets the culture identifier specifying the culture for which the bootstrapper is built.</summary>
      <returns>An integer value that represents the culture identifier specifying the culture for which the bootstrapper is built.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.OutputPath">
      <summary>Gets or sets the file location to which to copy output files.</summary>
      <returns>A string representing the file location to which to copy output files.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ProductBuilders">
      <summary>Gets the product builders to use for generating the bootstrapper.</summary>
      <returns>A collection of product builders (<see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilderCollection" />) to use for generating the bootstrapper.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.SupportUrl">
      <summary>Gets or sets the URL for the Web site that contains support information for the bootstrapper.</summary>
      <returns>The URL for the Web site that contains support information for the bootstrapper.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.Validate">
      <summary>Gets or sets a value indicating whether the bootstrapper performs XML validation on the component manifests.</summary>
      <returns>true if the bootstrapper performs XML validation on the component manifests; otherwise false.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder">
      <summary>Exposes functionality that you must have to create a bootstrapper.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder.Build(Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings)">
      <summary>Generates a bootstrapper based on the specified settings.</summary>
      <returns>A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults" /> object that represents the results of the bootstrapper generation.</returns>
      <param name="settings">The properties used to create the bootstrapper.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder.Path">
      <summary>Gets or sets the location of the required bootstrapper files.</summary>
      <returns>A string value that represents the location of the required bootstrapper files.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder.Products">
      <summary>Gets all products available at the current bootstrapper path.</summary>
      <returns>A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection" /> object that represents all products available at the current bootstrapper <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder.Path" />.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage">
      <summary>Represents messages that occur during the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> build operation.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage.HelpId">
      <summary>Gets the MSBuild Help ID for the host IDE.</summary>
      <returns>An integer representing the MSBuild Help ID for the host IDE.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage.HelpKeyword">
      <summary>Gets the MSBuild F1 Help keyword for the host IDE.</summary>
      <returns>The MSBuild F1 Help keyword for the host IDE.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage.Message">
      <summary>Gets a description of the details of the build message.</summary>
      <returns>A text string that describes the details of the build message.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage.Severity">
      <summary>Gets the severity of the build message.</summary>
      <returns>A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessageSeverity" /> object that represents the severity of the build message.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults">
      <summary>Represents the results of the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> build operation.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults.ComponentFiles">
      <summary>Gets the file paths to the copied component installer files.</summary>
      <returns>Returns an array of strings containing the file paths to the copied component installer files.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults.KeyFile">
      <summary>Gets the file path to the generated primary bootstrapper file.</summary>
      <returns>Returns a string representing the file path to the generated primary bootstrapper file.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults.Messages">
      <summary>Gets the build messages generated from a bootstrapper build.</summary>
      <returns>Returns an array of <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage" /> objects representing the build messages generated from a bootstrapper build.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults.Succeeded">
      <summary>Indicates whether the bootstrapper build was successful.</summary>
      <returns>Returns a Boolean value indicating whether the bootstrapper build was successful. Returns true if the bootstrapper build was successful, false if not successful.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings">
      <summary>Defines the settings for the bootstrapper build operation.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ApplicationFile">
      <summary>Gets or sets the file to be installed after the bootstrapper installs the required components.</summary>
      <returns>The name of the file to be installed after the bootstrapper installs the required components.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ApplicationName">
      <summary>Gets or sets the name of the application to be installed after the bootstrapper installs all required components.</summary>
      <returns>The name of the application to be installed after the bootstrapper installs all required components.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ApplicationUrl">
      <summary>Gets or sets the expected source location when the bootstrapper is published to a Web site.</summary>
      <returns>The expected source location when the bootstrapper is published to a Web site.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ComponentsLocation">
      <summary>Gets or sets the installation location for bootstrapper components.</summary>
      <returns>The installation location (<see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation" />) for bootstrapper components.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ComponentsUrl">
      <summary>Gets or sets the location to which the bootstrapper will copy components if <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsLocation" /> is set to <see cref="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.Absolute" />.</summary>
      <returns>The location to which the bootstrapper will copy components if <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsLocation" /> is set to <see cref="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.Absolute" />.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.CopyComponents">
      <summary>Gets or sets a value indicating whether the bootstrapper components will be copied to the build output directory.</summary>
      <returns>true if the bootstrapper components will be copied to the build output directory; otherwise false.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.FallbackLCID">
      <summary>Gets or sets the culture identifier to use if the LCID identifier is not available.</summary>
      <returns>An integer value that represents the culture identifier to use if the LCID identifier is not available.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.LCID">
      <summary>Gets or sets the culture identifier specifying the culture for which the bootstrapper is built.</summary>
      <returns>An integer value that represents the culture identifier specifying the culture for which the bootstrapper is built.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.OutputPath">
      <summary>Gets or sets the file location to which to copy output files.</summary>
      <returns>A string representing the file location to which to copy output files.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ProductBuilders">
      <summary>Gets the product builders to use for generating the bootstrapper.</summary>
      <returns>The product builders to use for generating the bootstrapper.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.SupportUrl">
      <summary>Gets or sets the URL for the Web site that contains support information for the bootstrapper.</summary>
      <returns>The URL for the Web site that contains support information for the bootstrapper.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.Validate">
      <summary>Gets or sets a value indicating whether the bootstrapper performs XML validation on the component manifests.</summary>
      <returns>true if the bootstrapper performs XML validation on the component manifests; otherwise false.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product">
      <summary>Represents a product that the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> finds in the <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.Path" /> property.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.#ctor">
      <summary>Initializes a new instance of the Product class.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.Includes">
      <summary>Gets all products that this product installs.</summary>
      <returns>A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection" /> object that represents all products that this product installs.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.Name">
      <summary>Gets a human-readable name for this product.</summary>
      <returns>A string that represents a human-readable name for this product.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.ProductBuilder">
      <summary>Gets a buildable version of the product.</summary>
      <returns>A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object that represents a buildable version of the product.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.ProductCode">
      <summary>Gets a string that indicates the unique product identifier of this product.</summary>
      <returns>A string that indicates the unique product identifier of this product.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder">
      <summary>Represents a buildable version of a <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" />.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder.Product">
      <summary>Gets the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object that corresponds to this <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object.</summary>
      <returns>Returns the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object that corresponds to this <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection">
      <summary>This interface represents a collection of <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> objects. The collection is a closed set generated by the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> based on the <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.Path" /> property. The client cannot add or remove items from this collection.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection.Count">
      <summary>Gets the number of elements contained in the product collection.</summary>
      <returns>An integer indicating the number of elements contained in the product collection.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection.GetEnumerator">
      <summary>Returns an enumerator that can iterate through the product collection.</summary>
      <returns>An enumerator that can iterate through the product collection.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection.Item(System.Int32)">
      <summary>Retrieves the product at the specified index.</summary>
      <returns>A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object that represents the product at the specified index.</returns>
      <param name="index">The zero-based index of the element to get.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection.Product(System.String)">
      <summary>Retrieves the product with the specified product code.</summary>
      <returns>The <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object with the specified product code. Returns null if the specified product code is not found.</returns>
      <param name="productCode">The unique identifier of the product to get.</param>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity">
      <summary>Provides a unique identifier for a ClickOnce application.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity.#ctor(System.String,Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity,Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity" /> class.</summary>
      <param name="url">The deployment provider URL for the ClickOnce deployment manifest.</param>
      <param name="deployManifestIdentity">The assembly identity of the ClickOnce deployment manifest.</param>
      <param name="applicationManifestIdentity">The assembly identity of the ClickOnce application manifest.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity.#ctor(System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity" /> class.</summary>
      <param name="url">The deployment provider URL for the ClickOnce deployment manifest.</param>
      <param name="deployManifestPath">The path to ClickOnce deployment manifest. The assembly identity will be obtained from the specified file.</param>
      <param name="applicationManifestPath">The path to ClickOnce application manifest. The assembly identity will be obtained from the specified file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity.ToString">
      <summary>Returns the full ClickOnce application identity.</summary>
      <returns>A string containing the ClickOnce application identity.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity">
      <summary>Specifies the identity of an assembly.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class.</summary>
      <param name="identity">Specifies another instance to duplicate.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class.</summary>
      <param name="name">Specifies the simple name of the assembly.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class.</summary>
      <param name="name">Specifies the simple name of the assembly.</param>
      <param name="version">Specifies the version of the assembly.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(System.String,System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class.</summary>
      <param name="name">Specifies the simple name of the assembly.</param>
      <param name="version">Specifies the version of the assembly.</param>
      <param name="publicKeyToken">Specifies the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed.</param>
      <param name="culture">Specifies the culture of the assembly. A blank string indicates the invariant culture.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class.</summary>
      <param name="name">Specifies the simple name of the assembly.</param>
      <param name="version">Specifies the version of the assembly.</param>
      <param name="publicKeyToken">Specifies the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed.</param>
      <param name="culture">Specifies the culture of the assembly. A blank string indicates the invariant culture.</param>
      <param name="processorArchitecture">Specifies the processor architecture of the assembly. Valid values are msil, x86, ia64, and amd64.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class.</summary>
      <param name="name">Specifies the simple name of the assembly.</param>
      <param name="version">Specifies the version of the assembly.</param>
      <param name="publicKeyToken">Specifies the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed.</param>
      <param name="culture">Specifies the culture of the assembly. A blank string indicates the invariant culture.</param>
      <param name="processorArchitecture">Specifies the processor architecture of the assembly. Valid values are msil, x86, ia64, and amd64.</param>
      <param name="type">Specifies the type attribute of the assembly. Valid values are win32 or a blank string.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Culture">
      <summary>Gets or sets the culture of the assembly.</summary>
      <returns>A string indicating the culture of the assembly. A blank string indicates the invariant culture.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FromAssemblyName(System.String)">
      <summary>Parses string to obtain an assembly identity. Returns null if identity could not be obtained.</summary>
      <returns>The resulting assembly identity.</returns>
      <param name="assemblyName">The full name of the assembly, also known as the display name.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FromFile(System.String)">
      <summary>Obtains identity of the specified assembly. File can be a PE with an embedded xml manifest, a stand-alone xml manifest file, or a .NET assembly. Returns null if identity could not be obtained.</summary>
      <returns>The assembly identity of the specified file.</returns>
      <param name="path">The name of the file from which the identity is to be obtained.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FromManagedAssembly(System.String)">
      <summary>Obtains identity of the specified .NET assembly. File must be a .NET assembly. Returns null if identity could not be obtained.</summary>
      <returns>The assembly identity of the specified file.</returns>
      <param name="path">The name of the file from which the identity is to be obtained.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FromManifest(System.String)">
      <summary>Obtains identity of the specified manifest file. File must be a standalone XML manifest file. Returns null if identity could not be obtained.</summary>
      <returns>The assembly identity of the specified file.</returns>
      <param name="path">The name of the file from which the identity is to be obtained.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FromNativeAssembly(System.String)">
      <summary>Obtains identity of the specified native assembly. File must be either a PE with an embedded XML manifest, or a stand-alone XML manifest file. Returns NULL if identity could not be obtained.</summary>
      <returns>The assembly identity of the specified file.</returns>
      <param name="path">The name of the file from which the identity is to be obtained.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.GetFullName(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags)">
      <summary>Returns the full name of the assembly.</summary>
      <returns>A string representation of the full name.</returns>
      <param name="flags">Specifies which attributes to be included in the full name.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.IsFrameworkAssembly">
      <summary>Returns True if this assembly is part of the .NET Framework.</summary>
      <returns>A Boolean value indicating whether this assembly is part of the .NET Framework. True if this assembly is part of the .NET Framework; otherwise False.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.IsNeutralPlatform">
      <summary>Gets a value indicating whether the assembly identity represents a neutral platform assembly.</summary>
      <returns>A Boolean value indicating whether the assembly identity represents a neutral platform assembly. True if the assembly identity is a neutral platform assembly; otherwise False.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.IsStrongName">
      <summary>Gets a value indicating whether the assembly identity is a strong name.</summary>
      <returns>A Boolean value indicating whether the assembly identity is a strong name. True if the assembly identity is a strong name; otherwise False.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Name">
      <summary>Gets or sets the simple name of the assembly.</summary>
      <returns>A string indicating the simple name of the assembly.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.ProcessorArchitecture">
      <summary>Gets or sets the processor architecture of the assembly.</summary>
      <returns>A string representing the processor architecture of the assembly.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.PublicKeyToken">
      <summary>Gets or sets the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed.</summary>
      <returns>A string indicating the public key token of the assembly.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.ToString">
      <summary>Returns the full ClickOnce assembly identity.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Type">
      <summary>Gets or sets the type attribute of the assembly.</summary>
      <returns>A string indicating the type attribute of the assembly.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Version">
      <summary>Gets or sets the version of the assembly.</summary>
      <returns>A string indicating the assembly version.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlCulture">
      <summary>Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Culture" /> property to an XML file.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlName">
      <summary>Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Name" /> property to an XML file.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlProcessorArchitecture">
      <summary>Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.ProcessorArchitecture" /> property to an XML file.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlPublicKeyToken">
      <summary>Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.PublicKeyToken" /> property to an XML file.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlType">
      <summary>Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Type" /> property to an XML file.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlVersion">
      <summary>Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Version" /> property to an XML file.</summary>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags">
      <summary>This class represents the attributes that the <see cref="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.GetFullName(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags)" /> function returns.</summary>
    </member>
    <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags.Default">
      <summary>Include the Name, Version, Culture, and PublicKeyToken attributes.</summary>
    </member>
    <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags.ProcessorArchitecture">
      <summary>Include the Name, Version, Culture, PublicKeyToken, and ProcessorArchitecture attributes.</summary>
    </member>
    <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags.Type">
      <summary>Include the Name, Version, Culture, PublicKeyToken, and Type attributes.</summary>
    </member>
    <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags.All">
      <summary>Include all attributes.</summary>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference">
      <summary>Describes a manifest assembly reference.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference" /> class.</summary>
      <param name="path">The specified source path of the file.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.AssemblyIdentity">
      <summary>Specifies the identity of the assembly reference.</summary>
      <returns>An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> object representing the identity of the assembly reference.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.IsPrerequisite">
      <summary>Specifies whether the assembly reference is a prerequisite or not.</summary>
      <returns>A Boolean value indicating whether the assembly reference is a prerequisite (True) or not (False).</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.ReferenceType">
      <summary>Specifies the type of the assembly reference.</summary>
      <returns>An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType" /> object representing the type of the assembly reference.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.ToString">
      <summary>Returns the full ClickOnce assembly reference.</summary>
      <returns>A string containing the ClickOnce assembly reference.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.XmlAssemblyIdentity">
      <summary>Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.AssemblyIdentity" /> property to an XML file.</summary>
      <returns>The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.AssemblyIdentity" /> property.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.XmlIsNative">
      <summary>Gets or sets a value indicating whether the reference is native.</summary>
      <returns>A value indicating whether the reference is native.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.XmlIsPrerequisite">
      <summary>Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.IsPrerequisite" /> property to an XML file.</summary>
      <returns>The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.IsPrerequisite" /> property.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection">
      <summary>Provides a collection for manifest assembly references.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Add(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference)">
      <summary>Adds the specified assembly reference to the collection.</summary>
      <returns>Returns the added assembly reference instance.</returns>
      <param name="assembly">The assembly reference to add.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Add(System.String)">
      <summary>Adds the specified assembly reference to the collection.</summary>
      <returns>Returns the added assembly reference instance.</returns>
      <param name="path">The path of the assembly to add.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Count">
      <summary>Gets the number of objects contained in the collection.</summary>
      <returns>An integer indicating the number of objects contained in the collection.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Find(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity)">
      <summary>Finds an assembly reference in the collection by the specified assembly identity.</summary>
      <returns>Returns the found assembly reference.</returns>
      <param name="identity">The specified assembly identity.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Find(System.String)">
      <summary>Finds an assembly reference in the collection by simple name.</summary>
      <returns>Returns the found assembly reference.</returns>
      <param name="name">The specified assembly simple name.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.FindTargetPath(System.String)">
      <summary>Finds an assembly reference in the collection by the specified target path.</summary>
      <returns>Returns the found assembly reference.</returns>
      <param name="targetPath">The specified target path.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.GetEnumerator">
      <summary>Returns an enumerator that can iterate through the collection.</summary>
      <returns>Returns an enumerator (<see cref="T:System.Collections.IEnumerator" />).</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Item(System.Int32)">
      <summary>Gets the element at the specified index.</summary>
      <returns>Returns the assembly reference instance.</returns>
      <param name="index">The zero-based index of the entry to get.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Remove(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference)">
      <summary>Removes the specified assembly reference from the collection.</summary>
      <param name="assemblyReference">The specified assembly reference to remove.</param>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection">
      <summary>Represents a collection for manifest file references.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Add(Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference)">
      <summary>Adds the specified file reference to the collection.</summary>
      <returns>Returns the added file reference object.</returns>
      <param name="file">The specified file reference to add.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Add(System.String)">
      <summary>Adds the specified file reference to the collection.</summary>
      <returns>Returns the added file reference object.</returns>
      <param name="path">The path of the specified file reference to add.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Clear">
      <summary>Removes all objects from the collection.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Count">
      <summary>Returns the number of objects contained in the collection.</summary>
      <returns>the number of objects contained in the collection.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.FindTargetPath(System.String)">
      <summary>Finds a file reference in the collection by the specified target path.</summary>
      <returns>Returns the found file reference.</returns>
      <param name="targetPath">The specified target path.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.GetEnumerator">
      <summary>Returns an enumerator that can iterate through the collection.</summary>
      <returns>An <see cref="T:System.Collections.IEnumerator" /> interface representing an enumerator that can iterate through the collection.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Item(System.Int32)">
      <summary>Returns the element at the specified index.</summary>
      <returns>Returns the file reference object.</returns>
      <param name="index">The zero-based index of the entry to get.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Remove(Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference)">
      <summary>Removes the specified file reference from the collection.</summary>
      <param name="file">The specified file reference to remove.</param>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage">
      <summary>This class represents an error, warning, or informational output message for the manifest generator.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.GetArguments">
      <summary>Returns a string array of arguments for the message.</summary>
      <returns>Returns a string array of arguments for the message.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.Name">
      <summary>Returns an identifier for the message.</summary>
      <returns>A string indicating the message name.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.Text">
      <summary>Returns the text of the message.</summary>
      <returns>A string indicating the message text.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.Type">
      <summary>Returns whether the message is an error, warning, or informational message.</summary>
      <returns>An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType" /> object indicating the message type.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType">
      <summary>Specifies the type of output message as either an error, warning, or informational.</summary>
    </member>
    <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType.Info">
      <summary>Indicates an informational message.</summary>
    </member>
    <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType.Warning">
      <summary>Indicates a warning.</summary>
    </member>
    <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType.Error">
      <summary>Indicates an error.</summary>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub">
      <summary>Represents a proxy in a ClickOnce application manifest. .</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub" /> class. </summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.BaseInterface">
      <summary>Gets the IID of the interface from which the interface described by the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.IID" /> property is derived.</summary>
      <returns>The IID of the base interface.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.IID">
      <summary>Gets the IID of the interface for which the proxy is being declared.</summary>
      <returns>The IID of the interface.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.Name">
      <summary>Gets the name of the component.</summary>
      <returns>The name of the component.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.NumMethods">
      <summary>Gets the number of methods in the component.</summary>
      <returns>The number of methods in the component.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.TlbId">
      <summary>Gets the GUID for the type library for the component.</summary>
      <returns>The GUID for the type library.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.XmlBaseInterface">
      <summary>Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.BaseInterface" /> property to an XML file.</summary>
      <returns>The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.BaseInterface" /> property.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.XmlIID">
      <summary>Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.IID" /> property to an XML file.</summary>
      <returns>The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.IID" /> property.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.XmlName">
      <summary>Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.Name" /> property to an XML file.</summary>
      <returns>The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.Name" /> property.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.XmlNumMethods">
      <summary>Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.NumMethods" /> property to an XML file.</summary>
      <returns>The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.NumMethods" /> property.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.XmlTlbId">
      <summary>Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.TlbId" /> property to an XML file.</summary>
      <returns>The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.TlbId" /> property.</returns>
    </member>
    <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo">
      <summary>This class represents the application security trust information.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo" /> class.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Clear">
      <summary>Resets the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo" /> object to its default state of full trust.</summary>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.HasUnmanagedCodePermission">
      <summary>Determines whether the application has permission to call unmanaged code.</summary>
      <returns>A Boolean value indicating whether the application has permission to call unmanaged code.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.IsFullTrust">
      <summary>Determines whether the application is full trust or partial trust.</summary>
      <returns>A Boolean value indicating whether the application is full trust or partial trust.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.PermissionSet">
      <summary>Gets or sets the permission set object for the application trust.</summary>
      <returns>A <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.PermissionSet" /> object for the application trust.</returns>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.PreserveFullTrustPermissionSet">
      <summary>Gets or sets whether to preserve partial trust permission when the full trust flag is set.</summary>
      <returns>A Boolean value indicating whether to preserve partial trust permission when the full trust flag is set.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Read(System.IO.Stream)">
      <summary>Reads the application trust from an XML file.</summary>
      <param name="input">Specifies an input stream.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Read(System.String)">
      <summary>Reads the application trust from an XML file.</summary>
      <param name="path">The name of the input file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.ReadManifest(System.IO.Stream)">
      <summary>Reads the application trust from a ClickOnce application manifest.</summary>
      <param name="input">Specifies an input stream.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.ReadManifest(System.String)">
      <summary>Reads the application trust from a ClickOnce application manifest.</summary>
      <param name="path">The name of the input file.</param>
    </member>
    <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.SameSiteAccess">
      <summary>Gets or sets the level of same site access permitted, specifying whether the application has permission to communicate with the server from which it was deployed.</summary>
      <returns>A string indicating the level of same site access permitted. The values can be site or none.site specifies that the application can call Web services at the same URL from which it was deployed; if deployed from a share, the application has permission to read files from that share.none specifies that the application can neither access Web services from the same URL from which it was deployed, nor access files from the share from which it was deployed."Application" refers to the application for which the manifest is being read (using <see cref="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.ReadManifest(System.IO.Stream)" />).</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.ToString">
      <summary>Returns all the information in the application security trust object as a string.</summary>
      <returns>A string containing the information in the application security trust object.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Write(System.IO.Stream)">
      <summary>Writes the application trust to an XML file.</summary>
      <param name="output">Specifies an output stream.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Write(System.String)">
      <summary>Writes the application trust to an XML file.</summary>
      <param name="path">The name of the output file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.WriteManifest(System.IO.Stream)">
      <summary>Writes the application trust to a new template ClickOnce application manifest.</summary>
      <param name="output">Specifies an output stream to which to write the updated manifest file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.WriteManifest(System.IO.Stream,System.IO.Stream)">
      <summary>Updates an existing ClickOnce application manifest with the specified trust.</summary>
      <param name="input">Specifies an input stream containing the manifest to be updated.</param>
      <param name="output">Specifies an output stream to which to write the updated manifest file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.WriteManifest(System.String)">
      <summary>Writes the application trust to a ClickOnce application manifest.</summary>
      <param name="path">The name of the output file.</param>
    </member>
    <member name="T:Microsoft.Build.Tasks.Hosting.ICscHostObject">
      <summary>Defines an interface that allows the Csc task to communicate with the host integrated development environment (IDE).</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.BeginInitialization">
      <summary>Begins the initialization of the <see cref="T:Microsoft.Build.Tasks.Hosting.ICscHostObject" />.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.Compile">
      <summary>Compiles the project.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.EndInitialization(System.String@,System.Int32@)">
      <summary>Ends the initialization of the <see cref="T:Microsoft.Build.Tasks.Hosting.ICscHostObject" /> with the specified error message and code.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="errorMessage">The error message.</param>
      <param name="errorCode">The error code.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.IsDesignTime">
      <summary>Returns a value indicating whether the integrated development environment (IDE) is currently in design time mode.</summary>
      <returns>true if the IDE is currently in design time mode; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.IsUpToDate">
      <summary>Returns a value indicating whether the compiled project is up-to-date.</summary>
      <returns>true if the compiled project is up-to-date; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetAdditionalLibPaths(System.String[])">
      <summary>Specifies additional directories to search for references.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="additionalLibPaths">An array of directories to search for references.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetAddModules(System.String[])">
      <summary>Specifies one or more modules to be part of the assembly.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="addModules">An array of modules to be part of the assembly.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetAllowUnsafeBlocks(System.Boolean)">
      <summary>Specifies a value indicating whether to allow code that uses the unsafe keyword to compile.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="allowUnsafeBlocks">true to allow code that uses the unsafe keyword to compile; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetBaseAddress(System.String)">
      <summary>Specifies the preferred base address at which to load a DLL.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="baseAddress">The preferred base address at which to load a DLL.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetCheckForOverflowUnderflow(System.Boolean)">
      <summary>Specifies a value indicating whether integer arithmetic that overflows the bounds of the data type causes an exception at run time.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="checkForOverflowUnderflow">true to cause an exception when integer arithmetic overflows the bounds of the data type; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetCodePage(System.Int32)">
      <summary>Specifies the code page to use for all source code files in the compilation.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="codePage">The code page to use for all source code files in the compilation.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetDebugType(System.String)">
      <summary>Specifies the debug type.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="debugType">The debug type, which can be full or pdbonly.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetDefineConstants(System.String)">
      <summary>Specifies the preprocessor symbols to define.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="defineConstants">The preprocessor symbols to define.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetDelaySign(System.Boolean,System.Boolean)">
      <summary>Specifies a value indicating whether to create a fully signed assembly.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="delaySignExplicitlySet">true if the DelaySign parameter is explicitly set; otherwise, false.</param>
      <param name="delaySign">true if you want to create a fully signed assembly; false if you only want to place the public key in the assembly.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetDisabledWarnings(System.String)">
      <summary>Specifies the list of warnings to disable.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="disabledWarnings">The list of warnings to disable. Multiple warnings are separated with a comma.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetDocumentationFile(System.String)">
      <summary>Specifies the XML file in which to save processed documentation comments.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="documentationFile">A string that contains the name of the file in which to save processed documentation comments.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetEmitDebugInformation(System.Boolean)">
      <summary>Specifies a value indicating whether to generate debugging information and place it in a program database (.pdb) file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="emitDebugInformation">true to generate debugging information and place it in a .pdb file; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetErrorReport(System.String)">
      <summary>Specifies a value that indicates how internal compiler errors are reported to Microsoft.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="errorReport">A value specifying how internal compiler errors are reported to Microsoft. This value can be prompt, send, or none.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetFileAlignment(System.Int32)">
      <summary>Specifies the size of sections in the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="fileAlignment">The size of sections in the output file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetGenerateFullPaths(System.Boolean)">
      <summary>Specifies a value indicating whether to specify the absolute path to the file in the compiler output.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="generateFullPaths">true specify the absolute path to the file in the compiler output; false to specify only the name of the file in the compiler output.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetKeyContainer(System.String)">
      <summary>Specifies the name of the cryptographic key container.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="keyContainer">The name of the cryptographic key container.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetKeyFile(System.String)">
      <summary>Specifies the file name containing the cryptographic key.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="keyFile">The name of the file containing the cryptographic key.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetLangVersion(System.String)">
      <summary>Specifies the version of the language to use.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="langVersion">The version of the language to use.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetLinkResources(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Creates links to the specified .NET Framework resources in the output file; the resource files are not placed in the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="linkResources">The .NET Framework resources to link to the output file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetMainEntryPoint(System.String,System.String)">
      <summary>Specifies the location of the Main method.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="targetType">The file format of the output file. This value can be library, exe, module, or winexe.</param>
      <param name="mainEntryPoint">The location of the Main method.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetModuleAssemblyName(System.String)">
      <summary>Specifies an assembly whose non-public types a .netmodule can access.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="moduleAssemblyName">An assembly whose non-public types a .netmodule can access.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetNoConfig(System.Boolean)">
      <summary>Specifies a value indicating whether to prevent the compiler from compiling with the csc.rsp file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="noConfig">true to prevent the compiler from compiling with the csc.rsp file; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetNoStandardLib(System.Boolean)">
      <summary>Specifies a value indicating whether to prevent the import of mscorlib.dll.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="noStandardLib">true to prevent the import of mscorlib.dll; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetOptimize(System.Boolean)">
      <summary>Specifies a value indicating whether to enable optimizations.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="optimize">true to enable optimizations; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetOutputAssembly(System.String)">
      <summary>Specifies the name of the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="outputAssembly">The name of the output file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetPdbFile(System.String)">
      <summary>Specifies the program database (.pdb) file in which to place generated debugging information.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="pdbFile">The .pdb file in which to place generated debugging information.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetPlatform(System.String)">
      <summary>Specifies the processor platform to be targeted by the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="platform">The processor platform to be targeted by the output file. This value can be x86, x64, or anycpu.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetReferences(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Specifies the items from which to import public type information into the current project.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="references">The items from which to import public type information into the current project.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetResources(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Specifies the .NET Framework resources to embed into the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="resources">The .NET Framework resources to embed into the output file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetResponseFiles(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Specifies the response files that contain commands for the compiler.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="responseFiles">The response files that contain commands for the compiler.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetSources(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Specifies one or more Visual C# source files.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="sources">One or more Visual C# source files.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetTargetType(System.String)">
      <summary>Specifies the file format of the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="targetType">The file format of the output file. This value can be library, exe, module, or winexe.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetTreatWarningsAsErrors(System.Boolean)">
      <summary>Specifies a value indicating whether to treat all warnings as errors.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="treatWarningsAsErrors">true to treat all warnings as errors; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetWarningLevel(System.Int32)">
      <summary>Specifies the warning level, from 0-4.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="warningLevel">The warning level, from 0-4.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetWarningsAsErrors(System.String)">
      <summary>Specifies a list of warnings to treat as errors.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="warningsAsErrors">A list of warnings to treat as errors.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetWarningsNotAsErrors(System.String)">
      <summary>Specifies a list of warnings that are not treated as errors.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="warningsNotAsErrors">A list of warnings that are not treated as errors.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetWin32Icon(System.String)">
      <summary>Specifies an .ico file to insert into the assembly.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="win32Icon">The .ico file to insert into the assembly.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetWin32Resource(System.String)">
      <summary>Specifies a Win32 resource (.res) file to insert into the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="win32Resource">A Win32 resource (.res) file to insert into the output file.</param>
    </member>
    <member name="T:Microsoft.Build.Tasks.Hosting.IVbcHostObject">
      <summary>Defines an interface that allows the Vbc task to communicate with the host integrated development environment (IDE).</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.BeginInitialization">
      <summary>Begins the initialization of the <see cref="T:Microsoft.Build.Tasks.Hosting.IVbcHostObject" />.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.Compile">
      <summary>Compiles the project.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.EndInitialization">
      <summary>Ends the initialization of the <see cref="T:Microsoft.Build.Tasks.Hosting.IVbcHostObject" />.</summary>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.IsDesignTime">
      <summary>Returns a value indicating whether the integrated development environment (IDE) is currently in design time mode.</summary>
      <returns>true if the IDE is currently in design time mode; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.IsUpToDate">
      <summary>Returns a value indicating whether the compiled project is up-to-date.</summary>
      <returns>true if the compiled project is up-to-date; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetAdditionalLibPaths(System.String[])">
      <summary>Specifies additional directories to search for references.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="additionalLibPaths">An array of directories to search for references.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetAddModules(System.String[])">
      <summary>Specifies one or more modules to be part of the assembly.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="addModules">An array of modules to be part of the assembly.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetBaseAddress(System.String,System.String)">
      <summary>Specifies the preferred base address at which to load a DLL.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="targetType">The file format of the output file. This value can be library, exe, module, or winexe.</param>
      <param name="baseAddress">The preferred base address at which to load a DLL.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetCodePage(System.Int32)">
      <summary>Specifies the code page to use for all source code files in the compilation.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="codePage">The code page to use for all source code files in the compilation.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetDebugType(System.Boolean,System.String)">
      <summary>Specifies the debug type.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="emitDebugInformation">true to generate debugging information and place it in a program database (.pdb) file; otherwise, false.</param>
      <param name="debugType">The debug type, which can be full or pdbonly.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetDefineConstants(System.String)">
      <summary>Specifies the preprocessor symbols to define.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="defineConstants">The preprocessor symbols to define.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetDelaySign(System.Boolean)">
      <summary>Specifies a value indicating whether to create a fully signed assembly.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="delaySign">true if you want to create a fully signed assembly; false if you only want to place the public key in the assembly.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetDisabledWarnings(System.String)">
      <summary>Specifies the list of warnings to disable.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="disabledWarnings">The list of warnings to disable. Multiple warnings are separated with a comma.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetDocumentationFile(System.String)">
      <summary>Specifies the XML file in which to save processed documentation comments.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="documentationFile">A string that contains the name of the file in which to save processed documentation comments.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetErrorReport(System.String)">
      <summary>Specifies a value that indicates how internal compiler errors are reported to Microsoft.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="errorReport">A value specifying how internal compiler errors are reported to Microsoft. This value can be prompt, send, or none.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetFileAlignment(System.Int32)">
      <summary>Specifies the size of sections in the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="fileAlignment">The size of sections in the output file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetGenerateDocumentation(System.Boolean)">
      <summary>Specifies a value indicating whether to generate documentation and place it in an XML file with the name of the executable file or library that the compiler is creating.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="generateDocumentation">true to generate a documentation file; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetImports(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Specifies the namespaces to import.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="importsList">The namespaces to import.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetKeyContainer(System.String)">
      <summary>Specifies the name of the cryptographic key container.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="keyContainer">The name of the cryptographic key container.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetKeyFile(System.String)">
      <summary>Specifies the file name containing the cryptographic key.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="keyFile">The name of the file containing the cryptographic key.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetLinkResources(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Creates links to the specified .NET Framework resources in the output file; the resource files are not placed in the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="linkResources">The .NET Framework resources to link to the output file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetMainEntryPoint(System.String)">
      <summary>Specifies the class or module that contains the location of the Sub Main procedure.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="mainEntryPoint">The class or module that contains the location of the Sub Main procedure.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetNoConfig(System.Boolean)">
      <summary>Specifies a value indicating whether to prevent the compiler from compiling with the vbc.rsp file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="noConfig">true to prevent the compiler from compiling with the vbc.rsp file; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetNoStandardLib(System.Boolean)">
      <summary>Specifies a value indicating whether to prevent the import of mscorlib.dll.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="noStandardLib">true to prevent the import of mscorlib.dll; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetNoWarnings(System.Boolean)">
      <summary>Specifies a value indicating whether the compiler supresses all warnings.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="noWarnings">true to suppress all warnings; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOptimize(System.Boolean)">
      <summary>Specifies a value indicating whether to enable optimizations.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="optimize">true to enable optimizations; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOptionCompare(System.String)">
      <summary>Specifies a value indicating how the compiler makes string comparisons.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="optionCompare">A value indicating how the compiler makes string comparisons. The value must be either binary or text.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOptionExplicit(System.Boolean)">
      <summary>Specifies a value indicating whether the explicit declaration of variables is required.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="optionExplicit">true to require the explicit declaration of variables; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOptionStrict(System.Boolean)">
      <summary>Specifies a value indicating whether the compiler enforces strict type semantics to restrict implicit type conversions.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="optionStrict">true to enforce strict type semantics to restrict implicit type conversions; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOptionStrictType(System.String)">
      <summary>Specifies that the compiler should warn when strict language semantics are not respected.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="optionStrictType">The string passed to the OptionStrictType parameter.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOutputAssembly(System.String)">
      <summary>Specifies the name of the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="outputAssembly">The name of the output file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetPlatform(System.String)">
      <summary>Specifies the processor platform to be targeted by the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="platform">The processor platform to be targeted by the output file. This value can be x86, x64, Itanium, or anycpu.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetReferences(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Specifies the items from which to import public type information into the current project.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="references">The items from which to import public type information into the current project.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetRemoveIntegerChecks(System.Boolean)">
      <summary>Specifies a value indicating whether to disable integer overflow error checks.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="removeIntegerChecks">true to remove integer overflow error checks; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetResources(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Specifies the .NET Framework resources to embed into the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="resources">The .NET Framework resources to embed into the output file.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetResponseFiles(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Specifies the response files that contain commands for the compiler.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="responseFiles">The response files that contain commands for the compiler.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetRootNamespace(System.String)">
      <summary>Specifies the root namespace for all type declarations.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="rootNamespace">The root namespace for all type declarations.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetSdkPath(System.String)">
      <summary>Specifies the location of mscorlib.dll and microsoft.visualbasic.dll.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="sdkPath">The location of mscorlib.dll and microsoft.visualbasic.dll.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetSources(Microsoft.Build.Framework.ITaskItem[])">
      <summary>Specifies one or more Visual Basic source files.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="sources">One or more Visual Basic source files.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetTargetCompactFramework(System.Boolean)">
      <summary>Specifies a value indicating whether to target the .NET Compact Framework.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="targetCompactFramework">true to target the .NET Compact Framework; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetTargetType(System.String)">
      <summary>Specifies the file format of the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="targetType">The file format of the output file. This value can be library, exe, module, or winexe.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetTreatWarningsAsErrors(System.Boolean)">
      <summary>Specifies a value indicating whether to treat all warnings as errors.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="treatWarningsAsErrors">true to treat all warnings as errors; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetWarningsAsErrors(System.String)">
      <summary>Specifies a list of warnings to treat as errors.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="warningsAsErrors">A list of warnings to treat as errors.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetWarningsNotAsErrors(System.String)">
      <summary>Specifies a list of warnings that are not treated as errors.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="warningsNotAsErrors">A list of warnings that are not treated as errors.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetWin32Icon(System.String)">
      <summary>Specifies an .ico file to insert into the assembly.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="win32Icon">The .ico file to insert into the assembly.</param>
    </member>
    <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetWin32Resource(System.String)">
      <summary>Specifies a Win32 resource (.res) file to insert into the output file.</summary>
      <returns>true if the method was successful; otherwise, false.</returns>
      <param name="win32Resource">A Win32 resource (.res) file to insert into the output file.</param>
    </member>
  </members>
</doc>