> For the complete documentation index, see [llms.txt](https://yanxiaodi.gitbook.io/xamarin-mvvmcross-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yanxiaodi.gitbook.io/xamarin-mvvmcross-handbook/using-mvvmcross-to-create-your-first-xamarin-app/creating-the-uwp-project.md).

# Creating the UWP project

Create a new UWP project called `MvvmCrossDemo.Uwp` into the solution.

![](https://847068821-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LPK_0Nj6gmm5SSTHfcs%2F-LPPOwHOQFqkFDl5kmKd%2F-LPPP1Wwskji3L3rXXrj%2Fimage.png?alt=media\&token=febc9673-8b23-4c08-93d7-8e459c75e468)

Probably, the default Target version is 1803(Build 17134), and make sure the Min version is Fall Creators Update (Build 16299) or higher. Because the lastest `MvvmCross` framework does not support the old version of Windows 10.

![](https://847068821-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LPK_0Nj6gmm5SSTHfcs%2F-LPPOwHOQFqkFDl5kmKd%2F-LPPP7atVjI4fanYR0Rv%2Fimage.png?alt=media\&token=d9f4c04e-f3f6-4134-a34c-40ee57b08b52)

Install the `MvvmCross` package to the project through the NuGet Package Manager or the console. Like the Android project, add the reference to the `MvvmCrossDemo.Core` project. Then delete the `MainPage.xaml` and the `MainPage.xaml.cs`. We do not need them.
