Revision: 18
http://svn.sourceforge.net/nplot/?rev=18&view=rev
Author: jamcquay
Date: 2007-01-10 13:24:52 -0800 (Wed, 10 Jan 2007)
Log Message:
-----------
Removed the MSBee configuration
Modified Paths:
--------------
trunk/demo/csharp/NPlotDemo.csproj
Modified: trunk/demo/csharp/NPlotDemo.csproj
===================================================================
--- trunk/demo/csharp/NPlotDemo.csproj 2006-12-28 09:32:48 UTC (rev 17)
+++ trunk/demo/csharp/NPlotDemo.csproj 2007-01-10 21:24:52 UTC (rev 18)
@@ -41,9 +41,9 @@
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
- <Reference Include="NPlot">
+ <Reference Include="NPlot, Version=0.9.10.1, Culture=neutral, PublicKeyToken=4eda430eb4395eb1, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\bin\net\1.1\debug\NPlot.dll</HintPath>
+ <HintPath>..\..\bin\net\2.0\debug\NPlot.dll</HintPath>
</Reference>
<Reference Include="System">
<Name>System</Name>
@@ -115,6 +115,5 @@
</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'" />
<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.
|