3 references to EntryPoint
Microsoft.Build.Tasks.Core (3)
GenerateLauncher.cs (3)
61
if (
EntryPoint
== null)
68
string entryPointFileName = Path.GetFileName(
EntryPoint
.ItemSpec);
102
OutputEntryPoint = new TaskItem(Path.Combine(Path.GetDirectoryName(
EntryPoint
.ItemSpec), results.KeyFile));