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