-1

Possible Duplicate:
Place all output dlls in common directory from Visual Studio

I have a solution which is having 15 projects. Now i want to compile all these project and save dlls into another location using another console application.

Community
  • 1
  • 1
Nitesh
  • 37
  • 6
  • 1
    There is a lot of questions on this topic, use search. For example http://stackoverflow.com/questions/3297427/place-all-output-dlls-in-common-directory-from-visual-studio – Artem Koshelev Feb 22 '12 at 07:36
  • Try using the [MSBuild Command Line](http://msdn.microsoft.com/en-us/library/ms164311.aspx) in a batch file or using the [System.Diagnostic.Process Class](http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx) – Mark Hall Feb 22 '12 at 07:37

1 Answers1

1

MSBuild or Nant

Myles McDonnell
  • 12,943
  • 17
  • 66
  • 116