ekolis / AutoPBW

AutoPBW is a desktop client for PBW used to upload and download game files for Space Empires and other turn-based strategy games supported by the website.
http://edkolis.com/autopbw
4 stars 2 forks source link

There are two AutoPBW.WPF.dll in the new release #36

Open TheThief opened 3 years ago

TheThief commented 3 years ago

One in the "ref" folder, and on in the root. They are different sizes. Is this correct?

TheThief commented 3 years ago

From testing, it doesn't need the one in the "ref" folder

TheThief commented 3 years ago

This might help: https://github.com/dotnet/sdk/issues/6883 https://github.com/dotnet/sdk/issues/6883#issuecomment-275713559

ekolis commented 3 years ago

Hmm, so the ones in the "ref" folder are only used when dynamically compiling code? So for a WPF app that doesn't use Roslyn or anything like that, we could safely delete them, as you'd found? But once we start dynamically compiling code (say, FrEee mods), then we'd need them? I guess they're not really hurting anything to leave them there...