diff --git a/GameAtlas/.vs/GameAtlas/v17/.suo b/GameAtlas/.vs/GameAtlas/v17/.suo new file mode 100644 index 0000000..0c40bd2 Binary files /dev/null and b/GameAtlas/.vs/GameAtlas/v17/.suo differ diff --git a/GameAtlas/GameAtlas.sln b/GameAtlas/GameAtlas.sln new file mode 100644 index 0000000..6d06784 --- /dev/null +++ b/GameAtlas/GameAtlas.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}") = "GameAtlas", "GameAtlas\GameAtlas.csproj", "{1E4453D5-5C58-45AB-8366-3EC53D520816}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1E4453D5-5C58-45AB-8366-3EC53D520816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1E4453D5-5C58-45AB-8366-3EC53D520816}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1E4453D5-5C58-45AB-8366-3EC53D520816}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {1E4453D5-5C58-45AB-8366-3EC53D520816}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1E4453D5-5C58-45AB-8366-3EC53D520816}.Release|Any CPU.Build.0 = Release|Any CPU + {1E4453D5-5C58-45AB-8366-3EC53D520816}.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/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/19d72a7d-69ab-4cdf-a790-75d4ff3845dd.vsidx b/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/19d72a7d-69ab-4cdf-a790-75d4ff3845dd.vsidx new file mode 100644 index 0000000..874f443 Binary files /dev/null and b/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/19d72a7d-69ab-4cdf-a790-75d4ff3845dd.vsidx differ diff --git a/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/read.lock b/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/GameAtlas/GameAtlas/App.xaml b/GameAtlas/GameAtlas/App.xaml new file mode 100644 index 0000000..5055206 --- /dev/null +++ b/GameAtlas/GameAtlas/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/GameAtlas/GameAtlas/App.xaml.cs b/GameAtlas/GameAtlas/App.xaml.cs new file mode 100644 index 0000000..31f1796 --- /dev/null +++ b/GameAtlas/GameAtlas/App.xaml.cs @@ -0,0 +1,11 @@ +namespace GameAtlas; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } +} diff --git a/GameAtlas/GameAtlas/AppShell.xaml b/GameAtlas/GameAtlas/AppShell.xaml new file mode 100644 index 0000000..0d8f0d5 --- /dev/null +++ b/GameAtlas/GameAtlas/AppShell.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/GameAtlas/GameAtlas/AppShell.xaml.cs b/GameAtlas/GameAtlas/AppShell.xaml.cs new file mode 100644 index 0000000..79fbbfd --- /dev/null +++ b/GameAtlas/GameAtlas/AppShell.xaml.cs @@ -0,0 +1,9 @@ +namespace GameAtlas; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj b/GameAtlas/GameAtlas/GameAtlas.csproj new file mode 100644 index 0000000..52929e2 --- /dev/null +++ b/GameAtlas/GameAtlas/GameAtlas.csproj @@ -0,0 +1,51 @@ + + + + net6.0-android;net6.0-ios;net6.0-maccatalyst + $(TargetFrameworks);net6.0-windows10.0.19041.0 + + + Exe + GameAtlas + true + true + enable + + + GameAtlas + + + com.companyname.gameatlas + 62512753-dfda-48fe-857d-25a91df9589f + + + 1.0 + 1 + + 14.2 + 14.0 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + + + + + + + + + + + + + + + + + + + + + diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj.user b/GameAtlas/GameAtlas/GameAtlas.csproj.user new file mode 100644 index 0000000..0f14913 --- /dev/null +++ b/GameAtlas/GameAtlas/GameAtlas.csproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/GameAtlas/GameAtlas/MainPage.xaml b/GameAtlas/GameAtlas/MainPage.xaml new file mode 100644 index 0000000..b505156 --- /dev/null +++ b/GameAtlas/GameAtlas/MainPage.xaml @@ -0,0 +1,41 @@ + + + + + + + + +