aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/msvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_project/msvc.h')
-rw-r--r--devtools/create_project/msvc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/devtools/create_project/msvc.h b/devtools/create_project/msvc.h
index 3a3eb98034..e75e131bd1 100644
--- a/devtools/create_project/msvc.h
+++ b/devtools/create_project/msvc.h
@@ -83,6 +83,11 @@ protected:
virtual int getVisualStudioVersion() = 0;
/**
+ * Get the Solution version (used in the sln file header)
+ */
+ virtual int getSolutionVersion();
+
+ /**
* Get the command line for the revision tool (shared between all Visual Studio based providers)
*/
std::string getPreBuildEvent() const;