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