Searched refs:dstProjPath (Results 1 – 2 of 2) sorted by relevance
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: