Using csc on a solution with multiple projects

  • Thread starter Thread starter Robert Linder
  • Start date Start date
R

Robert Linder

Hi,

I am writing a solution using Visual Studio .net 2003 for CSharp.
The machine has Framework 1.1.

I need to compile the solution. The code directory tree contians
four branches with multiple *.cs files.

Robert
 
Hi,

I am writing a solution using Visual Studio .net 2003 for CSharp.
The machine has Framework 1.1.

I need to compile the solution. The code directory tree contians
four branches with multiple *.cs files.

Robert

You've got Visual Studio projects and visual studio itslef.
Use Visual Studio environment...

If you want to do it from command line, look for devenv.exe.
 
Back
Top