[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.10,1.11
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-01 15:32:36
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13262/b4_Business Modified Files: b4_Business.csproj Log Message: - .resx files have been removed - a05_Timing\EndOfDayDateTime.cs has been added - a05_Timing\EndOfDaySpecificTime.cs has been added - a05_Timing\EndOfDayTimingEventArgs.cs has been added - a05_Timing\HistoricalEndOfDayTimer.cs has been added - a05_Timing\IEndOfDayTimer.cs has been added - a07_DataProviders\HistoricalEndOfDayDataStreamer.cs has been added Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** b4_Business.csproj 1 Aug 2004 00:39:48 -0000 1.10 --- b4_Business.csproj 1 Dec 2004 15:32:24 -0000 1.11 *************** *** 163,171 **** /> <File - RelPath = "a0_Validation\ValidateDataTable.resx" - DependentUpon = "ValidateDataTable.cs" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "a0_Validation\ValidationWarnings.cs" SubType = "Code" --- 163,166 ---- *************** *** 198,201 **** --- 193,226 ---- /> <File + RelPath = "a05_Timing\EndOfDayDateTime.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a05_Timing\EndOfDaySpecificTime.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a05_Timing\EndOfDayTimingEventArgs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a05_Timing\HistoricalEndOfDayTimer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a05_Timing\IEndOfDayTimer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a07_DataProviders\HistoricalEndOfDayDataStreamer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a1_Instruments\Instrument.cs" SubType = "Code" *************** *** 248,256 **** /> <File - RelPath = "a1_Financial\a2_Accounting\Transactions.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "a1_Financial\a2_Accounting\TransactionType.cs" SubType = "Code" --- 273,276 ---- *************** *** 373,376 **** --- 393,416 ---- /> <File + RelPath = "a1_Financial\a2_Accounting\Transactions\EndOfDayTransaction.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a2_Accounting\Transactions\TransactionHistory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a3_Ordering\HistoricalEndOfDayOrderExecutor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "a1_Financial\a3_Ordering\IOrderExecutor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a3_Ordering\Order.cs" SubType = "Code" *************** *** 378,381 **** --- 418,426 ---- /> <File + RelPath = "a1_Financial\a3_Ordering\OrderFilledEventArgs.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a3_Ordering\OrderManager.cs" SubType = "Code" *************** *** 388,391 **** --- 433,441 ---- /> <File + RelPath = "a1_Financial\a3_Ordering\OrderStatus.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a1_Financial\a3_Ordering\OrderType.cs" SubType = "Code" |