Skip to content

Commit

Permalink
add #if to protect usings in build configure Release
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Sep 2, 2024
1 parent 592bbd7 commit 0cc606f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OngekiFumenEditor/AppBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
using OngekiFumenEditor.Utils;
using OngekiFumenEditor.Utils.DeadHandler;
using OngekiFumenEditor.Utils.Logs.DefaultImpls;
#if !DEBUG
using System.Runtime.InteropServices;
using System.Threading;
using MahApps.Metro.Controls;
using OngekiFumenEditor.UI.Dialogs;
#endif

namespace OngekiFumenEditor;

Expand Down

0 comments on commit 0cc606f

Please sign in to comment.