Searched full:msbuild (Results 1 – 25 of 70) sorted by relevance
123
19 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=Win32 %solution% >> %log%22 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=Win32 %solution% >> %log%25 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=Win32 %solution% >> %log%28 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=Win32 %solution% >> %log%31 msbuild /m /v:n /p:Configuration=StaticDebug /p:Platform=Win32 %solution% >> %log%34 msbuild /m /v:n /p:Configuration=StaticRelease /p:Platform=Win32 %solution% >> %log%41 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=x64 %solution% >> %log%44 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=x64 %solution% >> %log%47 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=x64 %solution% >> %log%50 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=x64 %solution% >> %log%[all …]
73 Using Visual Studio IDE/MSBuild81 Alternatively, you can use msbuild if you don't like to work in an IDE::83 msbuild LLVM.sln /m /target:"lld executables\lld"85 MSBuild.exe had been shipped as a component of the .NET framework, but since87 (x86)\\msbuild".
75 Also, if building with MSBuild, the MSBuild bundled with Visual Studio is87 You can also build using MSBuild with the following from the root directory:90 msbuild -property:Configuration=<config> vs/bc.sln107 You can also build using MSBuild with the following from the root directory:110 msbuild -property:Configuration=<config> vs/bcl.sln
20 msbuild /version
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">