#1
|
|||
|
|||
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) |
|
|