Skip to content

Commit 6177128

Browse files
committed
Added x64 define.
1 parent c3d27b5 commit 6177128

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ReClass.NET_Tests/ReClass.NET_Tests.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<DebugType>full</DebugType>
4242
<Optimize>false</Optimize>
4343
<OutputPath>bin\Debug\</OutputPath>
44-
<DefineConstants>DEBUG;TRACE</DefineConstants>
44+
<DefineConstants>TRACE;DEBUG;RECLASSNET64</DefineConstants>
4545
<ErrorReport>prompt</ErrorReport>
4646
<WarningLevel>4</WarningLevel>
4747
<PlatformTarget>x64</PlatformTarget>
@@ -50,7 +50,7 @@
5050
<DebugType>pdbonly</DebugType>
5151
<Optimize>true</Optimize>
5252
<OutputPath>bin\Release\</OutputPath>
53-
<DefineConstants>TRACE</DefineConstants>
53+
<DefineConstants>TRACE;RECLASSNET64</DefineConstants>
5454
<ErrorReport>prompt</ErrorReport>
5555
<WarningLevel>4</WarningLevel>
5656
<PlatformTarget>x64</PlatformTarget>
@@ -81,6 +81,7 @@
8181
<Compile Include="Extensions\StringReaderExtensionTest.cs" />
8282
<Compile Include="MemoryScanner\BytePatternTest.cs" />
8383
<Compile Include="MemoryScanner\Comparer\ByteMemoryComparerTest.cs" />
84+
<Compile Include="MemoryScanner\Comparer\FloatMemoryComparerTest.cs" />
8485
<Compile Include="MemoryScanner\Comparer\ShortMemoryComparerTest.cs" />
8586
<Compile Include="MemoryScanner\Comparer\LongMemoryComparerTest.cs" />
8687
<Compile Include="MemoryScanner\Comparer\IntegerMemoryComparerTest.cs" />

0 commit comments

Comments
 (0)