[Quantproject-developers] QuantProject/b4_Business Business_SD.csproj, 1.3, 1.4
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-08-29 10:35:35
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8987/b4_Business Modified Files: Business_SD.csproj Log Message: Updated SharpDevelop project files Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Business_SD.csproj 10 Dec 2006 20:12:08 -0000 1.3 --- Business_SD.csproj 29 Aug 2007 10:34:58 -0000 1.4 *************** *** 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' "> *************** *** 29,32 **** --- 30,40 ---- <TreatWarningsAsErrors>False</TreatWarningsAsErrors> </PropertyGroup> + <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> + <RegisterForComInterop>False</RegisterForComInterop> + <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> + <BaseAddress>4194304</BaseAddress> + <PlatformTarget>AnyCPU</PlatformTarget> + <FileAlignment>4096</FileAlignment> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> *************** *** 120,124 **** <Compile Include="a1_Financial\a3_Ordering\OrderStatus.cs" /> <Compile Include="a1_Financial\a3_Ordering\OrderType.cs" /> - <Compile Include="a2_Strategies\AccountStrategy.cs" /> <Compile Include="a2_Strategies\Signal.cs" /> <Compile Include="a2_Strategies\Signals.cs" /> --- 128,131 ---- *************** *** 156,159 **** --- 163,174 ---- <Compile Include="a2_Strategies\EquityEvaluation\IEquityEvaluator.cs" /> <Compile Include="a2_Strategies\EquityEvaluation\WinningPeriods.cs" /> + <Compile Include="a2_Strategies\returnsManagement\CloseToCloseReturnsManager.cs" /> + <Compile Include="a2_Strategies\returnsManagement\ReturnsManager.cs" /> + <Compile Include="a2_Strategies\SignedTickers.cs" /> + <Compile Include="a2_Strategies\AccountStrategy.cs" /> + <Compile Include="a2_Strategies\AccountManager.cs" /> + <Compile Include="a2_Strategies\WeightedPositions.cs" /> + <Compile Include="a2_Strategies\EquityEvaluation\ExpectancyScore.cs" /> + <Compile Include="a2_Strategies\EquityEvaluation\SharpeRatio.cs" /> </ItemGroup> <ItemGroup> *************** *** 171,174 **** --- 186,190 ---- </ProjectReference> <Folder Include="a2_Strategies\EquityEvaluation" /> + <Folder Include="a2_Strategies\returnsManagement" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |