diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2016-09-23 10:15:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-19 15:14:16 (GMT) |
commit | 4f78b9ff2df89d5b4104f92251feb0a7f0976d7f (patch) | |
tree | 9f17e2ab318d8eb876674f746ba0b470fadd13ee /Source/cmGlobalVisualStudioGenerator.h | |
parent | 0de6a404aafb497074980eba5144d243b6868d68 (diff) | |
download | CMake-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.h | 3 |
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(); |