diff --git a/MP-STATS.sln b/MP-STATS.sln new file mode 100644 index 00000000..266dbaf1 --- /dev/null +++ b/MP-STATS.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31229.75 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP-STATS", "MP-STATS\MP-STATS.csproj", "{D9901B50-E61C-400C-B62C-FA060CF72C29}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MpDataLayer", "MpDataLayer\MpDataLayer.csproj", "{10BA8450-301D-49C7-8E1E-21B7469C225C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D9901B50-E61C-400C-B62C-FA060CF72C29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D9901B50-E61C-400C-B62C-FA060CF72C29}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D9901B50-E61C-400C-B62C-FA060CF72C29}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D9901B50-E61C-400C-B62C-FA060CF72C29}.Release|Any CPU.Build.0 = Release|Any CPU + {10BA8450-301D-49C7-8E1E-21B7469C225C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {10BA8450-301D-49C7-8E1E-21B7469C225C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {10BA8450-301D-49C7-8E1E-21B7469C225C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {10BA8450-301D-49C7-8E1E-21B7469C225C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {632D11D1-088B-4795-97E5-048534002558} + EndGlobalSection +EndGlobal diff --git a/MP-STATS/Components/CmpFooter.razor b/MP-STATS/Components/CmpFooter.razor new file mode 100644 index 00000000..71530453 --- /dev/null +++ b/MP-STATS/Components/CmpFooter.razor @@ -0,0 +1,18 @@ +
+ +@code { + protected DateTime adesso = DateTime.Now; + + Version version = typeof(Program).Assembly.GetName().Version; + +} \ No newline at end of file diff --git a/MP-STATS/Components/CmpTop.razor b/MP-STATS/Components/CmpTop.razor new file mode 100644 index 00000000..4128b284 --- /dev/null +++ b/MP-STATS/Components/CmpTop.razor @@ -0,0 +1,52 @@ +@using MP_STATS.Components +@using System.Security.Claims +@using Microsoft.AspNetCore.Components.Authorization + +@inject AuthenticationStateProvider AuthenticationStateProvider + +