Home
last modified time | relevance | path

Searched full:msbuild (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat19 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 …]
/freebsd/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst73 Using Visual Studio IDE/MSBuild
81 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 since
87 (x86)\\msbuild".
/freebsd/contrib/bc/
H A DREADME.md75 Also, if building with MSBuild, the MSBuild bundled with Visual Studio is
87 You can also build using MSBuild with the following from the root directory:
90 msbuild -property:Configuration=<config> vs/bc.sln
107 You can also build using MSBuild with the following from the root directory:
110 msbuild -property:Configuration=<config> vs/bcl.sln
/freebsd/sys/contrib/libsodium/
H A Dappveyor.yml20 msbuild /version
/freebsd/sys/contrib/libsodium/builds/msvc/properties/
H A DLTCG.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DDLL.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DLIB.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DReleaseDLL.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DReleaseLIB.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DReleaseLTCG.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DEXE.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DDebugDLL.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DDebugLEXE.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DDebugLTCG.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DReleaseDEXE.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DReleaseLEXE.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DLink.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DReleaseSEXE.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DDebugDEXE.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DDebugLIB.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DDebugSEXE.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DCommon.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DMessages.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DWin32.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
H A DDebug.props2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

123