|
@@ -14,6 +14,7 @@
|
|
|
<DebugType>full</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
|
<OutputPath>..\Artifacts\Debug\Libraries\net4.DX\</OutputPath>
|
|
|
+ <BaseIntermediateOutputPath>obj\net4.DX\</BaseIntermediateOutputPath>
|
|
|
<DefineConstants>TRACE;DEBUG;WINDOWS MG MAPPEDMEM</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
@@ -24,6 +25,7 @@
|
|
|
<DebugType>none</DebugType>
|
|
|
<Optimize>true</Optimize>
|
|
|
<OutputPath>..\Artifacts\Release\Libraries\net4.DX\</OutputPath>
|
|
|
+ <BaseIntermediateOutputPath>obj\net4.DX\</BaseIntermediateOutputPath>
|
|
|
<DefineConstants>TRACE;WINDOWS MG MAPPEDMEM</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|