HaloSPV3/Gemini

split GUI to separate project

BinToss opened this issue · 0 comments

Notes

  • This is to alllow IL trimming of code that does not reference WPF/WinForms
  • Non-GUI namespace will remain as 'SPV3'
  • GUI namespace will be 'SPV3.GUI', reflecting AmaiSosu's layout
  • 'SPV3.GUI' will become the main project because it needs to reference the non-GUI components
  • In relation to HaloSPV3/HXE#214