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

Method ProjectVersion

tools/gyp/pylib/gyp/MSVSVersion.py:59–61  ·  view source on GitHub ↗

Get the version number of the vcproj or vcxproj files.

(self)

Source from the content-addressed store, hash-verified

57 return self.solution_version
58
59 def ProjectVersion(self):
60 """Get the version number of the vcproj or vcxproj files."""
61 return self.project_version
62
63 def FlatSolution(self):
64 return self.flat_sln

Callers 3

WriteIfChangedMethod · 0.80
WriteIfChangedMethod · 0.80
_GenerateMSBuildProjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected