Update of /cvsroot/quantproject/QuantProject/b5_Presentation
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8987/b5_Presentation
Modified Files:
Presentation_SD.csproj
Log Message:
Updated SharpDevelop project files
Index: Presentation_SD.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/Presentation_SD.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Presentation_SD.csproj 2 Jul 2006 20:07:59 -0000 1.1
--- Presentation_SD.csproj 29 Aug 2007 10:34:59 -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" />
|