Info
Version: | 0.1.1 |
Author(s): | Mobile Essentials |
Last Update: | Monday, March 26, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MobileEssentials/MSBuilder/ |
NuGet Url: | https://www.nuget.org/packages/MSBuilder.AssemblyAttribute |
Install
Install-Package MSBuilder.AssemblyAttribute
dotnet add package MSBuilder.AssemblyAttribute
paket add MSBuilder.AssemblyAttribute
MSBuilder.AssemblyAttribute Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Usage: declare @(AssemblyAttribute) items to include, such as:
<ItemGroup>
<AssemblyAttribute Include="[ATTRIBUTE_FULL_TYPENAME]" _Parameter1="[CTOR_ARG]" _ParameterN="[CTOR_ARG_N]" />
</ItemGroup>
The `ParameterN` attributes must match the attribute constructor arguments.