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