[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.10,1.11
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-01 15:33:48
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13548/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: .resx files have been removed Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** b5_Presentation.csproj 23 Aug 2004 22:36:47 -0000 1.10 --- b5_Presentation.csproj 1 Dec 2004 15:33:39 -0000 1.11 *************** *** 98,111 **** /> <Reference - Name = "b4_Business" - Project = "{6EE31501-376E-491B-869E-F06D5B7C9C30}" - Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" - /> - <Reference - Name = "b1_ADT" - Project = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" - Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" - /> - <Reference Name = "System.Drawing" AssemblyName = "System.Drawing" --- 98,101 ---- *************** *** 138,141 **** --- 128,141 ---- HintPath = "..\b91_QuantProject\bin\Debug\scpl.dll" /> + <Reference + Name = "b4_Business" + Project = "{6EE31501-376E-491B-869E-F06D5B7C9C30}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "b1_ADT" + Project = "{B8A01161-3698-4591-B1EF-90F5FC7D8DBA}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> </References> </Build> *************** *** 153,156 **** --- 153,160 ---- /> <File + RelPath = "scpl.dll" + BuildAction = "Content" + /> + <File RelPath = "Charting\CharPlot.cs" SubType = "Code" *************** *** 178,186 **** /> <File - RelPath = "Reporting\WindowsForm\EquityChartTabPage.resx" - DependentUpon = "EquityChartTabPage.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "Reporting\WindowsForm\Report.cs" SubType = "Form" --- 182,185 ---- *************** *** 188,196 **** /> <File - RelPath = "Reporting\WindowsForm\Report.resx" - DependentUpon = "Report.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "Reporting\WindowsForm\ReportGrid.cs" SubType = "Component" --- 187,190 ---- *************** *** 208,225 **** /> <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> --- 202,209 ---- |