|
|
|
@ -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" /> |
|
|
|
|