Skip to content

Commit 6c32baf

Browse files
authored
Updated Template Studio references. (#2547)
* Updated Template Studio reference. * Added Template Studio for WinUI (C#) reference. * Added Template Studio for UWP reference. * Added Template Studio for WinUI (C#) reference. * Added Template Studio to samples page.
1 parent ef86376 commit 6c32baf

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

hub/apps/design/downloads/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Design and UI-related downloads for Fluent Design/Windows apps. For additional t
3232
[Installation instructions](/windows/uwpcommunitytoolkit/getting-started)
3333
:::column-end:::
3434
:::column:::
35-
![Windows Template Studio thumbnail](images/windows-template-studio.png)
36-
**Windows Template Studio**<br/>
37-
Quickly scaffold a UWP app using a wizard-based UI.<br/>
38-
[Download](https://aka.ms/wtsinstall)
35+
![Template Studio thumbnail](images/template-studio.png)
36+
**Template Studio**<br/>
37+
Quickly scaffold apps using a wizard-based UI.<br/>
38+
[Installation instructions](https://github.com/microsoft/TemplateStudio#template-studio)
3939
:::column-end:::
4040
:::row-end:::
4141

hub/apps/desktop/visual-studio-templates.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ The [Windows UI Library (WinUI)](../winui/index.md) is the modern native user in
2222

2323
WinUI 3 is available as part of [the Windows App SDK](../windows-app-sdk/index.md). It includes a VSIX package for Visual Studio 2019 (and later) that provides project and item templates that help you get started building apps with a WinUI-based interface.
2424

25+
[Template Studio for WinUI (C#)](https://marketplace.visualstudio.com/items?itemName=TemplateStudio.TemplateStudioForWinUICs) is a Visual Studio 2022 extension that accelerates the creation of new .NET WinUI apps using a wizard-based UI. Select from a variety of project types and features to generate a project template customized for you.
26+
2527
For more information about the available WinUI project and item templates, see [WinUI 3 templates in Visual Studio](../winui/winui3/winui-project-templates-in-visual-studio.md).
2628

2729
## UWP templates
2830

2931
Visual Studio provides a variety of project templates for building UWP apps with C# or C++. To use these project templates, you must include the **Universal Windows Platform development** workload when you install Visual Studio. For the C++ project templates, you must also include the **C++ (v142) Universal Windows Platforms tools** optional component for the **Universal Windows Platform development** workload.
3032

33+
[Template Studio for UWP](https://marketplace.visualstudio.com/items?itemName=TemplateStudio.TemplateStudioForUWP) is a Visual Studio 2022 extension that accelerates the creation of new .NET UWP apps using a wizard-based UI. Select from a variety of project types and features to generate a project template customized for you.
34+
3135
### Project templates for C# and UWP
3236

3337
To access the UWP C# project templates when you create a new project in Visual Studio, filter the language to **C#**, the platform to **Windows**, and the project type to **UWP**.

hub/apps/get-started/samples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Most of the repos below include a collection of several sample apps demonstratin
2020

2121
| Sample apps repo | Description |
2222
|-------------|-------------|
23+
| [Template Studio](https://github.com/microsoft/TemplateStudio#template-studio) | Accelerate the creation of apps using a wizard-based UI. |
2324
| [Windows App SDK samples](https://github.com/microsoft/WindowsAppSDK-Samples) | Demonstrates API usage patterns for the Windows App SDK&mdash;the next evolution in the Windows app development platform. |
2425
| [WinUI Xaml Controls Gallery](https://github.com/microsoft/Xaml-Controls-Gallery) | Demonstrates all of the Xaml and Windows UI library controls available to make a Fluent Windows app. |
2526
| [App Model Samples](https://github.com/Microsoft/AppModelSamples) | Contains sample apps that demonstrate the core application activation and lifecycle management infrastructure of various platforms such as the Universal Windows Platform (UWP), Windows Forms (WinForms), and console. |

hub/apps/windows-app-sdk/set-up-your-development-environment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ The [Windows App SDK](index.md) includes Visual Studio project and item template
6262

6363
If you followed the instructions in [Required workloads and components](#required-workloads-and-components) above, then the templates are already installed.
6464

65+
Install [Template Studio for WinUI (C#)](https://marketplace.visualstudio.com/items?itemName=TemplateStudio.TemplateStudioForWinUICs) to accelerate the creation of new .NET WinUI apps using a wizard-based UI. Select from a variety of project types and features to generate a project template customized for you.
66+
6567
### [Visual Studio 2022 version 17.0](#tab/vs-2022-17-0)
6668

6769
The templates are available by installing a Visual Studio extension (VSIX).

0 commit comments

Comments
 (0)