[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.5,1.6
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-01 00:43:27
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23243/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: - added FormatProvider.cs - added Reporting\ - added Reporting\WindowsForm\ - added Reporting\WindowsForm\EquityChartTabPage.cs - added Reporting\WindowsForm\Report.cs - added Reporting\WindowsForm\ReportTabControl.cs - added Reporting\WindowsForm\SummaryTabPage.cs Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** b5_Presentation.csproj 25 Jul 2004 12:04:05 -0000 1.5 --- b5_Presentation.csproj 1 Aug 2004 00:43:11 -0000 1.6 *************** *** 103,111 **** /> <Reference - Name = "System.Windows.Forms" - AssemblyName = "System.Windows.Forms" - HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll" - /> - <Reference Name = "b1_ADT" Project = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" --- 103,106 ---- *************** *** 122,125 **** --- 117,141 ---- HintPath = "..\..\lib\scpl.dll" /> + <Reference + Name = "System.Windows.Forms" + AssemblyName = "System.Windows.Forms" + HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll" + /> + <Reference + Name = "stdole" + Guid = "{00020430-0000-0000-C000-000000000046}" + VersionMajor = "2" + VersionMinor = "0" + Lcid = "0" + WrapperTool = "primary" + /> + <Reference + Name = "Microsoft.Office.Core" + Guid = "{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}" + VersionMajor = "2" + VersionMinor = "3" + Lcid = "0" + WrapperTool = "primary" + /> </References> </Build> *************** *** 132,135 **** --- 148,156 ---- /> <File + RelPath = "FormatProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Charting\CharPlot.cs" SubType = "Code" *************** *** 146,149 **** --- 167,210 ---- BuildAction = "Compile" /> + <File + RelPath = "Reporting\WindowsForm\EquityChartTabPage.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "Reporting\WindowsForm\EquityChartTabPage.resx" + DependentUpon = "EquityChartTabPage.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "Reporting\WindowsForm\Report.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "Reporting\WindowsForm\Report.resx" + DependentUpon = "Report.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "Reporting\WindowsForm\ReportTabControl.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "Reporting\WindowsForm\ReportTabControl.resx" + DependentUpon = "ReportTabControl.cs" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "Reporting\WindowsForm\SummaryTabPage.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "Reporting\WindowsForm\SummaryTabPage.resx" + DependentUpon = "SummaryTabPage.cs" + BuildAction = "EmbeddedResource" + /> </Include> </Files> |