[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.5, 1.6 b7_Scripts.csproj, 1.
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-04-09 18:20:23
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts
In directory sc8-pr-cvs16:/tmp/cvs-serv12493/b7_Scripts
Modified Files:
Scripts_SD.csproj b7_Scripts.csproj
Log Message:
Updated VisualStudio and SharpDevelop project's files
Index: Scripts_SD.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Scripts_SD.csproj 27 Feb 2007 23:06:34 -0000 1.5
--- Scripts_SD.csproj 9 Apr 2007 18:19:08 -0000 1.6
***************
*** 144,148 ****
<Compile Include="WalkForwardTesting\WalkForwardLag\WFLagDebugger\WFLagReportDebugger.cs" />
<Compile Include="WalkForwardTesting\WalkForwardLag\WFLagDebugger\WFLagDebugPositions\WFLagDebugPositionsEndOfDayTimerHandler.cs" />
- <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagNewChosenTickersEventArgs.cs" />
<Compile Include="WalkForwardTesting\WalkForwardLag\WFLagMain.cs" />
<Compile Include="ArbitrageTesting\PairTrading\SimplePairTrading\InSample\OutputDisplayer.cs" />
--- 144,147 ----
***************
*** 204,207 ****
--- 203,211 ----
<Compile Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\BiasedPVO\BiasedOTC_PVONoThresholds\RunBiasedOTC_PVONoThresholds.cs" />
<Compile Include="WalkForwardTesting\LinearCombination\FixedLevelOscBiasedOTC_PVONoThresholdsStrategy.cs" />
+ <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagNewChosenPositionsEventArgs.cs" />
+ <Compile Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\IWFLagWeightedPositionsChooser.cs" />
+ <Compile Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\WFLagBruteForceFixedPortfolioWeightedPositionsChooser.cs" />
+ <Compile Include="ArbitrageTesting\OverReactionHypothesis\SimpleOHTest\EndOfDayTimerHandlerSimpleOHTest.cs" />
+ <Compile Include="ArbitrageTesting\OverReactionHypothesis\SimpleOHTest\RunSimpleOHTest.cs" />
</ItemGroup>
<ItemGroup>
***************
*** 248,251 ****
--- 252,258 ----
<Folder Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\BiasedPVO\BiasedPVONoThresholds" />
<Folder Include="TechnicalAnalysisTesting\Oscillators\FixedLevelOscillators\PortfolioValueOscillator\BiasedPVO\BiasedOTC_PVONoThresholds" />
+ <Folder Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers" />
+ <Folder Include="ArbitrageTesting\OverReactionHypothesis" />
+ <Folder Include="ArbitrageTesting\OverReactionHypothesis\SimpleOHTest" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
Index: b7_Scripts.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** b7_Scripts.csproj 27 Feb 2007 23:09:35 -0000 1.70
--- b7_Scripts.csproj 9 Apr 2007 18:19:08 -0000 1.71
***************
*** 123,126 ****
--- 123,136 ----
/>
<File
+ RelPath = "ArbitrageTesting\OverReactionHypothesis\SimpleOHTest\EndOfDayTimerHandlerSimpleOHTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ArbitrageTesting\OverReactionHypothesis\SimpleOHTest\RunSimpleOHTest.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "ArbitrageTesting\PairTrading\PairTradingCandidate.cs"
SubType = "Code"
|