Searched refs:dstProjPath (Results 1 – 1 of 1) sorted by relevance
119 dstProjPath = os.path.join("out", "sln", projConfigs[0][1]) variable121 dstFilterPath = dstProjPath + ".filters"124 ensureExists(os.path.dirname(dstProjPath))163 with open(dstProjPath, "w") as newProj: