Implemented interface member:
property
OutputPath
Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.OutputPath
1 write to OutputPath
Microsoft.Build.Tasks.Core (1)
GenerateBootstrapper.cs (1)
90
OutputPath
= OutputPath,
4 references to OutputPath
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (4)
144
if (String.IsNullOrEmpty(settings.
OutputPath
))
174
string strOutputExe = System.IO.Path.Combine(settings.
OutputPath
, SETUP_EXE);
371
EnsureFolderExists(settings.
OutputPath
);
1468
string strDestinationFileName = System.IO.Path.Combine(settings.
OutputPath
, packageFileDestination.Value);