Skip to content

The Empty Shell ItemTemplate of .NET MAUI/Xamarin.Forms for Visual Studio

License

Notifications You must be signed in to change notification settings

JamestsaiTW/dotNET-MAUI-or-Xamarin.Forms-Empty-Shell-ItemTemplate

Repository files navigation

.NET MAUI / Xamarin.Forms Empty Shell ItemTemplate (for Visual Studio)

This is a .NET MAUI / Xamarin.Forms "Empty Shell" ItemTemplate (for Visual Studio). It will help you create an empty Shell file in your .NET MAUI / Xamarin.Forms project easier.

這是 .NET MAUI / Xamarin.Forms 的 "空白 Shell" 的 Visual Studio 項目樣板。會協助你在現有的 .NET MAUI / Xamarin.Forms 專案當中更輕易地建立空白的 Shell 檔案。

How to Setup?

Visual Studio 2022

  1. Please, blowse to %USERPROFILE%\Documents\Visual Studio 2022\Templates\ItemTemplates folder by windows file explorer.
    請先透過檔案總管瀏覽到 %USERPROFILE%\Documents\Visual Studio 2022\Templates\ItemTemplates 資料夾中

  2. Create a folder named "C#" in this folder.
    在此資料夾中建立一個命名為 "C#" 的資料夾。

if you use Xamarin.Forms only, no .NET MAUI / 如果你只用 Xamarin.Forms, 沒有要用 .NET MAUI

  1. Copy Xamarin.Forms Empty Shell Template.zip file to %USERPROFILE%\Documents\Visual Studio 2022\Templates\ItemTemplates\C# folder.
    將此 Xamarin.Forms Shell 的空白樣板.zip 檔案複製到 %USERPROFILE%\Documents\Visual Studio 2022\Templates\ItemTemplates\C# 資料夾中。

if you want to use .NET MAUI, please check you had install .NET MAUI workload in Visual Studio / 如果你要使用 .NET MAUI, 請確定已經在 Visual Studio 中有安裝好 .NET MAUI 的工作負載

  1. Create two folders, one named .NET MAUI another one named Xamarin.Forms in the "C#" folder (created by step2).
    在先前第二步中所建立的 "C#" 資料夾中,再繼續建立名稱為 .NET MAUI 資料夾與 Xamarin.Forms 資料夾。

  2. Copy .NET MAUI Empty Shell Template.zip file to %USERPROFILE%\Documents\Visual Studio 2022\Templates\ItemTemplates\C#\.NET MAUI folder.
    .NET MAUI 的 Shell 空白樣板.zip 檔案複製到 %USERPROFILE%\Documents\Visual Studio 2022\Templates\ItemTemplates\C#\.NET MAUI 資料夾中。

    Copy Xamarin.Forms Empty Shell Template.zip file to %USERPROFILE%\Documents\Visual Studio 2022\Templates\ItemTemplates\C#\Xamarin.Forms folder.
    Xamarin.Forms Shell 的空白樣板.zip 檔案複製到 %USERPROFILE%\Documents\Visual Studio 2022\Templates\ItemTemplates\C#\Xamarin.Forms 資料夾中。

Visual Studio 2019

Copy Xamarin.Forms Empty Shell Template.zip file to %USERPROFILE%\Documents\Visual Studio 2019\Templates\ItemTemplates\Visual C# folder.

將此 Xamarin.Forms Shell 的空白樣板.zip 檔案複製到 %USERPROFILE%\Documents\Visual Studio 2019\Templates\ItemTemplates\Visual C# 資料夾中。

Visual Studio 2017

Copy Xamarin.Forms Empty Shell Template.zip file to %USERPROFILE%\Documents\Visual Studio 2017\Templates\ItemTemplates\Visual C# folder.

Xamarin.Forms Shell 的空白樣板.zip 檔案複製到 %USERPROFILE%\Documents\Visual Studio 2017\Templates\ItemTemplates\Visual C# 資料夾中。

How to use?

  1. In your .NET MAUI or Xamarn.Forms project, select "Add" -> "New item...".

    在你的 .NET MAUI 或 Xamarin.Forms 專案, 選擇 "加入" -> "新增項目..."。

  2. Visual Studio 2022

    Only Xamarin.Forms

    Select "Empty Shell File" in "C# Items", edit your file name and click "Add".
    English

    選擇在 "C# 項目" 中的 "空白 Shell 檔案", 編輯 "名稱" 並且點選 "新增"。
    繁體中文

    Both .NET MAUI and Xamarin.Forms

    For .NET MAUI

    Select ".NET MAUI Empty Shell (XAML)" in the ".NET MAUI" section of "C# Items", edit your file name and click "Add".
    English
    在 "C# 項目" 中找到 ".NET MAUI" 後,再選取 ".NET MAUI 空白 Shell (XAML)" 項目, 編輯 "名稱" 並且點選 "新增"。 繁體中文

    For Xamarin.Forms

    Select "Empty Shell File" in the "Xamarin.Forms" section of "C# Items", edit your file name and click "Add".
    English

    在 "C# 項目" 中找到 "Xamarin.Forms" 後,再選取 "空白 Shell 檔案", 編輯 "名稱" 並且點選 "新增"。
    繁體中文

    Visual Studio 2019 / 2017

    Select "Empty Shell File" in "Visual C# Item", edit your file name and click "Add".
    English

    在 "Visual C# 項目" 中選取 "空白 Shell 檔案", 編輯 "名稱" 並且點選 "新增"。
    繁體中文

  3. Check the namespace of Shell .xaml/.cs file which is same as Xamarin.Forms project.

    檢查 Shell .xaml/.cs 檔案中的 namespace 是否與 Xamarin.Forms 專案一致。

About

The Empty Shell ItemTemplate of .NET MAUI/Xamarin.Forms for Visual Studio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published