Define trace for VisualTests

This commit is contained in:
Dean Herbert 2017-09-19 13:29:28 +09:00
parent 1f20c5eb69
commit 511874389a
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'VisualTests|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<WarningLevel>0</WarningLevel>
<NoStdLib>true</NoStdLib>