[Quantproject-developers] QuantProject/b5_Presentation b5_Presentation.csproj,1.18,1.19
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-02-04 00:10:35
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6857/b5_Presentation Modified Files: b5_Presentation.csproj Log Message: Added [field:NonSerialized] attribute to event in order to achieve deserialization Index: b5_Presentation.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/b5_Presentation.csproj,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** b5_Presentation.csproj 3 Feb 2005 00:30:39 -0000 1.18 --- b5_Presentation.csproj 4 Feb 2005 00:10:26 -0000 1.19 *************** *** 188,191 **** --- 188,196 ---- /> <File + RelPath = "Reporting\WindowsForm\Report.resx" + DependentUpon = "Report.cs" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "Reporting\WindowsForm\ReportGrid.cs" SubType = "Component" |