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)
87
KeyFile
= filePath;
2 references to KeyFile
Microsoft.Build.Tasks.Core (2)
GenerateLauncher.cs (2)
101
OutputEntryPoint = new TaskItem(Path.Combine(Path.GetDirectoryName(EntryPoint.ItemSpec), results.
KeyFile
));
102
OutputEntryPoint.SetMetadata(ItemMetadataNames.targetPath, results.
KeyFile
);