2 references to SETUP_BIN
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (2)
363
string setupSourceFile = System.IO.Path.Combine(bootstrapperPath,
SETUP_BIN
);
367
_results.AddMessage(BuildMessage.CreateMessage(BuildMessageSeverity.Error, "GenerateBootstrapper.MissingSetupBin",
SETUP_BIN
, bootstrapperPath));