How to use the MVVM Light Toolkit with an existing MVVM Light Toolkit project

I need to use the Surface project template for the application I'm working on, but I also want to use the MVVM Light Toolkit. I see that I can "Add | New Item ..." and select the MVVM template to view, view the model or locator, but there seem to be a few more things I need to do to link this apart from adding one of these and making sure that I added a link to the mvvm assemblies.

I try to figure this out by studying what is generated when I create the MVVM Light project, but I was hoping that someone already understood and documented all this. I know that Laurent mentioned that he was going to write this on a blog, but I looked and could not find it. If someone knows where I can find this message that would be a killer. Thanks in advance.

+4
source share
1 answer

It's nice to add MVVM Light to an existing project. I finally wrote a blog post that I had in mind only for this situation:

http://chriskoenig.net/2010/07/02/adding-mvvm-light-toolkit-to-an-existing-project/

Enjoy it!

+8
source

Source: https://habr.com/ru/post/1314595/


All Articles