Author: jocaba
Date: Wed Dec 15 00:48:29 2010
New Revision: 1049369
URL: http://svn.apache.org/viewvc?rev=1049369&view=rev
Log:
Modified WPF projects to point to MSBuildBinPath from MSBuildToolPath
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPandayIT12549/NPandayIT12549.csproj
incubator/npanday/npanday-its/trunk/src/test/resources/WpfApplication8/WpfApplication8.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=1049369&r1=1049368&r2=1049369&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 00:48:29 2010
@@ -94,7 +94,7 @@
<ItemGroup>
<WebReferences Include="Web References\" />
</ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.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">
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/WpfApplication8/WpfApplication8.csproj
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/WpfApplication8/WpfApplication8.csproj?rev=1049369&r1=1049368&r2=1049369&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/WpfApplication8/WpfApplication8.csproj
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/WpfApplication8/WpfApplication8.csproj
Wed Dec 15 00:48:29 2010
@@ -95,7 +95,7 @@
<ItemGroup>
<WebReferences Include="Web References\" />
</ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <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.