[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.58, 1.59 Business_SD.cspro
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-03-12 21:55:21
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv860 Modified Files: b4_Business.csproj Business_SD.csproj Log Message: Added: - IAccountProvider interface; - InteractiveBrokerAccountProvider; -SimpleAccountProvider Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Business_SD.csproj 7 Mar 2008 23:27:12 -0000 1.16 --- Business_SD.csproj 12 Mar 2008 21:55:13 -0000 1.17 *************** *** 61,64 **** --- 61,65 ---- <Compile Include="a07_DataProviders\HistoricalQuoteProvider.cs" /> <Compile Include="a07_DataProviders\TickerNotExchangedException.cs" /> + <Compile Include="a1_Financial\a2_Accounting\AccountProviding\IAccountProvider.cs" /> <Compile Include="a1_Financial\a2_Accounting\h5_Reporting\StatisticsSummaryRows\AverageReturnOnMonday.cs" /> <Compile Include="a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AverageNumberOfTransactionsPerDay.cs" /> *************** *** 232,235 **** --- 233,237 ---- <Name>b3_Data</Name> </ProjectReference> + <Folder Include="a1_Financial\a2_Accounting\AccountProviding" /> <Folder Include="a1_Financial\a2_Accounting\h5_Reporting\StatisticsSummaryRows" /> <Folder Include="a2_Strategies\EndOfDayStrategies" /> Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** b4_Business.csproj 7 Mar 2008 23:27:12 -0000 1.58 --- b4_Business.csproj 12 Mar 2008 21:55:13 -0000 1.59 *************** *** 328,331 **** --- 328,346 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\AccountProviding\IAccountProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a2_Accounting\AccountProviding\InteractiveBrokerAccountProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a2_Accounting\AccountProviding\SimpleAccountProvider.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a2_Accounting\Commissions\Commission.cs" SubType = "Code" |