Update of /cvsroot/quantproject/QuantProject/b4_Business
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23308/b4_Business
Modified Files:
b4_Business.csproj
Log Message:
AverageNumberOfTransactionsPerDay and AccountManager have been added
Index: b4_Business.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** b4_Business.csproj 15 Aug 2007 19:23:52 -0000 1.45
--- b4_Business.csproj 29 Aug 2007 10:10:30 -0000 1.46
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.0.9466"
SchemaVersion = "1.0"
ProjectGuid = "{6EE31501-376E-491B-869E-F06D5B7C9C30}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.0.9955"
SchemaVersion = "1.0"
ProjectGuid = "{6EE31501-376E-491B-869E-F06D5B7C9C30}"
***************
*** 363,366 ****
--- 363,371 ----
/>
<File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AverageNumberOfTransactionsPerDay.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AverageShortTradePercentageReturn.cs"
SubType = "Code"
***************
*** 588,591 ****
--- 593,601 ----
/>
<File
+ RelPath = "a2_Strategies\AccountManager.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a2_Strategies\AccountStrategy.cs"
SubType = "Code"
|