[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.3,1.4
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-10 21:45:14
|
Update of /cvsroot/quantproject/QuantProject/b4_Business
In directory sc8-pr-cvs1:/tmp/cvs-serv24753/b4_Business
Modified Files:
b4_Business.csproj
Log Message:
ReturnOnAccount and TotalNetProfit classes (account report
summary rows) added to the project.
Index: b4_Business.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** b4_Business.csproj 9 Nov 2003 21:12:00 -0000 1.3
--- b4_Business.csproj 10 Nov 2003 21:45:11 -0000 1.4
***************
*** 202,206 ****
--- 202,216 ----
/>
<File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\ReturnOnAccount.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\SummaryRow.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\TotalNetProfit.cs"
SubType = "Code"
BuildAction = "Compile"
|