Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-176733241 I've tried this approach and it seems to work very well. The only two things I've noticed are: 1. Generated `Include` is absolute, this could be a problem for remote build tools and when you move the app or send someone else. But I think this could be easily fixed. ``` <Content Condition="'$(Platform)'=='x64'" Include="C:\temp\resCopyTest\plugins\cordova-plugin-dialogs\dll\x64\foo.dll"> <Link>x64/foo.dll</Link> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> ``` 2. Includes to files which are outside the VS project are showed like linked folder is missing so this may confuse people  But in general this works well and should simplify working with arch-specific native dependencies a lot. File is correctly placed in generated package so there should no be any runtime issues
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org