csproj command line build .NET1.1

  • Thread starter Thread starter AdrianDev
  • Start date Start date
A

AdrianDev

Hi,

Is there a tool available for building .NET 1.1 VS 2003 projects from CSPROJ files?

It appears that MSBuild.exe only works with NET 2.0


thanks,
 
AdrianDev said:
Is there a tool available for building .NET 1.1 VS 2003 projects
from CSPROJ files?

I do not know what you can do with MSBee.

But you can convert to a NAnt .build file with the NAnt SlingShot
tool and then build with NAnt.

Arne
 
Hello AdrianDev,

Nant http://nant.sf.net

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

A> Hi,
A>
A> Is there a tool available for building .NET 1.1 VS 2003 projects from
A> CSPROJ files?
A>
A> It appears that MSBuild.exe only works with NET 2.0
A>
A> thanks,
A>
 
Hello AdrianDev,

Just compile your web project as Class Library

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

A> Arne,
A>
A> I've read that SlingShot is problematic
A> (http://www.devx.com/opinion/Article/20826/1763) and I need to build
A> complex web application.
A>
A> Have you used SlingShot successfully?
A>
A> thanks
A>
A> A>
 
AdrianDev said:
Is there a tool available for building .NET 1.1 VS 2003 projects
from CSPROJ files?

Haven't tried this myself, but how about:

devenv someproject.csproj /build Debug
 

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

Back
Top