I created a C# application, that depends on the MaxMind GeoIP.dat file to work.
How can I include it into the ClickOnce build so the GeoIP.dat file gets automatically installed into the application directory?
I added the GeoIP.dat as a resource but that didn’t help, it doesn’t get included.
I solved it myself,
you need to go to the resource properties and set the resource to be always included, then you can embed them into the build process and it is included.