[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.1.1.1,1.2
Brought to you by:
glauco_1
|
From: <gla...@pr...> - 2004-01-26 00:06:49
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23264/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: Added the Charting namespace, with the Chart and the ChartPlot classes Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** b5_Presentation.csproj 13 Oct 2003 21:59:35 -0000 1.1.1.1 --- b5_Presentation.csproj 25 Jan 2004 15:53:08 -0000 1.2 *************** *** 70,74 **** <Reference Name = "System.XML" ! AssemblyName = "System.XML" HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll" /> --- 70,74 ---- <Reference Name = "System.XML" ! AssemblyName = "System.Xml" HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll" /> *************** *** 107,110 **** --- 107,125 ---- HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll" /> + <Reference + Name = "scpl" + AssemblyName = "scpl" + HintPath = "..\..\lib\scpl.dll" + /> + <Reference + Name = "b1_ADT" + Project = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "System.Drawing" + AssemblyName = "System.Drawing" + HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll" + /> </References> </Build> *************** *** 117,120 **** --- 132,145 ---- /> <File + RelPath = "Charting\CharPlot.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Charting\Chart.cs" + SubType = "UserControl" + BuildAction = "Compile" + /> + <File RelPath = "MicrosoftExcel\ExcelManager.cs" SubType = "Code" |