Searched refs:dstProjPath (Results 1 – 2 of 2) sorted by relevance
125 dstProjPath = os.path.join("out", "sln", projConfigs[0][1]) variable127 dstFilterPath = dstProjPath + ".filters"130 ensureExists(os.path.dirname(dstProjPath))169 with open(dstProjPath, "w") as newProj:
123 dstProjPath = os.path.join("out", "sln", projConfigs[0][1]) variable125 dstFilterPath = dstProjPath + ".filters"128 ensureExists(os.path.dirname(dstProjPath))167 with open(dstProjPath, "w") as newProj: