VS: Add missing label in C# project-build events

Fixes: #21440
This commit is contained in:
Steven Boswell
2021-09-03 14:06:27 -07:00
committed by Brad King
parent ed9abd9977
commit b284a21fee
4 changed files with 26 additions and 5 deletions

View File

@@ -31,7 +31,13 @@ public:
virtual ~cmLocalVisualStudioGenerator();
/** Construct a script from the given list of command lines. */
enum IsManaged
{
unmanaged,
managed
};
std::string ConstructScript(cmCustomCommandGenerator const& ccg,
IsManaged isManaged,
const std::string& newline = "\n");
/** Label to which to jump in a batch file after a failed step in a