Skip to content

Commit 8f6bd41

Browse files
committed
Removed unused constant.
1 parent 7f890e1 commit 8f6bd41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReClass.NET/ReClass.NET.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<Optimize>false</Optimize>
2626
<OutputPath>$(SolutionDir)bin\Debug\x86\</OutputPath>
2727
<IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\x86\$(MSBuildProjectName)\</IntermediateOutputPath>
28-
<DefineConstants>TRACE;DEBUG;RECLASSNET32</DefineConstants>
28+
<DefineConstants>TRACE;DEBUG</DefineConstants>
2929
<ErrorReport>prompt</ErrorReport>
3030
<WarningLevel>4</WarningLevel>
3131
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
@@ -79,7 +79,7 @@
7979
<Optimize>true</Optimize>
8080
<OutputPath>$(SolutionDir)bin\Release\x86\</OutputPath>
8181
<IntermediateOutputPath>$(SolutionDir)obj\$(Configuration)\x86\$(MSBuildProjectName)\</IntermediateOutputPath>
82-
<DefineConstants>TRACE;RECLASSNET32;RELEASE</DefineConstants>
82+
<DefineConstants>TRACE;RELEASE</DefineConstants>
8383
<ErrorReport>prompt</ErrorReport>
8484
<WarningLevel>4</WarningLevel>
8585
</PropertyGroup>

0 commit comments

Comments
 (0)