View Single Post
  #2  
Old 02-16-2009, 10:35 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
I believe that you must change the assembly name in the VS project (.csproj file) to alter the name of the compiled executable VS creates when building. One option would be to modify the .csproj file accordingly (for instance, using a Replace in File action). Another option would be to rename the executable after it gets built (for instance, using the Rename Files action).
Reply With Quote