From the course: From Console to UI: A Deep Dive into Cross-Platform Development with MAUI

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Setting up our project

Setting up our project

- [Instructor] Before we get started with MAUI, we'll have to restructure our command line HelloNoteApp. Remember, you can download the previous project from my C# Cross-Platform Development course on GitHub. We'll be using this as the foundation of our project. I've also created a tag in this project's repo called lesson-0.0 which we can use as a starting place too. Once you've downloaded the code and installed all the tools you need, you'll be ready to follow along. I'll be using Visual Studio for Mac, but this will be the same for Visual Studio on Windows and Visual Studio Code on either Mac or Windows. However, in Visual Studio Code, you may have to do some manual steps when it comes to modifying and creating project files, which I will not be covering here. First, we're going to make the existing project a shared library. We'll start by renaming it to better reflect this purpose. Simply right-click on the project, choose rename, and we're going to call this HelloNote.Shared. Now…

Contents