base .net project setup + input.txt file

This commit is contained in:
2024-07-23 13:25:51 +02:00
parent 2ee45d0c33
commit 7a30bacb68
27 changed files with 4480 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("6letterwordexercise")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2ee45d0c33abdc2258987bbae591edb100ebb81b")]
[assembly: System.Reflection.AssemblyProductAttribute("6letterwordexercise")]
[assembly: System.Reflection.AssemblyTitleAttribute("6letterwordexercise")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
11bb087ea0f446bb0d874c8a6517161613518f7e65c34da03edbfc9d8b21c232

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 = _6letterwordexercise
build_property.ProjectDir = /home/nicolaivds/GIT/6letterwordexercise/
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 @@
7d680e5d4788e2df6270932e56dd4ab69ce485fbb0834751ae8714a8fc4b14ad

View File

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

Binary file not shown.

View File

@@ -0,0 +1 @@
109b524fdb38776bb559d86a6982704f85a5696e20c7697c48cd108e1b0e7839

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

Binary file not shown.