Browse Source

PDB files for release mode. File alignments and base addresses improved.

newNRvisualizers
Pent Ploompuu 14 years ago
parent
commit
ee384a20f0
  1. 6
      ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj

6
ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj

@ -22,8 +22,7 @@ @@ -22,8 +22,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<FileAlignment>4096</FileAlignment>
<BaseAddress>465371136</BaseAddress>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
@ -35,7 +34,8 @@ @@ -35,7 +34,8 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugType>None</DebugType>
<DebugSymbols>true</DebugSymbols>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
<DefineConstants>TRACE;FULL_AST</DefineConstants>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>

Loading…
Cancel
Save