Github user biasmv commented on the pull request:
https://github.com/apache/cordova-windows/pull/139#issuecomment-184110837
That's fantastic! Thanks for merging.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If
Github user biasmv commented on the pull request:
https://github.com/apache/cordova-windows/pull/139#issuecomment-182249434
Hi,
just to follow up on this. I've changed the code to use relative paths. We
have been using this version for a while for testing our plugin a
Github user biasmv commented on the pull request:
https://github.com/apache/cordova-windows/pull/139#issuecomment-178005303
Thanks for taking a look! I agree that it would be better to use relative
paths. At the moment, csproj files are also referenced using absolute paths, so
one
Github user biasmv commented on the pull request:
https://github.com/apache/cordova-windows/pull/139#issuecomment-175489700
Cool, thanks!
---
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
Github user biasmv commented on the pull request:
https://github.com/apache/cordova-windows/pull/139#issuecomment-174499126
@sgrebnov: I've verified that it's still possible to have files in non-root
folder locations. I've inserted the following into my project (which
Github user biasmv commented on the pull request:
https://github.com/apache/cordova-windows/pull/139#issuecomment-174159467
Yeah, that was confusing to me as well. My plugin uses an unmanaged native
dll that I'm referencing from C# code. As described in the links below, it
GitHub user biasmv opened a pull request:
https://github.com/apache/cordova-windows/pull/139
don't copy resource-files at plugin install
Instead, reference the file in the plugin directory. This allows to have
multiple
source files map to the same destination file insid