3 references to EntryPoint
Microsoft.Build.Tasks.Core (3)
GenerateLauncher.cs (3)
64
if (
EntryPoint
== null)
73
string entryPointFileName = Path.GetFileName(
EntryPoint
.ItemSpec);
106
string outputEntryPoint = Path.Combine(Path.GetDirectoryName(
EntryPoint
.ItemSpec), results.KeyFile);