Skip to content

Commit

Permalink
fix compile issue netfx
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-0 committed Nov 17, 2024
1 parent b67d03d commit 5b3f184
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE,NETFRAMEWORK</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand All @@ -61,7 +61,7 @@
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE,NETFRAMEWORK</DefineConstants>
<Optimize>true</Optimize>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
Expand All @@ -78,7 +78,7 @@
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>TRACE,NETFRAMEWORK</DefineConstants>
<Optimize>true</Optimize>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
Expand Down

0 comments on commit 5b3f184

Please sign in to comment.