views:

24

answers:

1

In Visual Studio Debug part, we can pass arguments.

I want to know how to pass the solution folder as an argument, but without putting the directory hardcoded. I will use the project in different locations and I don't want to change those arguments all the time.

Thamks in advance!

A: 

In visual studio, open project settings (Alt + F7), then goto configuration properties/debugging. In the command arguments combo box select 'edit', a dialog box will popup. Click on Macros button and select SolutionDir as the argument.

Naveen
that doesn't happear in VS2005, how can I do it here?
aF