Build Sandcastle Documentation When Building Visual Studio Project
问题 I am using the Sandcastle Help File Builder to output my C# XML-DOC file to the Website format. How can I accomplish the samething from the command line so that I can add this as a build event in Visual Studio when building the actual project? The end goal is to have the website Help File content built when I build the Visual Studio project. 回答1: As Scott Wylie indicated, you need to specify this in the post build event command line in Visual Studio's project properties. However, I would