1
vote
2answers
177 views
How to specify MSbuild output folder?
Hi,
When I execute delphi 2009 project using MSBuild command line, output always goes to C: drive
C:\MyProjects>MSbuild "C:\MyTestProject\Test.dproj" /t:Build /p:OutDir=" …
