The configuration used while testing for the fixes in this IT was the older 2.0 .NET which is the cause for the nee d of the change, but it still works on the 4.0 .NET framework as well.
-- Joe Ocaba ----- Original Message ----- From: "Brett Porter" <[email protected]> To: [email protected] Sent: Friday, January 7, 2011 2:56:33 PM Subject: Re: svn commit: r1049400 - /incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj This test used to work - is there a backwards compat. issue here? (also r1049369) On 15/12/2010, at 2:08 PM, [email protected] wrote: > Author: jocaba > Date: Wed Dec 15 03:08:29 2010 > New Revision: 1049400 > > URL: http://svn.apache.org/viewvc?rev=1049400&view=rev > Log: > Added <Import Project=“$(MSBuildBinPath)\Microsoft.WinFX.targets” /> so that > WPF projects won't be treated as normal .NET 2.0 projects > > Modified: > incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj > > > Modified: > incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj > > URL: > http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj?rev=1049400&r1=1049399&r2=1049400&view=diff > > ============================================================================== > > --- > incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj > (original) > +++ > incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj > Wed Dec 15 03:08:29 2010 > @@ -95,6 +95,7 @@ > <WebReferences Include="Web References\" /> > </ItemGroup> > <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> > + <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" /> > <!-- To modify your build process, add your task inside one of the targets > below and uncomment it. > Other similar extension points exist, see Microsoft.Common.targets. > <Target Name="BeforeBuild"> > > -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter
