开发者

How to modify an assembly before it is packaged in a XAP?

I have a MSBuild task that modifies an assembly. At the moment I place the Task in the AfterBuild Target of the project file. Unfortunately this does not work for Silverlight because the XAP is packaged before the afterbuild is fired. The same problem exists for VSIX projects.

So how do I get this scenario t开发者_运维百科o work?

Is there another Target I should be using?


If you only need compiled assembly for modification you can change target name on "AfterCompile". In AfterCompile target you will get only the assembly without any additional resources like satellite assemblies.


This sounds lot like

How can I inject a XAML transformation into my build?

I gave a suggestion there that I think would help ya out. Take a look. If not, lemme know.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜