nuget

  1. M

    How to efficiently incorporate sample projects form GitHub into your solution (currently struggling with MapSui)

    For some time now I’ve been trying to use the NuGet library Mapsui to create a WPF application with some GIS capabilities.. Mapsui link The instruction are very clear and simple to get a basic app running that will open up OpenStreepMap and allow you to zoom and pan. Beyond that (say loading...
  2. dv2020

    Combine all *.dll into a folder instead of main directory of program

    Hello, I'm trying to work out how to get my application to store all the *.dll files that were installed using NuGet into a folder "lib" inside the application root directory automatically when I complete a build? If anyone has any ideas, that would be great. Thanks David
Top Bottom