diff --git a/.gitignore b/Sources/.gitignore similarity index 100% rename from .gitignore rename to Sources/.gitignore diff --git a/Sources/Linaris.sln b/Sources/Linaris.sln new file mode 100644 index 0000000..4240d83 --- /dev/null +++ b/Sources/Linaris.sln @@ -0,0 +1,27 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31611.283 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linaris", "Linaris\Linaris.csproj", "{9E6281F7-95F6-472C-B268-894CE377C8A9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9E6281F7-95F6-472C-B268-894CE377C8A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9E6281F7-95F6-472C-B268-894CE377C8A9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9E6281F7-95F6-472C-B268-894CE377C8A9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {9E6281F7-95F6-472C-B268-894CE377C8A9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9E6281F7-95F6-472C-B268-894CE377C8A9}.Release|Any CPU.Build.0 = Release|Any CPU + {9E6281F7-95F6-472C-B268-894CE377C8A9}.Release|Any CPU.Deploy.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} + EndGlobalSection +EndGlobal diff --git a/Sources/Linaris/App.xaml b/Sources/Linaris/App.xaml new file mode 100644 index 0000000..ae057eb --- /dev/null +++ b/Sources/Linaris/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/Sources/Linaris/App.xaml.cs b/Sources/Linaris/App.xaml.cs new file mode 100644 index 0000000..4d72640 --- /dev/null +++ b/Sources/Linaris/App.xaml.cs @@ -0,0 +1,11 @@ +namespace Linaris; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } +} diff --git a/Sources/Linaris/AppShell.xaml b/Sources/Linaris/AppShell.xaml new file mode 100644 index 0000000..9cde360 --- /dev/null +++ b/Sources/Linaris/AppShell.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/Sources/Linaris/AppShell.xaml.cs b/Sources/Linaris/AppShell.xaml.cs new file mode 100644 index 0000000..9a420a4 --- /dev/null +++ b/Sources/Linaris/AppShell.xaml.cs @@ -0,0 +1,9 @@ +namespace Linaris; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} diff --git a/Sources/Linaris/Linaris.csproj b/Sources/Linaris/Linaris.csproj new file mode 100644 index 0000000..2da6278 --- /dev/null +++ b/Sources/Linaris/Linaris.csproj @@ -0,0 +1,55 @@ + + + + net7.0-android;net7.0-ios;net7.0-maccatalyst + $(TargetFrameworks);net7.0-windows10.0.19041.0 + + + Exe + Linaris + true + true + enable + + + Linaris + + + com.companyname.linaris + 10899437-21d7-4c68-87eb-b7c3e5187213 + + + 1.0 + 1 + + 11.0 + 13.1 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Linaris/MainPage.xaml b/Sources/Linaris/MainPage.xaml new file mode 100644 index 0000000..f25611f --- /dev/null +++ b/Sources/Linaris/MainPage.xaml @@ -0,0 +1,41 @@ + + + + + + + + +