[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.6, 1.7
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-08-29 10:35:38
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8987/b7_Scripts Modified Files: Scripts_SD.csproj Log Message: Updated SharpDevelop project files Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Scripts_SD.csproj 9 Apr 2007 18:19:08 -0000 1.6 --- Scripts_SD.csproj 29 Aug 2007 10:34:59 -0000 1.7 *************** *** 6,10 **** <ProjectGuid>{B5AAC5AA-DCC1-4698-A362-D399AB9A90C4}</ProjectGuid> <RootNamespace>Scripts</RootNamespace> ! <AssemblyName>Scripts</AssemblyName> <OutputType>Library</OutputType> <WarningLevel>4</WarningLevel> --- 6,10 ---- <ProjectGuid>{B5AAC5AA-DCC1-4698-A362-D399AB9A90C4}</ProjectGuid> <RootNamespace>Scripts</RootNamespace> ! <AssemblyName>QuantProject.Scripts</AssemblyName> <OutputType>Library</OutputType> <WarningLevel>4</WarningLevel> *************** *** 14,23 **** </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> ! <DebugSymbols>True</DebugSymbols> <Optimize>False</Optimize> <AllowUnsafeBlocks>False</AllowUnsafeBlocks> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> <OutputPath>..\bin\Debug\</OutputPath> ! <TreatWarningsAsErrors>False</TreatWarningsAsErrors> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> --- 14,24 ---- </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> ! <DebugSymbols>true</DebugSymbols> <Optimize>False</Optimize> <AllowUnsafeBlocks>False</AllowUnsafeBlocks> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> <OutputPath>..\bin\Debug\</OutputPath> ! <TreatWarningsAsErrors>false</TreatWarningsAsErrors> ! <DebugType>Full</DebugType> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> *************** *** 28,31 **** --- 29,40 ---- <OutputPath>..\bin\Release\</OutputPath> <TreatWarningsAsErrors>False</TreatWarningsAsErrors> + <DebugType>None</DebugType> + </PropertyGroup> + <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> + <RegisterForComInterop>False</RegisterForComInterop> + <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> + <BaseAddress>4194304</BaseAddress> + <PlatformTarget>AnyCPU</PlatformTarget> + <FileAlignment>4096</FileAlignment> </PropertyGroup> <ItemGroup> *************** *** 37,40 **** --- 46,51 ---- </ItemGroup> <ItemGroup> + <Compile Include="ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_OTC\EndOfDayTimerHandlerDOR_OTC.cs" /> + <Compile Include="ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_OTC\RunDOR_OTC.cs" /> <Compile Include="AssemblyInfo.cs" /> <Compile Include="MyTradingSystem.cs" /> *************** *** 157,162 **** <Compile Include="TickerSelectionTesting\GenomeManagerForEfficientOTCCTOPortfolio.cs" /> <Compile Include="WalkForwardTesting\LinearCombination\OTC_CTODailyStrategy.cs" /> - <EmbeddedResource Include="QuantProject.Scripts.WalkForwardTesting.LinearCombination.TestDisplayer.resources" /> - <None Include="MultiTesting\MultiTestOneRank\" /> <None Include="SimpleTesting\MSFTSimpleTest_2\TsMSFTsimpleTest_2.cs" /> <Compile Include="SimpleScriptsContainer.cs" /> --- 168,171 ---- *************** *** 169,173 **** <Compile Include="TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower\GenomeManagerITF.cs" /> <Compile Include="TechnicalAnalysisTesting\TrendFollowing\ImmediateTrendFollower\RunImmediateTrendFollower.cs" /> - <Compile Include="WalkForwardTesting\WalkForwardLag\WeightedPositions.cs" /> <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagGenomeManagerWithWeights.cs" /> <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagWeightedPositions.cs" /> --- 178,181 ---- *************** *** 208,213 **** --- 216,235 ---- <Compile Include="ArbitrageTesting\OverReactionHypothesis\SimpleOHTest\EndOfDayTimerHandlerSimpleOHTest.cs" /> <Compile Include="ArbitrageTesting\OverReactionHypothesis\SimpleOHTest\RunSimpleOHTest.cs" /> + <Compile Include="TechnicalAnalysisTesting\TrendFollowing\BestAndWorst\EndOfDayTimerHandlerBWFollower.cs" /> + <Compile Include="TechnicalAnalysisTesting\TrendFollowing\BestAndWorst\RunBestAndWorstFollower.cs" /> + <Compile Include="TickerSelectionTesting\RunEfficientOTC_WorstAtNightPortfolio.cs" /> + <Compile Include="TickerSelectionTesting\EndOfDayTimerHandlerOTC_WorstAtNight.cs" /> + <Compile Include="ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_WeekEndBounce\EndOfDayTimerHandlerDOR_WeekEndBounce.cs" /> + <Compile Include="ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_WeekEndBounce\RunDOR_WeekEndBounce.cs" /> + <Compile Include="TickerSelectionTesting\EndOfDayTimerHandlerCTO_WorstAtDay.cs" /> + <Compile Include="TickerSelectionTesting\RunEfficientCTO_WorstAtDayPortfolio.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\WFLagGeneticFixedPortfolioWithNormalDrivingAndPortfolio\WFLagGeneticFixedPortfolioWithNormalDrivingAndPortfolio.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\WFLagGeneticFixedPortfolioWithNormalDrivingAndPortfolio\WFLagGenomeManagerForFixedPortfolioWithNormalDrivingAndPortfolio.cs" /> + <Compile Include="WalkForwardTesting\WalkForwardLag\WFLagMeaningForUndecodableGenomes.cs" /> + <Compile Include="TechnicalAnalysisTesting\TrendFollowing\OTC_CTOTrendFollower\EndOfDayTimerHandlerOTC_CTOTrendFollower.cs" /> + <Compile Include="TechnicalAnalysisTesting\TrendFollowing\OTC_CTOTrendFollower\RunEfficientOTC_CTOTrendFollower.cs" /> </ItemGroup> <ItemGroup> + <Folder Include="ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_OTC" /> <Folder Include="EvaluatingOptimizationTechnique\" /> <Folder Include="EvaluatingOptimizationTechnique\EfficientPortfolio\" /> *************** *** 255,258 **** --- 277,284 ---- <Folder Include="ArbitrageTesting\OverReactionHypothesis" /> <Folder Include="ArbitrageTesting\OverReactionHypothesis\SimpleOHTest" /> + <Folder Include="TechnicalAnalysisTesting\TrendFollowing\BestAndWorst" /> + <Folder Include="ArbitrageTesting\OverReactionHypothesis\DoubleOverReaction_WeekEndBounce" /> + <Folder Include="WalkForwardTesting\WalkForwardLag\WeightedPositionsChoosers\WFLagGeneticFixedPortfolioWithNormalDrivingAndPortfolio" /> + <Folder Include="TechnicalAnalysisTesting\TrendFollowing\OTC_CTOTrendFollower" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |