This commit is contained in:
root
2026-04-26 12:44:06 +02:00
commit 9590629795
398 changed files with 26617 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Server")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7adee0231fb397631e0040edccc32eb8f452a94d")]
[assembly: System.Reflection.AssemblyProductAttribute("Server")]
[assembly: System.Reflection.AssemblyTitleAttribute("Server")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
37b8496d46852d8f09447aea60aadf8416cb37daa930c67c4b964eee4356f2f1

View File

@@ -0,0 +1,23 @@
is_global = true
build_property.TargetFramework = net9.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v9.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = GeoSus.Server
build_property.RootNamespace = GeoSus.Server
build_property.ProjectDir = C:\Users\racek\Documents\GeoSus\Server\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 9.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = C:\Users\racek\Documents\GeoSus\Server
build_property._RazorSourceGeneratorDebug =
build_property.EffectiveAnalysisLevelStyle = 9.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,17 @@
// <auto-generated/>
global using Microsoft.AspNetCore.Builder;
global using Microsoft.AspNetCore.Hosting;
global using Microsoft.AspNetCore.Http;
global using Microsoft.AspNetCore.Routing;
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;
global using Microsoft.Extensions.Hosting;
global using Microsoft.Extensions.Logging;
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Net.Http.Json;
global using System.Threading;
global using System.Threading.Tasks;

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
b7735049e5229289927c36e403155416e92195a262fbc7f9247cfe1fcf106e2a

View File

@@ -0,0 +1,88 @@
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\appsettings.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\Server.staticwebassets.endpoints.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\Server.exe
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\Server.deps.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\Server.runtimeconfig.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\Server.dll
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\Server.pdb
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\Microsoft.Data.Sqlite.dll
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\SQLitePCLRaw.batteries_v2.dll
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\SQLitePCLRaw.core.dll
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\SQLitePCLRaw.provider.e_sqlite3.dll
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\browser-wasm\nativeassets\net9.0\e_sqlite3.a
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-arm\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-arm64\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-armel\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-mips64\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-musl-arm\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-musl-s390x\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-ppc64le\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-s390x\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-x64\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\linux-x86\native\libe_sqlite3.so
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\osx-arm64\native\libe_sqlite3.dylib
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\osx-x64\native\libe_sqlite3.dylib
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\win-arm\native\e_sqlite3.dll
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\win-arm64\native\e_sqlite3.dll
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\win-x64\native\e_sqlite3.dll
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\runtimes\win-x86\native\e_sqlite3.dll
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\Server.csproj.AssemblyReference.cache
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\rpswa.dswa.cache.json
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\Server.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\Server.AssemblyInfoInputs.cache
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\Server.AssemblyInfo.cs
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\Server.csproj.CoreCompileInputs.cache
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\Server.MvcApplicationPartsAssemblyInfo.cache
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\rjimswa.dswa.cache.json
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\rjsmrazor.dswa.cache.json
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\rjsmcshtml.dswa.cache.json
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\scopedcss\bundle\Server.styles.css
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\staticwebassets.build.json
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\staticwebassets.build.json.cache
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\staticwebassets.development.json
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\staticwebassets.build.endpoints.json
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\swae.build.ex.cache
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\Server.csproj.Up2Date
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\Server.dll
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\refint\Server.dll
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\Server.pdb
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\Server.genruntimeconfig.cache
C:\Users\racek\Documents\GeoSus\Server\obj\Debug\net9.0\ref\Server.dll
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\6772d80dd8a44352_20260127113711\snapshot_12.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\0ef46de0570a4be6_20260127134127\snapshot_12.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\27685b18526d4ce5_20260127133627\snapshot_7.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\34d8737b80434782_20260127133627\snapshot_12.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\5d096533c3094eaa_20260127133127\snapshot_51.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\6af233ecf68b4434_20260127134127\snapshot_4.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\6dba8c0edbe7490d_20260127134127\snapshot_12.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\74771a6153544040_20260127134127\snapshot_7.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\7da1c15116fc4fbc_20260127133627\snapshot_7.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\7f234630f0d3470c_20260127134127\snapshot_51.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\8da0b3e582444daf_20260127134127\snapshot_7.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\9f07a2d91db949ad_20260127133127\snapshot_7.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\a16bac8d99e74830_20260127134127\snapshot_12.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\b9cffa33b9264559_20260127133627\snapshot_11.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\cf3be038c5a3472e_20260127134127\snapshot_7.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\d3e8a657109144ce_20260127133627\snapshot_7.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\dc41c9d596db4946_20260127134127\snapshot_12.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\df5878e2914a4104_20260127133627\snapshot_12.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\archive\e52ea7e70f9c4475_20260127133127\snapshot_12.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\578a2e6234924b7e\snapshot_8.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\79b0a3695df748e9\snapshot_15.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\92a59e40e47f46a4\snapshot_24.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\8d4e9da599f54808\snapshot_24.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\8d4e9da599f54808\snapshot_38.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\2e22bb042f2f4bbe\snapshot_22.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\ce407ba2a282475a\snapshot_23.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\2c50d55476084b56\snapshot_12.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\525fa8b4d76a42ed\snapshot_18.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\6dc0701887224f6c\snapshot_29.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\5e6dc2f6267b4a23\snapshot_49.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\5e6dc2f6267b4a23\snapshot_97.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\2648919f382c41c5\snapshot_59.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\c20295d1ca0241b3\snapshot_39.json
C:\Users\racek\Documents\GeoSus\Server\bin\Debug\net9.0\data\lobbies\833e71c1c6c64572\snapshot_41.json

View File

BIN
obj/Debug/net9.0/Server.dll Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
31d7862c48afe2c54c3ba5e12d1516d9de656b02baa1621fcdbe82d7ba135138

BIN
obj/Debug/net9.0/Server.pdb Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"GlobalPropertiesHash":"3oSNzQTwYvH9K0OY5IuqKC/CfvmjyxsBLcbGtCLxQ/U=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["oUKe55hm9SxjDiIrtp/G7ksI0gZ0aSfcOdHuQSyJNVk=","dageDQcTmV4iRVud7WCs6M3DF6bnSOMD\u002B5EAbfE/GsI=","QhVsA8tZpSszWoFBxgOPrCVCLQeBz4AUpLM328TYxaw=","0mJP0sb3yxs6a\u002Bqgl1dSMvm//NFmXHDuxzVKABBIGEg=","0B7YrL7qd7yO8k0ubo0OVc1q1UElkVJ0tbxgwfFP54c=","V2ihhSUcyk/CM5Rh72qwMhT7dH/BJvpEKNyN592o/Gw=","s8kJ/nXRGz2Z7skl0WWhTb8CVFM7BVh5lLDizNKVkuc=","oAEpolgp2wM7g2UtDld29xfUizWHssW4sUyCyw2mKts=","RYSEAwpbBA5dEkHK9Qhuk3PuAgnSZtZXzKc65aZNwgA=","I1LMZaExmVzGkfAhqEWIY5ZFi/CuVF/Z3rPVSxe5O3A=","EvzuXArZIOinvSEowiRGjWfbCi5Zby8Ath9dCJXodSE=","AXbxBXuSye84gb023Dqu/u8uokCRAxtFONmGnKxKJkI=","k\u002B4eneTbId4eA9gp4qpQJnt5dCvuesknpckQODjwHfE=","o3tNgfBY5rnFEUkHzc\u002BUxH31xGma1PFMwMvVaI0h/3U=","KoUTADkDSJZnYrcAP2CJCIuxHgbo/ADF7DdpYV6GKBE=","OuL19\u002BCJvnxafSMWLFcufvRM1lb/ZmvzrOuyb1dJG08=","6aMc0KOl/687M5q47YSY4hxqxDgkM\u002Bw07b7\u002BBA6Sjkg=","wygW4WZ/8pX3l\u002BVnPWc23c13P0P6yClZHotR4Xc/McM=","oU6t8TL5ldy5Ul6M29Z2lSPb/WFywCr9ntCfjHOrLIs=","gI2XaocMT0d\u002BMibT50cTluU0aGjTp/\u002BO3hnVxsObjsE=","C56ikJ2wLOgq3qXEXGuHBE/rocD9d\u002BKq\u002BySD0aQO\u002BfU=","dhalqmZazM5R4nE7t\u002BQYun7gDWKPAsxkfpaJd77d8kE=","gA\u002BNupU0Sdi1uH27dbQwMNm8wN/ca1nyaQz5GXyQPj4=","XHaOZwH5EuUnqIeokPjxTqx2IAix9sBVVCjs0QeCEyM=","eWD6GsuI6DzTQ53Z5xEWhLZYpiGwRqj8GrAdSc6e9yk=","gHx2d/5HGL\u002BS1ZIZZUP3QoIW40n8lxwO6qKbPvH01AM=","qINMGq0gkvgFzO6WXwcWElGKff1igjFfEl9c5jcrriI=","USc9hAtZAKNvvqqd2EvJyWp66tc6l60HkoXAOXmSDSM=","g68ZZ\u002BZpp9jKzP4PEubuT1v5pRffH9L6802L1bUan7k=","5L3D6DBjtILlnyV0YA092ACsFlySho0vLEDaDZFjmSY=","vcfjvhELRE7VzI7ad\u002BUIF05awgts0KsafRmSImEm2UI=","0IaYI//F4Xj7SRuTt/o6n6p7bQLB1vDdlrnsJVyLkEA=","0Z2pXdEC91JgKLQim3vpnxToe1UEmdflTCQfQ6m7v6I=","XFVoZfztuYe42dLLMYtRe\u002BCwOgNsVSfzxN3apHAfqjw=","p85npebsCcjRlbgmexr4nXd7AnQLSvJ3G\u002BI7prLthto="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@@ -0,0 +1 @@
{"Version":1,"ManifestType":"Build","Endpoints":[]}

View File

@@ -0,0 +1 @@
{"Version":1,"Hash":"ksAQLj6u35t97JRxvZfK6gXmiNFMYDIBNC+hPai0Elw=","Source":"Server","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}

View File

@@ -0,0 +1 @@
ksAQLj6u35t97JRxvZfK6gXmiNFMYDIBNC+hPai0Elw=

View File