MarkupCompilePass1.RequirePass2ForMainAssembly 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.
Gets or sets a value that indicates whether the project contains non-localizable XAML files that reference local types that are embedded into the main assembly.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property bool RequirePass2ForMainAssembly { bool get(); void set(bool value); };
[Microsoft.Build.Framework.Output]
public bool RequirePass2ForMainAssembly { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.RequirePass2ForMainAssembly : bool with get, set
Public Property RequirePass2ForMainAssembly As Boolean
Property Value
true
if project contains non-localizable XAML files that reference local types that are embedded into the main assembly.; otherwise, false
.
- Attributes