After task exection, determines whether the assembly should be
signed after PostSharp execution.
Namespace:
PostSharp.MSBuildAssembly: PostSharp.MSBuild (in PostSharp.MSBuild.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<OutputAttribute> _ Public Property SignAfterPostSharp As Boolean |
| C# |
|---|
[OutputAttribute] public bool SignAfterPostSharp { get; set; } |
| Visual C++ |
|---|
[OutputAttribute] public: property bool SignAfterPostSharp { bool get (); void set (bool value); } |