[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.19,1.20
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-02-12 19:02:11
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28139/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: Added ReportShower, in order to provide visual interface for Report class Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** b5_Presentation.csproj 4 Feb 2005 00:10:26 -0000 1.19 --- b5_Presentation.csproj 12 Feb 2005 19:02:01 -0000 1.20 *************** *** 203,206 **** --- 203,216 ---- /> <File + RelPath = "Reporting\WindowsForm\ReportShower.cs" + SubType = "Form" + BuildAction = "Compile" + /> + <File + RelPath = "Reporting\WindowsForm\ReportShower.resx" + DependentUpon = "ReportShower.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "Reporting\WindowsForm\ReportTabControl.cs" SubType = "Component" |