Base:
property
EntryPoint
Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.EntryPoint
3 references to EntryPoint
Microsoft.Build.Tasks.Core (3)
GenerateApplicationManifest.cs (1)
173if (manifest.EntryPoint == null && Util.CompareFrameworkVersions(TargetFrameworkVersion, Constants.TargetFrameworkVersion35) < 0)
ManifestUtil\ApplicationManifest.cs (2)
617if (EntryPoint == null) 648if (isPartialTrust && (assembly != EntryPoint) && !String.IsNullOrEmpty(assembly.ResolvedPath))