template10 - Manually add Template 10 to an existing UWP project? -


i have uwp app created using 1 of azure templates, can add template 10 manually? if steps? easy adding references , coping on chucks of code existing project?

it might easier going opposite route , moving pertinent code on azure app template 10 app.

this easier expected, although wiki post on github repository helpful. these steps took.

  1. created blank template 10 app reference.
  2. added template 10 nuget package project.
  3. copy , pasted of relevant code on reference project existing project.
  4. built , cleaned solution, refreshed project, , run.

Comments