Table of Contents

Class CsprojConsts

Namespace
SunamoCsproj
Assembly
SunamoCsproj.dll
public class CsprojConsts
Inheritance
CsprojConsts
Derived
Inherited Members
Extension Methods

Fields

ASYNC

public const string ASYNC = "ASYNC"

Field Value

string

Condition

public const string Condition = "Condition"

Field Value

string

Debug

public const string Debug = "'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"

Field Value

string

DefineConstants

public const string DefineConstants = "DefineConstants"

Field Value

string

DefineConstantsInner

public const string DefineConstantsInner = "$(DefineConstants)"

Field Value

string

Include

public const string Include = "Include"

Field Value

string
public const string Link = "Link"

Field Value

string

PropertyGroup

public const string PropertyGroup = "PropertyGroup"

Field Value

string

Release

public const string Release = "'$(Configuration)|$(Platform)'=='Release|AnyCPU'"

Field Value

string

Version

public const string Version = "Version"

Field Value

string