Table of Contents

Interface IMSBuildGlobalProperties

Namespace
NoeticTools.Git2SemVer.Framework.Generation.Builders.Scripting
Assembly
NoeticTools.Git2SemVer.Framework.dll
public interface IMSBuildGlobalProperties

Properties

All

Dictionary of all available parameters.

IReadOnlyDictionary<string, string> All { get; }

Property Value

IReadOnlyDictionary<string, string>

BuildingInsideVisualStudio

bool BuildingInsideVisualStudio { get; }

Property Value

bool

Configuration

string Configuration { get; }

Property Value

string

LangId

string LangId { get; }

Property Value

string

Language

string Language { get; }

Property Value

string

Platform

string Platform { get; }

Property Value

string

ProjectDir

string ProjectDir { get; }

Property Value

string

ProjectPath

string ProjectPath { get; }

Property Value

string

SolutionDir

string SolutionDir { get; }

Property Value

string

SolutionExt

string SolutionExt { get; }

Property Value

string