GG EZ, ima go piss

This commit is contained in:
2025-07-08 04:29:21 +03:00
parent fd78d9283e
commit e3dc8d9d42
31 changed files with 441 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.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("TermEngine")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fd78d9283e191920ee4f6e700fc03391a8880f43")]
[assembly: System.Reflection.AssemblyProductAttribute("TermEngine")]
[assembly: System.Reflection.AssemblyTitleAttribute("TermEngine")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
432712ba9dc98f037959cf0668caa1627ade9f0aa69473645068c6ea52208868

View File

@@ -0,0 +1,13 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = TermEngine
build_property.ProjectDir = /media/kevin/Vr Files/Random-Project/TermEngine/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

Binary file not shown.

View File

@@ -0,0 +1 @@
4fba7de9be587e6bc37da5c47243a26c97f753def2985a170b262675dd805d5f

View File

@@ -0,0 +1,14 @@
/media/kevin/Vr Files/Random-Project/TermEngine/bin/Debug/net8.0/TermEngine
/media/kevin/Vr Files/Random-Project/TermEngine/bin/Debug/net8.0/TermEngine.deps.json
/media/kevin/Vr Files/Random-Project/TermEngine/bin/Debug/net8.0/TermEngine.runtimeconfig.json
/media/kevin/Vr Files/Random-Project/TermEngine/bin/Debug/net8.0/TermEngine.dll
/media/kevin/Vr Files/Random-Project/TermEngine/bin/Debug/net8.0/TermEngine.pdb
/media/kevin/Vr Files/Random-Project/TermEngine/obj/Debug/net8.0/TermEngine.GeneratedMSBuildEditorConfig.editorconfig
/media/kevin/Vr Files/Random-Project/TermEngine/obj/Debug/net8.0/TermEngine.AssemblyInfoInputs.cache
/media/kevin/Vr Files/Random-Project/TermEngine/obj/Debug/net8.0/TermEngine.AssemblyInfo.cs
/media/kevin/Vr Files/Random-Project/TermEngine/obj/Debug/net8.0/TermEngine.csproj.CoreCompileInputs.cache
/media/kevin/Vr Files/Random-Project/TermEngine/obj/Debug/net8.0/TermEngine.dll
/media/kevin/Vr Files/Random-Project/TermEngine/obj/Debug/net8.0/refint/TermEngine.dll
/media/kevin/Vr Files/Random-Project/TermEngine/obj/Debug/net8.0/TermEngine.pdb
/media/kevin/Vr Files/Random-Project/TermEngine/obj/Debug/net8.0/TermEngine.genruntimeconfig.cache
/media/kevin/Vr Files/Random-Project/TermEngine/obj/Debug/net8.0/ref/TermEngine.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
7dbdf368ee4ed9dd160116a4ec9cf464a5e24e5ec7e16a587807e5fb5f39987d

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,66 @@
{
"format": 1,
"restore": {
"/media/kevin/Vr Files/Random-Project/TermEngine/TermEngine.csproj": {}
},
"projects": {
"/media/kevin/Vr Files/Random-Project/TermEngine/TermEngine.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/media/kevin/Vr Files/Random-Project/TermEngine/TermEngine.csproj",
"projectName": "TermEngine",
"projectPath": "/media/kevin/Vr Files/Random-Project/TermEngine/TermEngine.csproj",
"packagesPath": "/home/kevin/.nuget/packages/",
"outputPath": "/media/kevin/Vr Files/Random-Project/TermEngine/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/kevin/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/home/kevin/.dotnet/sdk/8.0.411/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/kevin/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/kevin/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/home/kevin/.nuget/packages/" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

View File

@@ -0,0 +1,71 @@
{
"version": 3,
"targets": {
"net8.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net8.0": []
},
"packageFolders": {
"/home/kevin/.nuget/packages/": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/media/kevin/Vr Files/Random-Project/TermEngine/TermEngine.csproj",
"projectName": "TermEngine",
"projectPath": "/media/kevin/Vr Files/Random-Project/TermEngine/TermEngine.csproj",
"packagesPath": "/home/kevin/.nuget/packages/",
"outputPath": "/media/kevin/Vr Files/Random-Project/TermEngine/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/kevin/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/home/kevin/.dotnet/sdk/8.0.411/PortableRuntimeIdentifierGraph.json"
}
}
}
}

View File

@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "HBGrX670slw=",
"success": true,
"projectFilePath": "/media/kevin/Vr Files/Random-Project/TermEngine/TermEngine.csproj",
"expectedPackageFiles": [],
"logs": []
}