From: <an...@us...> - 2006-11-13 21:47:48
|
Revision: 12 http://svn.sourceforge.net/nplot/?rev=12&view=rev Author: anmar Date: 2006-11-13 13:47:48 -0800 (Mon, 13 Nov 2006) Log Message: ----------- Update MonoDevelop project files to make latest release happy. Modified Paths: -------------- trunk/NPlot.mdp trunk/NPlot.mds Modified: trunk/NPlot.mdp =================================================================== --- trunk/NPlot.mdp 2006-11-13 21:38:03 UTC (rev 11) +++ trunk/NPlot.mdp 2006-11-13 21:47:48 UTC (rev 12) @@ -13,9 +13,7 @@ <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" definesymbols="RELEASE;MONO;MONO_1_0;API_1_1" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> </Configuration> </Configurations> - <DeploymentInformation strategy="File"> - <excludeFiles /> - </DeploymentInformation> + <DeployTargets /> <Contents> <File name="./src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" /> <File name="./src/AdapterUtils.cs" subtype="Code" buildaction="Compile" /> @@ -86,4 +84,7 @@ <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <ProjectReference type="Gac" localcopy="True" refto="System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> </References> + <DeploymentInformation strategy="File"> + <excludeFiles /> + </DeploymentInformation> </Project> \ No newline at end of file Modified: trunk/NPlot.mds =================================================================== --- trunk/NPlot.mds 2006-11-13 21:38:03 UTC (rev 11) +++ trunk/NPlot.mds 2006-11-13 21:47:48 UTC (rev 12) @@ -7,6 +7,7 @@ <Entry build="True" name="NPlot" configuration="Debug" /> </Configuration> </Configurations> + <DeployTargets /> <StartMode startupentry="NPlot" single="True"> <Execute type="None" entry="NPlot" /> </StartMode> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |