AssemblyInfoAssemblyConfiguration Property | MSBuild Extension Pack Help 4.0.12.0 |
The configuration of the assembly.
Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks
To change the assembly configuration text set this to the specific configuration text you want.
When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyConfiguration property.
Examples
<AssemblyConfiguration>Debug</AssemblyConfiguration>
See Also