[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj, 1.29, 1.30
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-09-08 15:26:58
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6841/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: A few .resx file have been removed Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** b5_Presentation.csproj 2 Jul 2006 20:16:16 -0000 1.29 --- b5_Presentation.csproj 8 Sep 2006 15:26:54 -0000 1.30 *************** *** 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> --- 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> *************** *** 180,188 **** /> <File - RelPath = "Reporting\WindowsForm\AccountViewer.resx" - DependentUpon = "AccountViewer.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "Reporting\WindowsForm\EquityChartTabPage.cs" SubType = "Component" --- 180,183 ---- *************** *** 195,203 **** /> <File - RelPath = "Reporting\WindowsForm\Report.resx" - DependentUpon = "Report.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "Reporting\WindowsForm\ReportGrid.cs" SubType = "Component" --- 190,193 ---- *************** *** 215,223 **** /> <File - RelPath = "Reporting\WindowsForm\ReportShower.resx" - DependentUpon = "ReportShower.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "Reporting\WindowsForm\ReportTabControl.cs" SubType = "Component" --- 205,208 ---- |