From: <an...@us...> - 2006-12-27 08:24:36
|
Revision: 15 http://svn.sourceforge.net/nplot/?rev=15&view=rev Author: anmar Date: 2006-12-27 00:24:37 -0800 (Wed, 27 Dec 2006) Log Message: ----------- VS project file now works under VS2005 without having MSBee installed (though it won't be able to target .NET 1.1 then) Modified Paths: -------------- trunk/NPlot.csproj Modified: trunk/NPlot.csproj =================================================================== --- trunk/NPlot.csproj 2006-11-14 19:11:34 UTC (rev 14) +++ trunk/NPlot.csproj 2006-12-27 08:24:37 UTC (rev 15) @@ -239,6 +239,6 @@ <Content Include="license.txt" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" Condition="'$(SharpDevelopBinPath)'==''" /> - <Import Project="$(MSBuildExtensionsPath)\MSBee\MSBuildExtras.FX1_1.CSharp.targets" Condition="'$(SharpDevelopBinPath)'=='' AND '$(TargetFrameworkVersion)'=='v1.1'" /> + <Import Project="$(MSBuildExtensionsPath)\MSBee\MSBuildExtras.FX1_1.CSharp.targets" Condition="'$(SharpDevelopBinPath)'=='' AND '$(TargetFrameworkVersion)'=='v1.1' and Exists('$(MSBuildExtensionsPath)\MSBee\MSBuildExtras.FX1_1.CSharp.targets')" /> <Import Project="$(SharpDevelopBinPath)\SharpDevelop.Build.CSharp.targets" Condition="'$(SharpDevelopBinPath)'!=''" /> </Project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |