diff options
author | Sumit Bhardwaj <bhardwajs@outlook.com> | 2021-12-25 06:38:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-12 17:09:09 (GMT) |
commit | 925da7d428831f8e1db4eb9b632b066af4c9d6e1 (patch) | |
tree | 865ae788a43d2c54698350e50db0e5ca844dc42e /Source/cmGlobalVisualStudio10Generator.h | |
parent | 11b8366e55e13661854fc9ecb33efbe0863ae0e7 (diff) | |
download | CMake-925da7d428831f8e1db4eb9b632b066af4c9d6e1.zip CMake-925da7d428831f8e1db4eb9b632b066af4c9d6e1.tar.gz CMake-925da7d428831f8e1db4eb9b632b066af4c9d6e1.tar.bz2 |
VS: Write ZERO_CHECK.proj for VS19 and above
Use VsProjectType::proj as the file format for ZERO_CHECK and write
ZERO_CHECK.proj as a msbuild dependency for other projects.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h index 4977a84..2203f71 100644 --- a/Source/cmGlobalVisualStudio10Generator.h +++ b/Source/cmGlobalVisualStudio10Generator.h @@ -118,6 +118,8 @@ public: return this->WindowsTargetPlatformVersion; } + bool IsInSolution(const cmGeneratorTarget* gt) const override; + /** Return true if building for WindowsCE */ bool TargetsWindowsCE() const override { return this->SystemIsWindowsCE; } |