Found the problem. The API I am using in NAnt's MSBuild is obsoleted by
Microsoft. It still works well for csprojs, but since vcxproj is new concept
for VS2010 they read those only with new APIs.
It will need quite a big change to our code. I'm in half of it, you can
track mine progress on github :) Basic code should be avaiable tommorow.

Since I myself do not use vcxproj's (yet), I'd like to ask our userbase, if
someone does and is able to do some tests. I guess most users just <exec>
msbuild.exe and do not worry about settings much. Transition to <solution>
is pretty easy and allows finer control over the build process.


Hopefully they will not change API again in 4.5...

Martin



-----Original Message-----
From: Martin Aliger [mailto:martin_ali...@gordic.cz] 
Sent: Monday, December 05, 2011 12:53 PM
To: nant-developers@lists.sourceforge.net
Subject: [nant-dev] vcxproj in 0.91

Hi, 
did anyone tried to compile vcxproj projects?

I just came to do quick tests for 0.91 on our environment and vcxproj
failed. I'm using solution task.

Martin




----------------------------------------------------------------------------
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to