|
|
|
@ -15,20 +15,17 @@
@@ -15,20 +15,17 @@
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
|
|
|
<BaseAddress>6488064</BaseAddress> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<OutputPath>..\ILSpy\bin\Debug\</OutputPath> |
|
|
|
@ -40,8 +37,8 @@
@@ -40,8 +37,8 @@
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
<OutputPath>..\ILSpy\bin\Release\</OutputPath> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|
<DebugType>None</DebugType> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|