RE: [nant-dev] Build against .NET FX 2.0 Release C# Projects

2006-02-02 Thread Martin Aliger
Hi, To build them, you have several options. There's a few patches floating around that will create new tasks for MSBuild projects Give a try to mine proposal. It could be found here: http://maliger.webpark.cz/binaries.zip (there are sources as well, if you're interested) You need

[nant-dev] Build against .NET FX 2.0 Release C# Projects

2006-02-01 Thread Rick Garibay
Error.txt I am trying to build a .NET 2.0 project. I know that VS 2005 solutions aren't supported yet, but are projects supported? This is what I am running at the command line: nant -t:net-2.0 build where build is the name of my target. Also, I changed all references in the framework element

RE: [nant-dev] Build against .NET FX 2.0 Release C# Projects

2006-02-01 Thread Gert Driesen
-dev] Build against .NET FX 2.0 Release C# Projects Error.txt I am trying to build a .NET 2.0 project. I know that VS 2005 solutions aren't supported yet, but are projects supported? This is what I am running at the command line: nant -t:net-2.0 build where build is the name of my target

Re: [nant-dev] Build against .NET FX 2.0 Release C# Projects

2006-02-01 Thread Mike Edenfield
Rick Garibay wrote: I am trying to build a .NET 2.0 project. I know that VS 2005 solutions aren't supported yet, but are projects supported? Not natively. VS2005 project files are MSBuild scripts, which are significantly different from old-style project files. For one, they don't tell you