-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
265 additions
and
252 deletions.
There are no files selected for viewing
476 changes: 240 additions & 236 deletions
476
VSIX/DevWinUI_Template/DevWinUI_Template/TemplateWizard/SharedWizard.cs
Large diffs are not rendered by default.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
VSIX/DevWinUI_Template/DevWinUI_Template/TemplateWizard/TemplateConfig.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
namespace DevWinUI_Template; | ||
public class TemplateConfig | ||
{ | ||
public bool IsMVVM { get; set; } | ||
public bool HasNavigationView { get; set; } | ||
public bool IsBlank { get; set; } | ||
public bool IsTest { get; set; } | ||
public bool HasPages { get; set; } | ||
public TemplateType TemplateType { get; set; } | ||
} | ||
public enum TemplateType | ||
{ | ||
WinUIApp_Blank_UnitTest, | ||
WinUIApp_Blank, | ||
WinUIApp_MVVM_NavigationView, | ||
WinUIApp_MVVM, | ||
WinUIApp_NavigationView, | ||
WinUIApp | ||
} |
10 changes: 0 additions & 10 deletions
10
VSIX/DevWinUI_Template/DevWinUI_Template/TemplateWizard/TemplateType.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters