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.
「Game.exe」という名前の Windows C# アプリケーションを実行するときに、タスクバーでアプリケーション「Game.exe」の名前がたとえば「MegaCity.exe」になるようにするにはどうすればよいですか?
ありがとう
あなたの質問を受け取った場合は、プロジェクトのプロパティでアセンブリ名を変更する必要があると思います:
Project| | Propertiesをクリックし、タブを選択してApplication、目的の EXE 名を [アセンブリ名]フィールドに入力します。
Project
Properties
Application