Skip to content

How to Build UI For UWP NuGet

Atanas Popatanasov edited this page Sep 4, 2018 · 1 revision

For building a nuget package Visual Studio 2015 or 2017 is needed.

  1. Open UWPControls.sln located in the Controls folder. Right click on the solution and select Build either in Release or Debug.
  2. Open UWPMap.sln located in the Controls folder. Right click on the solution and select Build. The solution needs to be build successively in x86/x64 and ARM configurations in Release or Debug.

After the solutions are built successfully the binaries are now located in the **Binaries **folder

In order to package these binaries into a nuget package run BuildTools/BuildNuGet.bat. After the bat file finishes its execution the generated package will be located in the NuGet subfolder.

Clone this wiki locally