Info
| Version: | 0.3.4 |
| Author(s): | Mobile Essentials |
| Last Update: | Thursday, June 8, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/MobileEssentials/MSBuilder/ |
| NuGet Url: | https://www.nuget.org/packages/MSBuilder.ThisAssembly.Project |
Install
Install-Package MSBuilder.ThisAssembly.Project
dotnet add package MSBuilder.ThisAssembly.Project
paket add MSBuilder.ThisAssembly.Project
MSBuilder.ThisAssembly.Project Download (Unzip the "nupkg" after downloading)
Dependencies
- MSBuilder.Introspect(>= 0.1.5)
Tags
These might be useful for conditional behaviors, diagnostics and tracing, and more.
Included properties are: AssemblyName, RootNamespace, ProjectGuid, TargetFrameworkVersion, TargetFrameworkIdentifier, TargetFrameworkMoniker, TargetPlatformVersion, TargetPlatformIdentifier and TargetPlatformMoniker.
Arbitrary project properties can be included by declaring @(ThisAssemblyProjectProperty) items with the property names to generate, such as:
<ThisAssemblyProjectProperty Include="AvailablePlatforms" />.