备份signalr服务器

This commit is contained in:
heiye111
2026-05-19 21:59:32 +08:00
parent b99708ac08
commit d40651a877
209 changed files with 6869 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,21 @@
[
{
"ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
"Method": "\u003C\u003CMain\u003E$\u003Eb__6",
"RelativePath": "weatherforecast",
"HttpMethod": "GET",
"IsController": false,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "WeatherForecast[]",
"MediaTypes": [
"application/json"
],
"StatusCode": 200
}
],
"EndpointName": "GetWeatherForecast"
}
]

View File

@@ -0,0 +1 @@
WebAppServer1.json

View File

@@ -0,0 +1,82 @@
{
"openapi": "3.1.1",
"info": {
"title": "WebAppServer1 | v1",
"version": "1.0.0"
},
"servers": [
{
"url": "http://0.0.0.0:5162"
}
],
"paths": {
"/weatherforecast": {
"get": {
"tags": [
"WebAppServer1"
],
"operationId": "GetWeatherForecast",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/WeatherForecast"
}
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"WeatherForecast": {
"required": [
"date",
"temperatureC",
"summary"
],
"type": "object",
"properties": {
"date": {
"type": "string",
"format": "date"
},
"temperatureC": {
"pattern": "^-?(?:0|[1-9]\\d*)$",
"type": [
"integer",
"string"
],
"format": "int32"
},
"summary": {
"type": [
"null",
"string"
]
},
"temperatureF": {
"pattern": "^-?(?:0|[1-9]\\d*)$",
"type": [
"integer",
"string"
],
"format": "int32"
}
}
}
}
},
"tags": [
{
"name": "WebAppServer1"
}
]
}

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("WebAppServer1")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b3e57cd13cc9ed8948f2a261d4748f0d8d0b8f45")]
[assembly: System.Reflection.AssemblyProductAttribute("WebAppServer1")]
[assembly: System.Reflection.AssemblyTitleAttribute("WebAppServer1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
37cbd16c0e9a435163ffb845174cb1e2504b2cac5d3cd07a971cbd2277bdacfa

View File

@@ -0,0 +1,32 @@
is_global = true
build_property.TargetFramework = net10.0
build_property.TargetFramework = net10.0
build_property.TargetPlatformMinVersion =
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v10.0
build_property.EntryPointFilePath =
build_property.RootNamespace = WebAppServer1
build_property.RootNamespace = WebAppServer1
build_property.ProjectDir = C:\code\webapp\WebAppServer1\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 10.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = C:\code\webapp\WebAppServer1
build_property._RazorSourceGeneratorDebug =
build_property.EffectiveAnalysisLevelStyle = 10.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;

View File

@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")]
// Generated by the MSBuild WriteCodeFragment class.

Binary file not shown.

View File

@@ -0,0 +1 @@
aa6cc410a752f77a139444887a29befabd5a4a5c4cb1f2313c6437f790dc0b32

View File

@@ -0,0 +1,138 @@
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\appsettings.Development.json
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\appsettings.json
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\WebAppServer1.staticwebassets.endpoints.json
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\WebAppServer1.exe
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\WebAppServer1.deps.json
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\WebAppServer1.runtimeconfig.json
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\WebAppServer1.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\WebAppServer1.pdb
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.AspNetCore.OpenApi.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.OpenApi.dll
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppServer1.csproj.AssemblyReference.cache
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\rpswa.dswa.cache.json
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppServer1.GeneratedMSBuildEditorConfig.editorconfig
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppServer1.AssemblyInfoInputs.cache
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppServer1.AssemblyInfo.cs
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppServer1.csproj.CoreCompileInputs.cache
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppServer1.MvcApplicationPartsAssemblyInfo.cs
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppServer1.MvcApplicationPartsAssemblyInfo.cache
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\rjimswa.dswa.cache.json
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\rjsmrazor.dswa.cache.json
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\rjsmcshtml.dswa.cache.json
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\scopedcss\bundle\WebAppServer1.styles.css
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\staticwebassets.build.json
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\staticwebassets.build.json.cache
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\staticwebassets.development.json
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\staticwebassets.build.endpoints.json
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\swae.build.ex.cache
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppSe.6C629EA0.Up2Date
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppServer1.dll
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\refint\WebAppServer1.dll
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppServer1.pdb
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\WebAppServer1.genruntimeconfig.cache
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\ref\WebAppServer1.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Pipelines.Sockets.Unofficial.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\StackExchange.Redis.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\System.IO.Hashing.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.EntityFrameworkCore.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.EntityFrameworkCore.Abstractions.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.EntityFrameworkCore.Relational.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.IdentityModel.Abstractions.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.IdentityModel.JsonWebTokens.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.IdentityModel.Logging.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.IdentityModel.Protocols.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.IdentityModel.Tokens.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Npgsql.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\System.IdentityModel.Tokens.Jwt.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Humanizer.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.Build.Framework.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.CodeAnalysis.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.CodeAnalysis.CSharp.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.CodeAnalysis.Workspaces.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.EntityFrameworkCore.Design.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.Extensions.DependencyModel.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.VisualStudio.SolutionPersistence.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Mono.TextTemplating.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Newtonsoft.Json.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\System.CodeDom.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\System.Composition.AttributedModel.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\System.Composition.Convention.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\System.Composition.Hosting.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\System.Composition.Runtime.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\System.Composition.TypedParts.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\cs\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\de\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\es\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\fr\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\it\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ja\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ko\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\pl\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ru\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\tr\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\cs\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\de\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\es\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\fr\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\it\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ja\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ko\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\pl\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\ru\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\tr\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\MessagePack.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\MessagePack.Annotations.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.AspNetCore.SignalR.Protocols.MessagePack.dll
C:\code\webapp\WebAppServer1\bin\Debug\net10.0\Microsoft.NET.StringTools.dll
C:\code\webapp\WebAppServer1\obj\Debug\net10.0\staticwebassets.upToDateCheck.txt

Binary file not shown.

View File

@@ -0,0 +1 @@
e16669eb4deee6d99f7075af5af351a0bf259a305e044b43ff682ac93281dd0d

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
{"GlobalPropertiesHash":"3Vvj9hk7H/c5PU6XKNjWK5M1gh45LI0uH87IEhrYgMA=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["9XKFRxZC6Ihs\u002B1Bi6VmdEqIHQUQINCXEAiJV1r7CRN4=","W33wnLKfQU/E5ibD6wPxsjEn0x6VZXOeJEEuYkhG30Y=","Fv0/8Rk1NZjW3JOvSgWfeOx3w6QTOyJsoHmyFoV6R/0=","m\u002BYeSl2SlO4cJawndxIaK5TyB8TozpbBpZ\u002B/YfSyAYY=","chaIiIwvj41PY1WHeQ0yq3DwXVV4zidwfGTfhw7RNfk=","s7Hu1dTyxkFngWNfPbVLGftgA4n7YtVlxkk4Of0PlNs="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@@ -0,0 +1 @@
{"GlobalPropertiesHash":"kyWyPuyau+0l5/ki+a6fN37X9oHi0eMcWLei5RmqtrM=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["9XKFRxZC6Ihs\u002B1Bi6VmdEqIHQUQINCXEAiJV1r7CRN4=","W33wnLKfQU/E5ibD6wPxsjEn0x6VZXOeJEEuYkhG30Y=","Fv0/8Rk1NZjW3JOvSgWfeOx3w6QTOyJsoHmyFoV6R/0=","m\u002BYeSl2SlO4cJawndxIaK5TyB8TozpbBpZ\u002B/YfSyAYY=","chaIiIwvj41PY1WHeQ0yq3DwXVV4zidwfGTfhw7RNfk=","s7Hu1dTyxkFngWNfPbVLGftgA4n7YtVlxkk4Of0PlNs="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@@ -0,0 +1 @@
{"GlobalPropertiesHash":"1sMLl2uP3QLW82f9bbSwn9B4roV3c91a90ueAMY3aik=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["9XKFRxZC6Ihs\u002B1Bi6VmdEqIHQUQINCXEAiJV1r7CRN4=","W33wnLKfQU/E5ibD6wPxsjEn0x6VZXOeJEEuYkhG30Y="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

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

View File

@@ -0,0 +1 @@
{"Version":1,"Hash":"3R/ES99kqK6AcyvDjFyuEMra6VcOlIvY79kBJoB42Mw=","Source":"WebAppServer1","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}

View File

@@ -0,0 +1 @@
3R/ES99kqK6AcyvDjFyuEMra6VcOlIvY79kBJoB42Mw=

View File