You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by jo...@apache.org on 2010/12/15 03:08:29 UTC

svn commit: r1049400 - /incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj

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">



Re: svn commit: r1049400 - /incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj

Posted by Brett Porter <br...@apache.org>.
On 10/01/2011, at 1:37 PM, Josimpson Ocaba wrote:

> 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. 

This sounds back to front. We still support the 2.0 framework, right? Does the test not work on 4.0 with the original configuration?
> 
> ----- Original Message ----- 
> From: "Brett Porter" <br...@apache.org> 
> To: npanday-dev@incubator.apache.org 
> 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) 
> 

--
Brett Porter
brett@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter





Re: svn commit: r1049400 - /incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj

Posted by Josimpson Ocaba <jo...@maestrodev.com>.
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" <br...@apache.org> 
To: npanday-dev@incubator.apache.org 
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, jocaba@apache.org 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 
brett@apache.org 
http://brettporter.wordpress.com/ 
http://au.linkedin.com/in/brettporter 





Re: svn commit: r1049400 - /incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj

Posted by Brett Porter <br...@apache.org>.
This test used to work - is there a backwards compat. issue here?

(also r1049369)

On 15/12/2010, at 2:08 PM, jocaba@apache.org 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
brett@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter