[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.9,1.10
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-23 22:37:00
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4406/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: QuantProject.Data.DataProvider has been replaced by QuantProject.Data.DataProviders.HistoricalDataProvider Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** b5_Presentation.csproj 14 Aug 2004 21:13:07 -0000 1.9 --- b5_Presentation.csproj 23 Aug 2004 22:36:47 -0000 1.10 *************** *** 113,121 **** /> <Reference - Name = "scpl" - AssemblyName = "scpl" - HintPath = "..\..\lib\scpl.dll" - /> - <Reference Name = "System.Windows.Forms" AssemblyName = "System.Windows.Forms" --- 113,116 ---- *************** *** 138,141 **** --- 133,141 ---- WrapperTool = "primary" /> + <Reference + Name = "scpl" + AssemblyName = "scpl" + HintPath = "..\b91_QuantProject\bin\Debug\scpl.dll" + /> </References> </Build> |