This commit is contained in:
bwbl
2024-10-03 16:23:08 +02:00
commit af356f294e
32 changed files with 582 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")]

BIN
obj/Debug/net8.0/apphost Executable file

Binary file not shown.

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("p4")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("p4")]
[assembly: System.Reflection.AssemblyTitleAttribute("p4")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
099e686f8384559c605ac543742bca589ca4af72f0a923dbfd812f36a5a55fe3

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 = p4
build_property.ProjectDir = /home/bwbl/dev/p4/
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 @@
e160bab6851984c3692690ecc0d3efc4d866e8c1041372f15e51c86751f15027

View File

@@ -0,0 +1,14 @@
/home/bwbl/dev/p4/bin/Debug/net8.0/p4
/home/bwbl/dev/p4/bin/Debug/net8.0/p4.deps.json
/home/bwbl/dev/p4/bin/Debug/net8.0/p4.runtimeconfig.json
/home/bwbl/dev/p4/bin/Debug/net8.0/p4.dll
/home/bwbl/dev/p4/bin/Debug/net8.0/p4.pdb
/home/bwbl/dev/p4/obj/Debug/net8.0/p4.GeneratedMSBuildEditorConfig.editorconfig
/home/bwbl/dev/p4/obj/Debug/net8.0/p4.AssemblyInfoInputs.cache
/home/bwbl/dev/p4/obj/Debug/net8.0/p4.AssemblyInfo.cs
/home/bwbl/dev/p4/obj/Debug/net8.0/p4.csproj.CoreCompileInputs.cache
/home/bwbl/dev/p4/obj/Debug/net8.0/p4.dll
/home/bwbl/dev/p4/obj/Debug/net8.0/refint/p4.dll
/home/bwbl/dev/p4/obj/Debug/net8.0/p4.pdb
/home/bwbl/dev/p4/obj/Debug/net8.0/p4.genruntimeconfig.cache
/home/bwbl/dev/p4/obj/Debug/net8.0/ref/p4.dll

BIN
obj/Debug/net8.0/p4.dll Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
226c357127cb10a4bba360c304edbad1ef2fdd0422f2f4cd9bab6f4a09802a11

BIN
obj/Debug/net8.0/p4.pdb Normal file

Binary file not shown.

BIN
obj/Debug/net8.0/ref/p4.dll Normal file

Binary file not shown.

Binary file not shown.