GenerateBindingRedirects.OutputAppConfigFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Path to an intermediate file where we can write the input app.config plus the generated binding redirects.
public:
property Microsoft::Build::Framework::ITaskItem ^ OutputAppConfigFile { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem OutputAppConfigFile { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.OutputAppConfigFile : Microsoft.Build.Framework.ITaskItem with get, set
Public Property OutputAppConfigFile As ITaskItem
Property Value
- Attributes