Skip to content

Commit a696151

Browse files
committed
Create source.extension.cs
1 parent 89d6d64 commit a696151

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// ------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This file was generated by VSIX Synchronizer 1.0.45
4+
// Available from https://marketplace.visualstudio.com/items?itemName=MadsKristensen.VsixSynchronizer64
5+
// </auto-generated>
6+
// ------------------------------------------------------------------------------
7+
namespace DevWinUI_Template
8+
{
9+
internal sealed partial class Vsix
10+
{
11+
public const string Id = "DevWinUI_Template.18eb89b1-bd1f-4e22-9196-6ea05b8ca61d";
12+
public const string Name = "DevWinUI Templates for WinUI";
13+
public const string Description = @"DevWinUI Project Template, help you quickly create a new WinUI 3 App with DevWinUI and MVVM Packages. We prepare your project with the following features: NavigationView, Custom TitleBar, HomeLandingPage and Settings Page (with Theme settings).
14+
We also always use the latest version of WindowsAppSDK.
15+
Jump right into coding your project, and let us prepare project for you.";
16+
public const string Language = "en-US";
17+
public const string Version = "14.2.0";
18+
public const string Author = "Mahdi Hosseini";
19+
public const string Tags = "WindowsAppSDK, WinAppSDK, WinUI, DevWinUI, XAML, C#, Managed, winui3, winui 3, wasdk, windows app sdk, windowsappsdk, winuicommunity, settingsui, components, titlebar, navigationview, theme, mvvm, template, winui";
20+
public const bool IsPreview = false;
21+
}
22+
}

0 commit comments

Comments
 (0)