[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj, 1.30, 1.31
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-09-20 21:49:12
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12570/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: Minor automatic VSNet changes Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** b5_Presentation.csproj 8 Sep 2006 15:26:54 -0000 1.30 --- b5_Presentation.csproj 20 Sep 2006 21:49:09 -0000 1.31 *************** *** 126,138 **** /> <Reference - Name = "NPlot" - AssemblyName = "NPlot" - HintPath = "..\..\..\NPlot.dll" - /> - <Reference Name = "b4_Business" Project = "{6EE31501-376E-491B-869E-F06D5B7C9C30}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> </References> </Build> --- 126,138 ---- /> <Reference Name = "b4_Business" Project = "{6EE31501-376E-491B-869E-F06D5B7C9C30}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> + <Reference + Name = "NPlot" + AssemblyName = "NPlot" + HintPath = "..\..\NPlot.dll" + /> </References> </Build> *************** *** 161,165 **** <File RelPath = "Charting\Chart.cs" ! SubType = "UserControl" BuildAction = "Compile" /> --- 161,165 ---- <File RelPath = "Charting\Chart.cs" ! SubType = "Code" BuildAction = "Compile" /> |