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