AssemblyInfo.AssemblyCulture Property

MSBuild Extension Pack

AssemblyInfoAssemblyCulture Property MSBuild Extension Pack Help 4.0.12.0
The culture information for the assembly.

Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks

To change the assembly culture set this to the specific culture text you want. For example, for the English satellite resources this is set to "en".

When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyCulture property.

Examples

<AssemblyCulture>en</AssemblyCulture>
See Also

Reference