View Single Post
  #1  
Old 02-16-2009, 10:25 AM
ahouriet ahouriet is online now
Registered User
 
Join Date: 09-25-2008
Posts: 5
Make VS.NET Question

I need to build a specific .exe file as a result of a Make VS.NET step. How can I pass the name of the resulting executable to msbuild and have it pass it to csc?

All of my attempts have ended in the exe name as the project name.

I have tried passing the name of the exe on the command line as a property:

/p:out=newexename.exe

but that seems to have no effect on the result.

Thanks,
Andy

(VBP: 6.7a, VS2005)
Reply With Quote