Hi All,
We're moving from a Delphi environment into VS2010 building .net apps using c#
I'm having trouble getting the 'Build VS.Net Solution' action to do what I need, I can't find any tutorials so I need to ask.
The solution consists of a solution file along with another 19 projects which all need to be built and together.
When I debug the app in the vs2010 ide I get all the correct files I'm expecting, dll's, exe's, pdb's etc. The directory structure is how I would expect it also with directories set in the solution explorer showing in my output.
When I run the 'Build VS.Net Solution' action with the solution file selected and all enabled projects selected my output directory just consists of dll's and pdb's and the directory structure has disappeared.
Could someone tell me what I'm doing wrong please?