Makefile for ASP.NET Website project?

Posted by jdk on Stack Overflow See other posts from Stack Overflow or by jdk
Published on 2010-05-19T19:12:02Z Indexed on 2010/05/19 19:30 UTC
Read the original article Hit count: 231

Filed under:
|
|

Correct me if I'm wrong - I understand a C#/.NET application's .csproj project file is effectively its makefile or build file.

A Website project does not have a .csproj file (not to be mixed up with Web Application which does). In the case of a Website project, can I create a makefile equivalent, or does it use a build process/instructions stored elsewhere in the system or app?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET