ionescu007 / VisualUefi

A project for allowing EDK-II Development with Visual Studio
480 stars 124 forks source link

How to add another EDK2 module to VisualUefi #44

Open crimsonskylark opened 1 year ago

crimsonskylark commented 1 year ago
  1. Open the solution with Visual Studio;
  2. Create a new project for the module in question. In my case, this was "DnsDxe" - part of "NetworkPkg";
  3. Change the project from Application (.exe) to Static library (.lib)
  4. Add all the relevant C files to the project;
  5. Fix the include path