Kaynağa Gözat

debug build title

Coder 8 ay önce
ebeveyn
işleme
1b299e14d7
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      Bmp.WinForms/Const.cs

+ 5 - 1
Bmp.WinForms/Const.cs

@@ -8,6 +8,10 @@ namespace Bmp.WinForms
 {
     internal static class Const
     {
-        internal const string AppTitle = "马鹿音乐播放器";
+        internal const string AppTitle = "马鹿音乐播放器"
+#if DEBUG
+        +"(调试构建)"
+#endif
+            ;
     }
 }