HintMachine / hintMachine

HintMachine is a program giving hints for your Archipelago games.
MIT License
9 stars 11 forks source link

Introduced first ViewModel for the GameSelectionWindow #71

Closed Hawkrex closed 8 months ago

Hawkrex commented 8 months ago

Introduced first ViewModel for the GameSelectionWindow (Except for properties of games) Added build event to move all libs in Libs folders

Dinopony commented 8 months ago

Some things aren't right with the whole file moving stuff after build. Currently, it seems to be moving any file from the binary folder to the Libs/ subfolder, causing the settings.cfg file or any other garbage file to end up silently inside Libs/. Could it be possible to just move the dll files while getting rid of the pdb & xml files which have no use in a release bundle?

Hawkrex commented 8 months ago

It's not possible to make a list of what you want to copy, only exxcluded files and folders. We should be good with those settings. Maybe at one point if we want to add other files created by the app (like the .cfg), we should put them in a specific folder like the Assets to not have to exclude the files one by one in the command line.