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