Browse Source

Warning 108 suppressed in the release build of debugger

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@693 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 20 years ago
parent
commit
e9d7cf5110
  1. 13
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj

13
src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj

@ -9,6 +9,15 @@ @@ -9,6 +9,15 @@
<RootNamespace>Debugger.Core</RootNamespace>
<AssemblyName>Debugger.Core</AssemblyName>
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<NoStdLib>False</NoStdLib>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -19,11 +28,13 @@ @@ -19,11 +28,13 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>PdbOnly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\Misc\Debugger\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>108</NoWarn>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="ISymWrapper" />

Loading…
Cancel
Save