Implemented interface member:
property
KeyFile
Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults.KeyFile
1 write to KeyFile
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\BuildResults.cs (1)
87KeyFile = filePath;
2 references to KeyFile
Microsoft.Build.Tasks.Core (2)
GenerateLauncher.cs (2)
101OutputEntryPoint = new TaskItem(Path.Combine(Path.GetDirectoryName(EntryPoint.ItemSpec), results.KeyFile)); 102OutputEntryPoint.SetMetadata(ItemMetadataNames.targetPath, results.KeyFile);