Welcome to mirror list, hosted at ThFree Co, Russian Federation.

winbuild.bat « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 805ac029075e8df7ce9827dd50ea5bd3eb007ba4 (plain)
1
2
3
4
5
6
7
set filename=%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe

if not exist "%filename%" (
	set filename=%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
)

"%filename%" Main.sln /m /p:Configuration=DebugWin32 /p:Platform="Any CPU"