Class NullMSBuildGlobalProperties
- Assembly
- NoeticTools.Git2SemVer.Framework.dll
MSBuild properties used when running outside a MSBuild build.
public class NullMSBuildGlobalProperties : IMSBuildGlobalProperties
- Inheritance
-
NullMSBuildGlobalProperties
- Implements
- Inherited Members
Properties
All
Dictionary of all available parameters.
public IReadOnlyDictionary<string, string> All { get; }
Property Value
BuildingInsideVisualStudio
public bool BuildingInsideVisualStudio { get; }
Property Value
Configuration
public string Configuration { get; }
Property Value
LangId
public string LangId { get; }
Property Value
Language
public string Language { get; }
Property Value
Platform
public string Platform { get; }
Property Value
ProjectDir
public string ProjectDir { get; }
Property Value
ProjectPath
public string ProjectPath { get; }
Property Value
SolutionDir
public string SolutionDir { get; }
Property Value
SolutionExt
public string SolutionExt { get; }