Groups | Blog | Home
all groups > dotnet general > december 2003 >

dotnet general : Building without VS



goog.goog.jrd NO[at]SPAM neverbox.com
12/18/2003 11:43:53 PM
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!

Jan Tielens
12/19/2003 8:53:54 AM
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


[quoted text, click to view]

solex
12/19/2003 11:28:43 AM
Jan,

I tried to write some batch files to build a number of assemblies in a
particular but could not figure out how to get the compiler to read the
"proj" files. Also I noticed that the samples folders do not include any
proj files.

Any Suggestions?
Dan

[quoted text, click to view]

Jan Tielens
12/19/2003 6:29:09 PM
You can't use the project or solutions files. You must specify all compiler
options manually.

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"solex" <solex@nowhere.com> schreef in bericht
news:e1Ypr0kxDHA.3116@TK2MSFTNGP11.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button