From 5f4a2b94cdd53a8077ea0834e10f0078a0a96084 Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Sun, 24 Mar 2024 14:29:42 +0100 Subject: [PATCH 1/2] docs: Adjust naming of `.Shared` project --- doc/using-uno-resizetizer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/using-uno-resizetizer.md b/doc/using-uno-resizetizer.md index e1ad32d6..8caf2b9d 100644 --- a/doc/using-uno-resizetizer.md +++ b/doc/using-uno-resizetizer.md @@ -98,7 +98,7 @@ During the creation of your `svg` file, please remember to make the `ViewBox` bi # [**Class Library Based Solution**](#tab/classlib) * Create an `Icons` folder inside the Base project, and add the files related to the app icon there. -* Now open the `base.props` file, inside the `MyApp.Base` folder project and add the following block: +* Now open the `base.props` file, inside the `MyApp.Shared` project and add the following block: ```xml @@ -218,7 +218,7 @@ Next, some adjustments are needed on `Android`, `Windows`, `WebAssembly`, `mac-c # [**Class Library Based Solution**](#tab/classlib) * Create a `SplashScreen` folder inside the Base project, and add the file related to the splash screen there. -* Now, open the `base.props` file inside the `MyApp.Base` folder project and add the following block: +* Now, open the `base.props` file inside the `MyApp.Shared` folder project and add the following block: ```xml Date: Sun, 24 Mar 2024 14:31:29 +0100 Subject: [PATCH 2/2] chore: Adjust --- doc/using-uno-resizetizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/using-uno-resizetizer.md b/doc/using-uno-resizetizer.md index 8caf2b9d..a8134175 100644 --- a/doc/using-uno-resizetizer.md +++ b/doc/using-uno-resizetizer.md @@ -218,7 +218,7 @@ Next, some adjustments are needed on `Android`, `Windows`, `WebAssembly`, `mac-c # [**Class Library Based Solution**](#tab/classlib) * Create a `SplashScreen` folder inside the Base project, and add the file related to the splash screen there. -* Now, open the `base.props` file inside the `MyApp.Shared` folder project and add the following block: +* Now, open the `base.props` file inside the `MyApp.Shared` project and add the following block: ```xml