Table of Contents

Class NullMSBuildGlobalProperties

Namespace
NoeticTools.Git2SemVer.Framework.Generation.Builders.Scripting
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

IReadOnlyDictionary<string, string>

BuildingInsideVisualStudio

public bool BuildingInsideVisualStudio { get; }

Property Value

bool

Configuration

public string Configuration { get; }

Property Value

string

LangId

public string LangId { get; }

Property Value

string

Language

public string Language { get; }

Property Value

string

Platform

public string Platform { get; }

Property Value

string

ProjectDir

public string ProjectDir { get; }

Property Value

string

ProjectPath

public string ProjectPath { get; }

Property Value

string

SolutionDir

public string SolutionDir { get; }

Property Value

string

SolutionExt

public string SolutionExt { get; }

Property Value

string