remove leftover build artifacts from vcs

This commit is contained in:
ig 2023-02-23 08:45:24 +01:00
parent 2ceabf4856
commit 6cf11a701d
360 changed files with 0 additions and 968 deletions
csharp/app/Backend
appsettings.Development.jsonappsettings.json
bin/Debug/net6.0
Azure.Core.dllAzure.Identity.dllAzure.Security.KeyVault.Certificates.dllAzure.Security.KeyVault.Secrets.dllBackendBackend.runtimeconfig.jsonDecimalEx.dllFlurl.Http.dllFlurl.dllMicrosoft.AspNet.Identity.Core.dllMicrosoft.AspNet.Identity.Owin.dllMicrosoft.AspNetCore.Authentication.JwtBearer.dllMicrosoft.AspNetCore.Authentication.OpenIdConnect.dllMicrosoft.Bcl.AsyncInterfaces.dllMicrosoft.Extensions.DependencyInjection.Abstractions.dllMicrosoft.Extensions.DependencyInjection.dllMicrosoft.Extensions.DependencyModel.dllMicrosoft.Identity.Client.Extensions.Msal.dllMicrosoft.Identity.Client.dllMicrosoft.Identity.Web.Certificate.dllMicrosoft.Identity.Web.Certificateless.dllMicrosoft.Identity.Web.TokenCache.dllMicrosoft.Identity.Web.dllMicrosoft.IdentityModel.Abstractions.dllMicrosoft.IdentityModel.JsonWebTokens.dllMicrosoft.IdentityModel.Logging.dllMicrosoft.IdentityModel.LoggingExtensions.dllMicrosoft.IdentityModel.Protocols.OpenIdConnect.dllMicrosoft.IdentityModel.Protocols.dllMicrosoft.IdentityModel.Tokens.dllMicrosoft.IdentityModel.Validators.dllMicrosoft.OpenApi.dllMicrosoft.Owin.Cors.dllMicrosoft.Owin.Host.SystemWeb.dllMicrosoft.Owin.Security.Cookies.dllMicrosoft.Owin.Security.OAuth.dllMicrosoft.Owin.Security.dllMicrosoft.Owin.dllMicrosoft.Win32.SystemEvents.dllNewtonsoft.Json.Bson.dllNewtonsoft.Json.dllOwin.dllSQLite-net.dllSQLitePCLRaw.batteries_v2.dllSQLitePCLRaw.core.dllSQLitePCLRaw.nativelibrary.dllSQLitePCLRaw.provider.dynamic_cdecl.dllSQLitePCLRaw.provider.e_sqlcipher.dllScrutor.dllSwashbuckle.AspNetCore.Filters.Abstractions.dllSwashbuckle.AspNetCore.Filters.dllSwashbuckle.AspNetCore.Swagger.dllSwashbuckle.AspNetCore.SwaggerGen.dllSwashbuckle.AspNetCore.SwaggerUI.dllSystem.Drawing.Common.dllSystem.IdentityModel.Tokens.Jwt.dllSystem.Net.Http.Formatting.dllSystem.Reactive.Linq.dllSystem.Reactive.dllSystem.Security.Cryptography.Pkcs.dllSystem.Security.Cryptography.ProtectedData.dllSystem.Security.Cryptography.Xml.dllSystem.Web.Cors.dllSystem.Web.Http.dllappsettings.Development.jsonappsettings.json
runtimes
alpine-arm/native
alpine-arm64/native
alpine-x64/native
browser-wasm/nativeassets/net6.0
linux-arm/native
linux-arm64/native
linux-armel/native
linux-mips64/native
linux-musl-arm/native
linux-musl-arm64/native
linux-musl-x64/native
linux-s390x/native
linux-x64/native
linux-x86/native
maccatalyst-arm64/native
maccatalyst-x64/native
osx-arm64/native
osx-x64/native
unix/lib/netcoreapp3.0
win-arm/native
win-arm64/native

View File

@ -1,10 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
}

View File

@ -1,12 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ConnectionString" : "Data Source=identifier.sqlite;"
}
}

View File

@ -1,19 +0,0 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "6.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

View File

@ -1,10 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
}

View File

@ -1,12 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ConnectionString" : "Data Source=identifier.sqlite;"
}
}

Some files were not shown because too many files have changed in this diff Show More