summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorSteven Boswell <ulatekh@yahoo.com>2021-09-03 14:06:27 -0700
committerBrad King <brad.king@kitware.com>2021-09-09 14:22:26 -0400
commitb284a21fee0907effe08a4314ffa725aa0c7c86e (patch)
treef46dd314bd644b685b45309a48b383ccaacddb27 /Source/cmLocalVisualStudioGenerator.h
parented9abd99772cbdcb2e4dd195eb4a62104ce86c95 (diff)
downloadcmake-b284a21fee0907effe08a4314ffa725aa0c7c86e.tar.gz
VS: Add missing label in C# project-build events
Fixes: #21440
Diffstat (limited to 'Source/cmLocalVisualStudioGenerator.h')
-rw-r--r--Source/cmLocalVisualStudioGenerator.h6
1 files changed, 6 insertions, 0 deletions
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