Using csc on a solution with multiple projects

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
 
S

Sergei Gnezdov

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top