diff --git a/MFACodeGenerator.MAUI/App.xaml b/MFACodeGenerator.MAUI/App.xaml new file mode 100644 index 0000000..783256d --- /dev/null +++ b/MFACodeGenerator.MAUI/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/MFACodeGenerator.MAUI/App.xaml.cs b/MFACodeGenerator.MAUI/App.xaml.cs new file mode 100644 index 0000000..e8f82bb --- /dev/null +++ b/MFACodeGenerator.MAUI/App.xaml.cs @@ -0,0 +1,12 @@ +namespace MFACodeGenerator.MAUI +{ + public partial class App : Application + { + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } + } +} \ No newline at end of file diff --git a/MFACodeGenerator.MAUI/AppShell.xaml b/MFACodeGenerator.MAUI/AppShell.xaml new file mode 100644 index 0000000..3d8c377 --- /dev/null +++ b/MFACodeGenerator.MAUI/AppShell.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/MFACodeGenerator.MAUI/AppShell.xaml.cs b/MFACodeGenerator.MAUI/AppShell.xaml.cs new file mode 100644 index 0000000..cf4aae7 --- /dev/null +++ b/MFACodeGenerator.MAUI/AppShell.xaml.cs @@ -0,0 +1,10 @@ +namespace MFACodeGenerator.MAUI +{ + public partial class AppShell : Shell + { + public AppShell() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/MFACodeGenerator.MAUI/MFACodeGenerator.MAUI.csproj b/MFACodeGenerator.MAUI/MFACodeGenerator.MAUI.csproj new file mode 100644 index 0000000..3d179f1 --- /dev/null +++ b/MFACodeGenerator.MAUI/MFACodeGenerator.MAUI.csproj @@ -0,0 +1,56 @@ + + + + net6.0-maccatalyst + $(TargetFrameworks);net6.0-windows10.0.19041.0 + + + Exe + MFACodeGenerator.MAUI + true + true + enable + + + TOTP MFA Code Generator + + + ca.v10networks.mfacodegenerator.maui + ED21101C-8443-4102-B59C-482E95B6D974 + + + 1.0 + 1 + + 14.2 + 14.0 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + AnyCPU + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MFACodeGenerator.MAUI/MainPage.xaml b/MFACodeGenerator.MAUI/MainPage.xaml new file mode 100644 index 0000000..2725699 --- /dev/null +++ b/MFACodeGenerator.MAUI/MainPage.xaml @@ -0,0 +1,30 @@ + + + + + + + + +