From: <jam...@us...> - 2007-01-11 14:30:11
|
Revision: 22 http://svn.sourceforge.net/nplot/?rev=22&view=rev Author: jamcquay Date: 2007-01-11 06:30:12 -0800 (Thu, 11 Jan 2007) Log Message: ----------- Added the MSBee statement back into the csproj file. If MSBee is not installed the project now opens properly Modified Paths: -------------- trunk/demo/csharp/NPlotDemo.csproj Modified: trunk/demo/csharp/NPlotDemo.csproj =================================================================== --- trunk/demo/csharp/NPlotDemo.csproj 2007-01-10 21:31:14 UTC (rev 21) +++ trunk/demo/csharp/NPlotDemo.csproj 2007-01-11 14:30:12 UTC (rev 22) @@ -115,5 +115,6 @@ </EmbeddedResource> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" Condition="'$(SharpDevelopBinPath)'==''" /> + <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. |