You could use the Visual C# .NET Compiler, just look for CSC.EXE. This
compiler is used by VS.NET too when you compile your solution in VS.NET. So
you can manually (without VS.NET) achieve the same.
Alhtough using NAnt will simplify some things.
--
Greetz
Jan Tielens
________________________________
Read my weblog:
http://weblogs.asp.net/jan
"John Dempsey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi.
>
> I do not have VS.NET.
>
> I have app source made up of .cs and .resx files, and a .csproj file.
>
> How do I build this app without VS.NET?
>
> (Of course I have Framework SDK.)
>
> Can I use nmake somehow? Or do I need something like SharpDevelop
> with VS.Net Importer/Exporter. Or NAnt?
>
> Thanks!
>
> John Dempsey