2009-03-19から1日間の記事一覧

manifest での権限設定

C#

manifest ファイルをアセンブリに埋め込む方法をメモしておきます。 manifest って? manifest を利用して、アセンブリ実行に必要な権限を指定できます。 manifest の書式 こんな感じ。 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> </assembly>