[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj, 1.55, 1.56 Business_SD.cspro
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-03-05 17:16:53
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18452 Modified Files: b4_Business.csproj Business_SD.csproj Log Message: Added IGeneticOptimized interface, to be implemented by TestingPositions objects Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Business_SD.csproj 27 Feb 2008 22:19:21 -0000 1.13 --- Business_SD.csproj 5 Mar 2008 17:16:38 -0000 1.14 *************** *** 60,63 **** --- 60,64 ---- <Compile Include="a05_Timing\EndOfDayHistory.cs" /> <Compile Include="a07_DataProviders\HistoricalQuoteProvider.cs" /> + <Compile Include="a07_DataProviders\TickerNotExchangedException.cs" /> <Compile Include="a1_Financial\a2_Accounting\h5_Reporting\StatisticsSummaryRows\AverageReturnOnMonday.cs" /> <Compile Include="a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AverageNumberOfTransactionsPerDay.cs" /> *************** *** 89,92 **** --- 90,94 ---- <Compile Include="a2_Strategies\Optimizing\GenomeManagers\GenomeManagerType.cs" /> <Compile Include="a2_Strategies\OutOfSample\TestingPositions.cs" /> + <Compile Include="a2_Strategies\OutOfSample\IGeneticOptimized.cs" /> <Compile Include="a2_Strategies\returnsManagement\time\CloseToCloseIntervals.cs" /> <Compile Include="a2_Strategies\returnsManagement\time\CloseToOpenIntervals.cs" /> Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** b4_Business.csproj 27 Feb 2008 21:43:05 -0000 1.55 --- b4_Business.csproj 5 Mar 2008 17:16:38 -0000 1.56 *************** *** 818,821 **** --- 818,826 ---- /> <File + RelPath = "a2_Strategies\OutOfSample\IGeneticOptimized.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a2_Strategies\OutOfSample\TestingPositions.cs" SubType = "Code" |