I have messed up things a long time ago and want to fix it.
Here is the problem
I have got a project which Output Folder is set to $(SolutionDir)$(ConfigurationName).exe
The SolutionDir is no doubt to be the current directory. But my silliness just drove me myself crazy now because the project can't be compiled because it can't find the .rsp file. I tried to clean it then recompile it to no avail.
Where can I set the /Out: parameter except for hardcoding it. Because I might have to move it elsewhere later on.
Thanks
Jack