VS: Add internal API for detecting "managed" projects

This is in preparation for adding CSharp language support to the VS
generator.
This commit is contained in:
Michael Stürmer
2016-09-23 12:15:40 +02:00
committed by Brad King
parent 4f78b9ff2d
commit f27492a4db
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ public:
bool IsDebug() const;
bool IsWinRt() const;
bool IsManaged() const;
// Write options to output.
void OutputPreprocessorDefinitions(std::ostream& fout, const char* prefix,
const char* suffix,