summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2016-09-23 10:15:40 (GMT)
committerBrad King <brad.king@kitware.com>2016-10-19 15:14:16 (GMT)
commit4f78b9ff2df89d5b4104f92251feb0a7f0976d7f (patch)
tree9f17e2ab318d8eb876674f746ba0b470fadd13ee /Source/cmGlobalVisualStudioGenerator.h
parent0de6a404aafb497074980eba5144d243b6868d68 (diff)
downloadCMake-4f78b9ff2df89d5b4104f92251feb0a7f0976d7f.zip
CMake-4f78b9ff2df89d5b4104f92251feb0a7f0976d7f.tar.gz
CMake-4f78b9ff2df89d5b4104f92251feb0a7f0976d7f.tar.bz2
VS: Add CSharp project uuid and file extension
This is in preparation for adding CSharp language support to the VS generator.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h
index a774d96..c8fc984 100644
--- a/Source/cmGlobalVisualStudioGenerator.h
+++ b/Source/cmGlobalVisualStudioGenerator.h
@@ -69,6 +69,9 @@ public:
// return true if target is fortran only
bool TargetIsFortranOnly(const cmGeneratorTarget* gt);
+ // return true if target is C# only
+ static bool TargetIsCSharpOnly(cmGeneratorTarget const* gt);
+
/** Get the top-level registry key for this VS version. */
std::string GetRegistryBase();