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


Reply via email to