Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: C#: プロジェクト全体でグローバルにプリプロセッサ シンボル (DEBUG など) を宣言する
プロジェクトで定義をセットアップして、#NOTEMBEDDEDデバッグ中に
#NOTEMBEDDED
#if NOTEMBEDDED #endif
さまざまなソース ファイルでそれを認識し、if ステートメントに分類されますか?
それをプロジェクト設定に追加し、プロジェクトを右クリックして [プロパティ] を選択します。[ビルド] タブの下に [条件付きコンパイル シンボル] があります。
そこに条件を入力します。
プロジェクト プロパティの [ビルド] タブに移動し、ボックスに追加しConditional compilation symbolsます。
Conditional compilation symbols