summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio11Generator.h
diff options
context:
space:
mode:
authorGilles Khouzam <gillesk@microsoft.com>2014-07-29 15:43:19 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-31 18:09:01 (GMT)
commit72395ab23eee5ed7ff5a8800632869d6ef66f805 (patch)
treed801204034d452e23b7dc3e4f9f382f3c4a4a266 /Source/cmGlobalVisualStudio11Generator.h
parent2074f5813889680d32c784c3dbdb1bf41be1405f (diff)
downloadCMake-72395ab23eee5ed7ff5a8800632869d6ef66f805.zip
CMake-72395ab23eee5ed7ff5a8800632869d6ef66f805.tar.gz
CMake-72395ab23eee5ed7ff5a8800632869d6ef66f805.tar.bz2
VS: Add .sln "Deploy" mark for WindowsPhone and WindowsStore binaries
Diffstat (limited to 'Source/cmGlobalVisualStudio11Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio11Generator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio11Generator.h b/Source/cmGlobalVisualStudio11Generator.h
index 0b497db..bbd935c 100644
--- a/Source/cmGlobalVisualStudio11Generator.h
+++ b/Source/cmGlobalVisualStudio11Generator.h
@@ -41,6 +41,9 @@ protected:
virtual const char* GetIDEVersion() { return "11.0"; }
bool UseFolderProperty();
static std::set<std::string> GetInstalledWindowsCESDKs();
+
+ /** Return true if the configuration needs to be deployed */
+ virtual bool NeedsDeploy(cmTarget::TargetType type) const;
private:
class Factory;
friend class Factory;