MCPcopy Create free account
hub / github.com/nodejs/node / SolutionVersion

Method SolutionVersion

tools/gyp/pylib/gyp/MSVSVersion.py:55–57  ·  view source on GitHub ↗

Get the version number of the sln files.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers 1

WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected