Get the version number of the sln files.
(self)
| 53 | return self.description |
| 54 | |
| 55 | def SolutionVersion(self): |
| 56 | """Get the version number of the sln files.""" |
| 57 | return self.solution_version |
| 58 | |
| 59 | def ProjectVersion(self): |
| 60 | """Get the version number of the vcproj or vcxproj files.""" |