Jump to content

Build Arguments

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
Is there a way to add build arguments to Visual C# 2005 so that when I execute using F5 it runs as though I typed command.exe /arg1 ?

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
1) Right click on the project name, select Properties (not solution, will be in bold).
2) Click on the Debug Tab
3) Enter your arguments in the "Command Line Arguments:" text box about half-way down the list.