[Quantproject-developers] QuantProject/b3_Data Data_SD.csproj, 1.1, 1.2
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-08-29 10:35:34
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8987/b3_Data Modified Files: Data_SD.csproj Log Message: Updated SharpDevelop project files Index: Data_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/Data_SD.csproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Data_SD.csproj 2 Jul 2006 20:07:59 -0000 1.1 --- Data_SD.csproj 29 Aug 2007 10:34:58 -0000 1.2 *************** *** 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" /> |