Command Line Arguments Made Easy (CLIArgsMadeEasy) is a Visual Studio Add-in that eases the access and change of the startup project's command line arguments.
Command Line Arguments Made Easy (CLIArgsMadeEasy) is a Visual Studio Add-in that eases the access and change of the startup project's command line arguments. Instead of having to go to project properties or instead of using the command window to run your program with different arguments, CLIArgsMadeEasy adds a field in the toolbar for you to edit and saves everything you enter. A button is also added that opens a console window in the project's working directory or home directory (if there's no working directory set for this project).
Features:
More stable and faster than it's predecessor CLIArgsMadeEasy.
Rapidly change startup project's command line arguments in toolbar.
Saves command arguments history per user per machine.
Open console window in working directory or project's directory (if there's no working directory set).
Easily change between startup projects.
Changelog:
v1.3 - fixed bug that prevented from changing the CLIArgs input box.
v1.2 - Added new feature to change startup projects easily using a combo box.
v1.1 - Fixed bug that prevented parsing of complex structured projects (e.g. when using folders).
Note: to resize the add-in input boxes you can click on the toolbar options button on the right and choose: “Add or Remove Buttons”->“Customize”. Then select the input box you want to change and choose “Modify Selection” and set the width as you like.
Known limitations:
Doesn't work with XBox 360 projects.
I'd really appreciate if someone could give me a hand to solve this problem since I don't have access to the XBox 360 SDK.