开发者

How to define both assemblies and non-assembly files that need to be deployed in a ClickOnce application, from within a Visual Studio project?

So I am trying to figure out if there is a way to define the files and assemblies I need deployed with a ClickOnce app, from within Visual Studio.

I would like to "Publish" the application and not have to make any more modifications with Mage. Especially for continuous integration.

Is this possible?开发者_如何学运维 Can I add something to the app.manifest file, to do this?


You should be able to do this by adding a file to the project, and in the properties window, set the "Build Action" to "Content"

You may also have to set the "Copy to Output Directory" property as well.

(this is not tested using ClickOnce, but it works with other build and deploy methods)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜