How to add an assembly manifest to a .NET executable?

后端 未结 3 1951
一生所求
一生所求 2020-12-03 02:55

How can i add an assembly manifest to my .NET executable?


An assembly manifest is is an XML file that is added to a .NET portable executable (PE) with resource

3条回答
  •  情深已故
    2020-12-03 03:12

    In Visual Studio 2008, this can be done in the Project Properties window. I'm almost positive it is the same in 2010. Right click on your project, select properties, and in the application tab you can select a manifest. You have to add it to your project first, but you can do that easily by adding an existing file.

提交回复
热议问题