Browse Source

fix build options

pull/348/head
Siegfried Pammer 14 years ago
parent
commit
c2c419e320
  1. 2
      ILSpy/ILSpy.csproj

2
ILSpy/ILSpy.csproj

@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>

Loading…
Cancel
Save