Searched refs:versionYear (Results 1 – 3 of 3) sorted by relevance
81 this.log.info(`using VS${info.versionYear} (${info.version}) found at:` +182 ret.msBuild = this.getMSBuild(info, ret.versionYear)183 ret.toolset = this.getToolset(info, ret.versionYear)191 if (info.versionYear) {199 vsInfo.sort((a, b) => b.versionYear - a.versionYear)203 this.addLog(`checking VS${info.versionYear} (${info.version}) found ` +227 if (!this.checkConfigVersion(info.versionYear, info.path)) {253 ret.versionYear = 2017257 ret.versionYear = 2019265 getMSBuild: function getMSBuild (info, versionYear) {[all …]
145 process.env.GYP_MSVS_VERSION = Math.min(vsInfo.versionYear, 2015)
51 versionYear: 2013 property126 versionYear: 2015 property256 versionYear: 2017 property285 versionYear: 2017 property314 versionYear: 2017 property342 versionYear: 2019 property371 versionYear: 2019 property400 versionYear: 2019 property474 t.deepEqual(info.versionYear, 2013)499 t.deepEqual(info.versionYear, 2015)[all …]