[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.1.1.1,1.2
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-08 20:54:58
|
Update of /cvsroot/quantproject/QuantProject/b4_Business
In directory sc8-pr-cvs1:/tmp/cvs-serv12622/b4_Business
Modified Files:
b4_Business.csproj
Log Message:
Added Report.Tables objects: splitted the AccountReport object in one
table object for Transactions, RoundTrades, Equity and Summary.
Index: b4_Business.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** b4_Business.csproj 13 Oct 2003 21:58:20 -0000 1.1.1.1
--- b4_Business.csproj 8 Nov 2003 20:54:41 -0000 1.2
***************
*** 197,200 ****
--- 197,220 ----
/>
<File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\Tables\Equity.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\Tables\RoundTrades.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\Tables\Summary.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\Tables\Transactions.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a1_Financial\a3_Ordering\Order.cs"
SubType = "Code"
|