|
|
|
@ -12,17 +12,21 @@
@@ -12,17 +12,21 @@
|
|
|
|
|
<AssemblyName>Mono.Cecil</AssemblyName> |
|
|
|
|
<StartupObject> |
|
|
|
|
</StartupObject> |
|
|
|
|
<SignAssembly>true</SignAssembly> |
|
|
|
|
<SignAssembly>false</SignAssembly> |
|
|
|
|
<AssemblyOriginatorKeyFile>..\mono.snk</AssemblyOriginatorKeyFile> |
|
|
|
|
<DelaySign>False</DelaySign> |
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<WarningLevel>1</WarningLevel> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
@ -32,6 +36,16 @@
@@ -32,6 +36,16 @@
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Include="Mono.Cecil.Binary\BaseImageVisitor.cs" /> |
|
|
|
|