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