In vs 2008, you can use the solution explorer to build your solution for a
particular target framework. so I right click on my solution (in solution
explorer), go to application and select the target framework that I want my
project to run on. I have three options: Net Framework 2.0, Net Framework
Ok my build file now looks like the following
When I do the build and I set the solution to 3.5 framework in the
properties/Application/Target Framework 3.5 then the solution builds without
a problem;
However when I change the
Does the solution task work for VS2008 projects? If it does, you would
still need to use 3.5 as the target framework even if that project
targets 2.0. Right?
BOb
From: Phil Sayers [mailto:p...@cds-am.net]
Sent: Friday, February 27, 2009 4:48 PM
To: nant
The nant.settings.currentframework helps nant work out which version of
MSBuild to use.
You need to tell nant to use the 3.5 edition of MSBuild so it will
successfully recognize your .sln file.
When the .Net 3.5 version of MSBuild reads the .sln file it will see the
.Net 2.0 settings in the
Here is the build file that I am using
Zachary B. Wheeler
Principal
www.sddmtech.com
"We Listen To Our Customers"
Contact: 202.528.8969
Toll Free: 866.830.4147
Fax: 202.478.2886
-
I posted this before however,I am still having problems getting this to work
consistently.
So I created a small c# windows program (add two numbers), I changed the
frame work to 2.0 in the solution explorer, I put in the net 2.0 property at
the top of build file.
I copied jeffery's p framework
Hi,
We used to have a Wiki for NAnt, but it was hijacked by spammers a long time
ago and we abandoned it after that.
If you want to contribute documentation or examples, please send them to the
list.
Gert
From: Scott White [mailto:scott.w.wh...@gmail.com]
Sent: donderdag 26 februar
Hi Ken,
You can use filterchains for this:
http://nant.sourceforge.net/release/latest/help/types/filterchain.html
Hope this helps,
Gert
-Original Message-
From: Parrish, Ken [mailto:kparr...@gomez.com]
Sent: donderdag 26 februari 2009 22:28
To: nant-users@lists.sourceforge.net
Subject: