[Quantproject-developers] QuantProject/b1_ADT ADT_SD.csproj, 1.2, 1.3
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-08-29 10:35:34
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8987/b1_ADT Modified Files: ADT_SD.csproj Log Message: Updated SharpDevelop project files Index: ADT_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ADT_SD.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ADT_SD.csproj 17 Sep 2006 23:02:24 -0000 1.2 --- ADT_SD.csproj 29 Aug 2007 10:34:56 -0000 1.3 *************** *** 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" /> *************** *** 78,81 **** --- 86,91 ---- <Compile Include="ExtendedMath.cs" /> <Compile Include="Collections\CollectionManager.cs" /> + <Compile Include="Collections\FloatArrayManager.cs" /> + <Compile Include="Collections\Set.cs" /> </ItemGroup> <ItemGroup> |