Interface IMSBuildGlobalProperties
- Assembly
- NoeticTools.Git2SemVer.Framework.dll
public interface IMSBuildGlobalProperties
Properties
All
Dictionary of all available parameters.
IReadOnlyDictionary<string, string> All { get; }
Property Value
BuildingInsideVisualStudio
bool BuildingInsideVisualStudio { get; }
Property Value
Configuration
string Configuration { get; }
Property Value
LangId
string LangId { get; }
Property Value
Language
string Language { get; }
Property Value
Platform
string Platform { get; }
Property Value
ProjectDir
string ProjectDir { get; }
Property Value
ProjectPath
string ProjectPath { get; }
Property Value
SolutionDir
string SolutionDir { get; }
Property Value
SolutionExt
string SolutionExt { get; }