| ProjectReferenceItemReferenceOutputAssembly Property |
This is used to get or set whether or not to use the project as a reference or just for MSBuild
dependency determination.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool ReferenceOutputAssembly { get; set; }
Public Property ReferenceOutputAssembly As Boolean
Get
Set
public:
property bool ReferenceOutputAssembly {
bool get ();
void set (bool value);
}
member ReferenceOutputAssembly : bool with get, set
Property Value
Type:
BooleanSee Also