From b284a21fee0907effe08a4314ffa725aa0c7c86e Mon Sep 17 00:00:00 2001 From: Steven Boswell Date: Fri, 3 Sep 2021 14:06:27 -0700 Subject: VS: Add missing label in C# project-build events Fixes: #21440 --- Source/cmLocalVisualStudioGenerator.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Source/cmLocalVisualStudioGenerator.h') diff --git a/Source/cmLocalVisualStudioGenerator.h b/Source/cmLocalVisualStudioGenerator.h index 91fb6b0619..0e7f63ff59 100644 --- a/Source/cmLocalVisualStudioGenerator.h +++ b/Source/cmLocalVisualStudioGenerator.h @@ -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 -- cgit v1.2.1