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