summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorSumit Bhardwaj <bhardwajs@outlook.com>2021-12-25 06:38:13 (GMT)
committerBrad King <brad.king@kitware.com>2022-02-12 17:09:09 (GMT)
commit925da7d428831f8e1db4eb9b632b066af4c9d6e1 (patch)
tree865ae788a43d2c54698350e50db0e5ca844dc42e /Source/cmGlobalVisualStudio10Generator.h
parent11b8366e55e13661854fc9ecb33efbe0863ae0e7 (diff)
downloadCMake-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.h2
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; }