Moved from rust to C#

This commit is contained in:
Zastian Pretorius
2022-07-25 15:26:12 +01:00
parent 3fd8cc0785
commit b26a18a8de
46 changed files with 1318 additions and 566 deletions

View File

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

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

View File

@@ -0,0 +1 @@
19ef02a5be1a65bf6b975f4a44f162accba6b382

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = lpr381
build_property.ProjectDir = /home/mrfluffy/Documents/c#/lpr381/

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.

Binary file not shown.

View File

@@ -0,0 +1 @@
fcff68d6d49c0113e7e1149aaa08f33487aa1927

View File

@@ -0,0 +1,17 @@
/home/mrfluffy/Documents/c#/lpr381/obj/Debug/net6.0/lpr381.csproj.AssemblyReference.cache
/home/mrfluffy/Documents/c#/lpr381/obj/Debug/net6.0/lpr381.GeneratedMSBuildEditorConfig.editorconfig
/home/mrfluffy/Documents/c#/lpr381/obj/Debug/net6.0/lpr381.AssemblyInfoInputs.cache
/home/mrfluffy/Documents/c#/lpr381/obj/Debug/net6.0/lpr381.AssemblyInfo.cs
/home/mrfluffy/Documents/c#/lpr381/obj/Debug/net6.0/lpr381.csproj.CoreCompileInputs.cache
/home/mrfluffy/Documents/c#/lpr381/bin/Debug/net6.0/lpr381
/home/mrfluffy/Documents/c#/lpr381/bin/Debug/net6.0/lpr381.deps.json
/home/mrfluffy/Documents/c#/lpr381/bin/Debug/net6.0/lpr381.runtimeconfig.json
/home/mrfluffy/Documents/c#/lpr381/bin/Debug/net6.0/lpr381.dll
/home/mrfluffy/Documents/c#/lpr381/bin/Debug/net6.0/ref/lpr381.dll
/home/mrfluffy/Documents/c#/lpr381/bin/Debug/net6.0/lpr381.pdb
/home/mrfluffy/Documents/c#/lpr381/obj/Debug/net6.0/lpr381.dll
/home/mrfluffy/Documents/c#/lpr381/obj/Debug/net6.0/ref/lpr381.dll
/home/mrfluffy/Documents/c#/lpr381/obj/Debug/net6.0/lpr381.pdb
/home/mrfluffy/Documents/c#/lpr381/obj/Debug/net6.0/lpr381.genruntimeconfig.cache
/home/mrfluffy/Documents/c#/lpr381/obj/Debug/net6.0/lpr381.csproj.CopyComplete
/home/mrfluffy/Documents/c#/lpr381/bin/Debug/net6.0/ConsoleTables.dll

BIN
obj/Debug/net6.0/lpr381.dll Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
1e253571666f59f5c0ab7c37c5d596e5501a216c

BIN
obj/Debug/net6.0/lpr381.pdb Normal file

Binary file not shown.

Binary file not shown.