[DatTools] Fix filter issue, rename file to match class

This commit is contained in:
Matt Nadareski
2016-06-11 20:31:00 -07:00
parent 6ea7108f17
commit e02233e5d4
4 changed files with 12 additions and 9 deletions

View File

@@ -52,7 +52,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\Debug-x64\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>