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