diff --git a/MP-STATS/MP-STATS.csproj b/MP-STATS/MP-STATS.csproj index a7fed9f4..f16d772f 100644 --- a/MP-STATS/MP-STATS.csproj +++ b/MP-STATS/MP-STATS.csproj @@ -1,11 +1,21 @@ - + - - net5.0 - MP_STATS - + + net5.0 + MP_STATS + - - - + + + + + + + + + + + PreserveNewest + + \ No newline at end of file diff --git a/MP-STATS/Pages/Controlli.razor b/MP-STATS/Pages/Controlli.razor new file mode 100644 index 00000000..80019b0d --- /dev/null +++ b/MP-STATS/Pages/Controlli.razor @@ -0,0 +1,5 @@ +

Controlli

+ +@code { + +} diff --git a/MP-STATS/Pages/Scarti.razor b/MP-STATS/Pages/Scarti.razor new file mode 100644 index 00000000..31e1f24d --- /dev/null +++ b/MP-STATS/Pages/Scarti.razor @@ -0,0 +1,5 @@ +

Scarti

+ +@code { + +} diff --git a/MP-STATS/Shared/NavMenu.razor b/MP-STATS/Shared/NavMenu.razor index 7c1633b5..759928d7 100644 --- a/MP-STATS/Shared/NavMenu.razor +++ b/MP-STATS/Shared/NavMenu.razor @@ -13,15 +13,25 @@ + @* + *@ @@ -34,4 +44,4 @@ { collapseNavMenu = !collapseNavMenu; } -} +} \ No newline at end of file diff --git a/MP-STATS/logs/.placeholder b/MP-STATS/logs/.placeholder new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/MP-STATS/logs/.placeholder @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/MP-STATS/post-build.ps1 b/MP-STATS/post-build.ps1 new file mode 100644 index 00000000..625f16ba --- /dev/null +++ b/MP-STATS/post-build.ps1 @@ -0,0 +1,11 @@ +param([string]$ProjectDir, [string]$ProjectPath); + +$MajMin="1.0." +$currentDate = get-date -format yyMM; +$currentTime = get-date -format HHmm; +$find = "(.|\n)*?"; +$replace = "" + $MajMin + $currentDate +"." + $currentTime + ""; +$csproj = Get-Content $ProjectPath +$csprojUpdated = $csproj -replace $find, $replace + +Set-Content -Path $ProjectPath -Value $csprojUpdated \ No newline at end of file diff --git a/MP-STATS/wwwroot/favicon.ico b/MP-STATS/wwwroot/favicon.ico index 63e859b4..70ccadaf 100644 Binary files a/MP-STATS/wwwroot/favicon.ico and b/MP-STATS/wwwroot/favicon.ico differ