[Quantproject-developers] QuantProject/b4_Business Business_SD.csproj, 1.10, 1.11
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-02-10 19:46:37
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32139 Modified Files: Business_SD.csproj Log Message: Added ILogDescriptor interface to the project, to be used for logging activities (naming of log files and creating log files' contents) Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Business_SD.csproj 7 Feb 2008 18:13:39 -0000 1.10 --- Business_SD.csproj 10 Feb 2008 19:46:31 -0000 1.11 *************** *** 74,77 **** --- 74,78 ---- <Compile Include="a2_Strategies\InSample\ConstantWeightedPositionsChooser.cs" /> <Compile Include="a2_Strategies\Logging\BackTestLog.cs" /> + <Compile Include="a2_Strategies\Logging\ILogDescriptor.cs" /> <Compile Include="a2_Strategies\Logging\LogItem.cs" /> <Compile Include="a2_Strategies\Logging\NewLogItemEventArgs.cs" /> |