Skip to content

Nuget package for C#, that moves dll,pdb and xml in bin/lib subfolder and ensures, that everything works.

License

Notifications You must be signed in to change notification settings

slmjy/PrettyBin

Repository files navigation

PrettyBin

Make bin folder of your project small, pretty and search friendly. Can you or your administrators always easily find App.config or exe among dll and pdb files? If not than PrettyBin is for you!

It moves dll,pdb and xml in bin/lib subfolder using an MSBuild task. Than it modifies App.config to look for dependencies in lib subfolder.

Also PrettyBin gives you a customizable example of how it can be done.


Your bin folder will look like this:

/lib

YourApp.exe

YourApp.config

About

Nuget package for C#, that moves dll,pdb and xml in bin/lib subfolder and ensures, that everything works.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages