How do I set the command line arguments for an application I am developing using Visual Studio , it is a console application. I've done this on eclipse, is there a similar option on Visual Studio?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
I would like just to add that menu shown on the picture could be accessed via Visual Studio 2010 Project Menu, then all the way down to the your project name properties.
Something must be wrong with your Visual Studio if you don't see
Command Line Arguments
.If you can't fix your Visual Studio, there is an option to add
StartArguments
element to your.csproj.user
file: