Skip to content

Commit

Permalink
Fix the InaraResonder not building correctly in the debug configurati…
Browse files Browse the repository at this point in the history
…on (like we already did for the release config).
  • Loading branch information
Tkael committed Jun 1, 2021
1 parent e908f46 commit 2043050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InaraResponder/EddiInaraResponder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit 2043050

Please sign in to comment.