VS2008では、コンパイルが無効になる場合、コードがグレーで表示されますね。
コードは以下のような感じ。
#if DEBUG
System.Diagnostics.Debug.WriteLine("デバッグモード");
#else
System.Diagnostics.Debug.WriteLine("リリースモード");
#endif
System.Diagnostics.Debug.WriteLine("デバッグモード");
#else
System.Diagnostics.Debug.WriteLine("リリースモード");
#endif
0 件のコメント:
コメントを投稿