[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.6,1.7
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-08 13:44:41
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22256/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: Added ReportGrid.cs and ReportGridTabPage.cs Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** b5_Presentation.csproj 1 Aug 2004 00:43:11 -0000 1.6 --- b5_Presentation.csproj 8 Aug 2004 13:44:33 -0000 1.7 *************** *** 188,191 **** --- 188,201 ---- /> <File + RelPath = "Reporting\WindowsForm\ReportGrid.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File + RelPath = "Reporting\WindowsForm\ReportGridTabPage.cs" + SubType = "Component" + BuildAction = "Compile" + /> + <File RelPath = "Reporting\WindowsForm\ReportTabControl.cs" SubType = "Component" |