Searched refs:msbuild_exe_path (Results 1 – 3 of 3) sorted by relevance
75 msbuild_exe_path = "C:/Windows/Microsoft.NET/Framework64/v4.0.30319/MSBuild.exe"211 test_utils.studio_compile(msbuild_exe_path, project_sln_path)
155 def studio_compile(msbuild_exe_path, project_sln_path): argument157 if not os.path.isfile(msbuild_exe_path):158 raise Exception('Msbuild.exe not found. path=' + msbuild_exe_path)161 if not os.path.isfile(msbuild_exe_path):
55 msbuild_exe_path = "C:/Windows/Microsoft.NET/Framework64/v4.0.30319/MSBuild.exe" variable