MsBuild, .NET 2.0 and C++ not building correctly

  • Thread starter Thread starter DaTurk
  • Start date Start date
D

DaTurk

Hi,

I've just converted all of my managed and unmanaged c++ to .NET 2.0.
Now I'm trying to add these solutions to the MsBuild script and for
some reason it seems as though the post build events are happening. I
had these solutions formaly being built under nant, and they built
fine, although that was .NET 1.1. But nant doesn't support .NET 2.0
in their current release. They do in their nightly build, beta
release but the post build events don't function corectly there
either; although they've acknowledged the bug. Does MsBuild not fully
support building unmanaged/managed vs2005 c++ solutions?

Thank you in advance for any assistance.
 
FOLLOW UP!

Sorry, I figured out my own problem, It appears as though the clean
my script uses, does not clean the DeBug/Release bin folders under the
c++ projects. SO when the script builds it is skipping over these
solutions as it feels that they've already been built. But the clean
does not miss the dll/lib files that are copied to the parent folder
post the first build.
 
Back
Top