about summary refs log tree commit diff
path: root/MatrixUtils.Web.Server
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj (renamed from MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj)2
-rw-r--r--MatrixUtils.Web.Server/Pages/Error.cshtml (renamed from MatrixRoomUtils.Web.Server/Pages/Error.cshtml)2
-rw-r--r--MatrixUtils.Web.Server/Pages/Error.cshtml.cs (renamed from MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs)2
-rw-r--r--MatrixUtils.Web.Server/Program.cs (renamed from MatrixRoomUtils.Web.Server/Program.cs)0
-rw-r--r--MatrixUtils.Web.Server/Properties/launchSettings.json (renamed from MatrixRoomUtils.Web.Server/Properties/launchSettings.json)0
-rw-r--r--MatrixUtils.Web.Server/appsettings.Development.json (renamed from MatrixRoomUtils.Web.Server/appsettings.Development.json)0
-rw-r--r--MatrixUtils.Web.Server/appsettings.json (renamed from MatrixRoomUtils.Web.Server/appsettings.json)0
7 files changed, 3 insertions, 3 deletions
diff --git a/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj b/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj

index 6e11bbe..c4318d0 100644 --- a/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj +++ b/MatrixUtils.Web.Server/MatrixUtils.Web.Server.csproj
@@ -12,7 +12,7 @@ </ItemGroup> <ItemGroup> - <ProjectReference Include="..\MatrixRoomUtils.Web\MatrixRoomUtils.Web.csproj" /> + <ProjectReference Include="..\MatrixUtils.Web\MatrixUtils.Web.csproj" /> </ItemGroup> <ItemGroup> diff --git a/MatrixRoomUtils.Web.Server/Pages/Error.cshtml b/MatrixUtils.Web.Server/Pages/Error.cshtml
index 04b2c2a..a29e836 100644 --- a/MatrixRoomUtils.Web.Server/Pages/Error.cshtml +++ b/MatrixUtils.Web.Server/Pages/Error.cshtml
@@ -1,5 +1,5 @@ @page -@model MatrixRoomUtils.Web.Server.Pages.ErrorModel +@model MatrixUtils.Web.Server.Pages.ErrorModel <!DOCTYPE html> <html lang="en"> diff --git a/MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs b/MatrixUtils.Web.Server/Pages/Error.cshtml.cs
index 65d5751..3afc061 100644 --- a/MatrixRoomUtils.Web.Server/Pages/Error.cshtml.cs +++ b/MatrixUtils.Web.Server/Pages/Error.cshtml.cs
@@ -2,7 +2,7 @@ using System.Diagnostics; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; -namespace MatrixRoomUtils.Web.Server.Pages; +namespace MatrixUtils.Web.Server.Pages; [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] [IgnoreAntiforgeryToken] diff --git a/MatrixRoomUtils.Web.Server/Program.cs b/MatrixUtils.Web.Server/Program.cs
index cad3878..cad3878 100644 --- a/MatrixRoomUtils.Web.Server/Program.cs +++ b/MatrixUtils.Web.Server/Program.cs
diff --git a/MatrixRoomUtils.Web.Server/Properties/launchSettings.json b/MatrixUtils.Web.Server/Properties/launchSettings.json
index ad7ef88..ad7ef88 100644 --- a/MatrixRoomUtils.Web.Server/Properties/launchSettings.json +++ b/MatrixUtils.Web.Server/Properties/launchSettings.json
diff --git a/MatrixRoomUtils.Web.Server/appsettings.Development.json b/MatrixUtils.Web.Server/appsettings.Development.json
index 0c208ae..0c208ae 100644 --- a/MatrixRoomUtils.Web.Server/appsettings.Development.json +++ b/MatrixUtils.Web.Server/appsettings.Development.json
diff --git a/MatrixRoomUtils.Web.Server/appsettings.json b/MatrixUtils.Web.Server/appsettings.json
index 10f68b8..10f68b8 100644 --- a/MatrixRoomUtils.Web.Server/appsettings.json +++ b/MatrixUtils.Web.Server/appsettings.json