Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically include assemblies with CopyLocal = true in package #26

Open
dazinator opened this issue Dec 7, 2015 · 0 comments
Open

Comments

@dazinator
Copy link
Owner

dazinator commented Dec 7, 2015

At the moment, DnnPackager will include your target assembly, but for example if you need to include additional assemblies, then you need to modify some msbuild properties to tell DnnPackager about the additional assemblies to include.

It would be better if DnnPackager could automatically include all assemblies in the your project references, that are set to "Copy Local = true".

I haven't found any decent msbuild documentation for getting a list of these assemblies but this looked interesting: http://blog.alexyakunin.com/2009/09/making-msbuild-visual-studio-to.html

@dazinator dazinator self-assigned this Dec 7, 2015
@dazinator dazinator removed their assignment Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant