[C#/WINUI3/COMMUNITY TOOLKIT/.NET8] WinUI (C#) 템플리트 스튜디오를 사용해 앱 만들기

■ WinUI (C#) 템플리트 스튜디오를 사용해 앱을 만드는 방법을 보여준다.

※ 비주얼 스튜디오에서 TestProject(Unpackaged) 모드로 빌드한다.
※ TestProject.csproj 프로젝트 파일에서 WindowsPackageType 태그를 None으로 추가했다.

NavigationViewHeaderBehavior.cs

EnumerationToBooleanConverter.cs

NavigationViewHeaderMode.cs

FrameExtension.cs

ResourceExtension.cs

SettingStorageExtension.cs

ActivationHandler.cs

AppNotificationActivationHandler.cs

DefaultActivationHandler.cs

JSONHelper.cs

NavigationHelper.cs

RuntimeHelper.cs

TitleBarHelper.cs

IActivationHandler.cs

IActivationService.cs

IAppNotificationService.cs

IFileService.cs

ILocalSettingService.cs

INavigationAware.cs

INavigationService.cs

INavigationViewService.cs

IPageService.cs

IThemeSelectorService.cs

IWebViewService.cs

LocalSettingOption.cs

ActivationService.cs

AppNotificationService.cs

FileService.cs

LocalSettingService.cs

NavigationService.cs

NavigationViewService.cs

PageService.cs

ThemeSelectorService.cs

WebViewService.cs

FontSizes.xaml

TextBlock.xaml

Thickness.xaml

MainViewModel.cs

SettingViewModel.cs

ShellViewModel.cs

TestViewModel.cs

WebViewModel.cs

MainPage.xaml

MainPage.xaml.cs

SettingPage.xaml

SettingPage.xaml.cs

ShellPage.xaml

ShellPage.xaml.cs

TestPage.xaml

TestPage.xaml.cs

WebPage.xaml

WebPage.xaml.cs

MainWindow.xaml

MainWindow.xaml.cs

App.xaml

App.xaml.cs

TestProject.zip

Advertisements