7 references to _ManifestType
Microsoft.Build.Tasks.Core (7)
GenerateApplicationManifest.cs (7)
34
private
_ManifestType
_manifestType =
_ManifestType
.ClickOnce;
175
manifest.IsClickOnceManifest = _manifestType ==
_ManifestType
.ClickOnce;
346
_manifestType = (
_ManifestType
)Enum.Parse(typeof(
_ManifestType
), ManifestType, true);
358
if (_manifestType ==
_ManifestType
.Native)
378
if (_manifestType ==
_ManifestType
.ClickOnce)