7 references to _ManifestType
Microsoft.Build.Tasks.Core (7)
GenerateApplicationManifest.cs (7)
33
private
_ManifestType
_manifestType =
_ManifestType
.ClickOnce;
170
manifest.IsClickOnceManifest = _manifestType ==
_ManifestType
.ClickOnce;
340
_manifestType = (
_ManifestType
)Enum.Parse(typeof(
_ManifestType
), ManifestType, true);
352
if (_manifestType ==
_ManifestType
.Native)
372
if (_manifestType ==
_ManifestType
.ClickOnce)