Home
last modified time | relevance | path

Searched refs:msbuild_exe_path (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.4.1/test/guix_studio_test/test_view/
Dtest_main.py75 msbuild_exe_path = "C:/Windows/Microsoft.NET/Framework64/v4.0.30319/MSBuild.exe"
211 test_utils.studio_compile(msbuild_exe_path, project_sln_path)
Dtest_utils.py155 def studio_compile(msbuild_exe_path, project_sln_path): argument
157 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):
/GUIX-v6.4.1/test/guix_studio_test/test_demo/
Dtest_main.py55 msbuild_exe_path = "C:/Windows/Microsoft.NET/Framework64/v4.0.30319/MSBuild.exe" variable