Skip to content

Commit dc0faeb

Browse files
committed
Remove unnecessary compiler constant that generates a warning under VS2022.
1 parent b5a50b9 commit dc0faeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Remote Server/Remote Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE;IMAGEARRAYTEST=FALSE</DefineConstants>
35+
<DefineConstants>TRACE</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
<Prefer32Bit>true</Prefer32Bit>

0 commit comments

Comments
 (0)