7 references to _ManifestType
Microsoft.Build.Tasks.Core (7)
GenerateApplicationManifest.cs (7)
32
private
_ManifestType
_manifestType =
_ManifestType
.ClickOnce;
169
manifest.IsClickOnceManifest = _manifestType ==
_ManifestType
.ClickOnce;
339
_manifestType = (
_ManifestType
)Enum.Parse(typeof(
_ManifestType
), ManifestType, true);
351
if (_manifestType ==
_ManifestType
.Native)
371
if (_manifestType ==
_ManifestType
.ClickOnce)