mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:52:56 +08:00
Define trace for VisualTests
This commit is contained in:
parent
1f20c5eb69
commit
511874389a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user